Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
bits.h File Reference
#include "mem.h"

Go to the source code of this file.

Functions

MEM_STATIC unsigned ZSTD_countTrailingZeros32_fallback (U32 val)
 
MEM_STATIC unsigned ZSTD_countTrailingZeros32 (U32 val)
 
MEM_STATIC unsigned ZSTD_countLeadingZeros32_fallback (U32 val)
 
MEM_STATIC unsigned ZSTD_countLeadingZeros32 (U32 val)
 
MEM_STATIC unsigned ZSTD_countTrailingZeros64 (U64 val)
 
MEM_STATIC unsigned ZSTD_countLeadingZeros64 (U64 val)
 
MEM_STATIC unsigned ZSTD_NbCommonBytes (size_t val)
 
MEM_STATIC unsigned ZSTD_highbit32 (U32 val)
 
MEM_STATIC U64 ZSTD_rotateRight_U64 (U64 const value, U32 count)
 
MEM_STATIC U32 ZSTD_rotateRight_U32 (U32 const value, U32 count)
 
MEM_STATIC U16 ZSTD_rotateRight_U16 (U16 const value, U32 count)
 

Function Documentation

◆ ZSTD_countLeadingZeros32()

MEM_STATIC unsigned ZSTD_countLeadingZeros32 ( U32 val)

◆ ZSTD_countLeadingZeros32_fallback()

MEM_STATIC unsigned ZSTD_countLeadingZeros32_fallback ( U32 val)

◆ ZSTD_countLeadingZeros64()

MEM_STATIC unsigned ZSTD_countLeadingZeros64 ( U64 val)

◆ ZSTD_countTrailingZeros32()

MEM_STATIC unsigned ZSTD_countTrailingZeros32 ( U32 val)

◆ ZSTD_countTrailingZeros32_fallback()

MEM_STATIC unsigned ZSTD_countTrailingZeros32_fallback ( U32 val)

◆ ZSTD_countTrailingZeros64()

MEM_STATIC unsigned ZSTD_countTrailingZeros64 ( U64 val)

◆ ZSTD_highbit32()

MEM_STATIC unsigned ZSTD_highbit32 ( U32 val)

◆ ZSTD_NbCommonBytes()

MEM_STATIC unsigned ZSTD_NbCommonBytes ( size_t val)

◆ ZSTD_rotateRight_U16()

MEM_STATIC U16 ZSTD_rotateRight_U16 ( U16 const value,
U32 count )

◆ ZSTD_rotateRight_U32()

MEM_STATIC U32 ZSTD_rotateRight_U32 ( U32 const value,
U32 count )

◆ ZSTD_rotateRight_U64()

MEM_STATIC U64 ZSTD_rotateRight_U64 ( U64 const value,
U32 count )