Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 4 of 4) sorted by relevance

/u-boot/fs/jffs2/
A Dmini_inflate.c53 stream->distance.bits = 16; in init_stream()
54 stream->distance.num_symbols = 32; in init_stream()
142 struct huffman_set *distance = &(stream->distance); in decompress_huffman() local
226 struct huffman_set *distance = &(stream->distance); in decompress_dynamic() local
237 init_code_tables(distance); in decompress_dynamic()
294 distance->count[symbol]++; in decompress_dynamic()
301 distance->count[last_code]++; in decompress_dynamic()
311 fill_code_tables(distance); in decompress_dynamic()
322 struct huffman_set *distance = &(stream->distance); in decompress_fixed() local
337 distance->count[5] = 32; in decompress_fixed()
[all …]
/u-boot/lib/lzma/
A DLzmaDec.c241 UInt32 distance; in LzmaDec_DecodeReal() local
247 distance = rep1; in LzmaDec_DecodeReal()
256 distance = rep2; in LzmaDec_DecodeReal()
261 distance = rep3; in LzmaDec_DecodeReal()
267 rep0 = distance; in LzmaDec_DecodeReal()
307 UInt32 distance; in LzmaDec_DecodeReal() local
310 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()
315 distance = (2 | (distance & 1)); in LzmaDec_DecodeReal()
318 distance <<= numDirectBits; in LzmaDec_DecodeReal()
349 distance = (distance << 1) + (t + 1); in LzmaDec_DecodeReal()
[all …]
/u-boot/lib/zlib/
A Ddeflate.h326 # define _tr_tally_dist(s, distance, length, flush) \ argument
328 ush dist = (distance); \
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
339 flush = _tr_tally(s, distance, length)
/u-boot/include/jffs2/
A Dmini_inflate.h58 struct huffman_set distance; member

Completed in 11 milliseconds