OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minTableLog
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/fuzz/
huf_round_trip.c
30
size_t
minTableLog
= ZSTD_highbit32(alphabetSize) + 1;
32
++
minTableLog
;
34
assert(
minTableLog
<= 9);
35
if (tableLog <
minTableLog
)
36
return
minTableLog
;
/src/external/bsd/zstd/dist/lib/compress/
huf_compress.c
1293
const unsigned
minTableLog
= HUF_minTableLog(symbolCardinality);
1300
for (optLogGuess =
minTableLog
; optLogGuess <= maxTableLog; optLogGuess++) {
1306
if (maxBits < optLogGuess && optLogGuess >
minTableLog
) break;
Completed in 18 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026