OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_weight
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c
1991
// by inverting 2^(weight - 1) we can determine the value of
last_weight
1992
const int
last_weight
= highest_set_bit(left_over) + 1;
local
1999
max_bits + 1 -
last_weight
; // Last weight is always non-zero
zstd_decompress.c
1991
// by inverting 2^(weight - 1) we can determine the value of
last_weight
1992
const int
last_weight
= highest_set_bit(left_over) + 1;
local
1999
max_bits + 1 -
last_weight
; // Last weight is always non-zero
Completed in 37 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026