Searched refs:static_ltree (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/zlib_deflate/ |
D | deftree.c | 88 static ct_data static_ltree[L_CODES+2]; variable 124 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 274 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 275 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 276 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 277 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 282 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 525 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes() 834 send_code(s, END_BLOCK, static_ltree); in zlib_tr_align() 844 send_code(s, END_BLOCK, static_ltree); in zlib_tr_align() [all …]
|