OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSE_highbit32
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
301
FORCE_INLINE unsigned
FSE_highbit32
(U32 val)
414
tableDecode[i].nbBits = (BYTE) (tableLog -
FSE_highbit32
((U32)nextState) );
618
bitD->bitsConsumed = 8 -
FSE_highbit32
(contain32);
644
bitD->bitsConsumed = 8 -
FSE_highbit32
(contain32);
979
maxBits =
FSE_highbit32
(weightTotal) + 1;
985
U32 verif = 1 <<
FSE_highbit32
(rest);
986
U32 lastWeight =
FSE_highbit32
(rest) + 1;
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026