HomeSort by: relevance | last modified time | path
    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