Searched refs:static_dtree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | deftree.c | 90 static ct_data static_dtree[D_CODES]; variable 122 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 232 static_dtree[n].Len = 5; in tr_static_init() 233 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init() 889 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
|
/kernel/linux/linux-6.6/lib/zlib_deflate/ |
H A D | deftree.c | 90 static ct_data static_dtree[D_CODES]; variable 122 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 232 static_dtree[n].Len = 5; in tr_static_init() 233 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init() 889 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
|
Completed in 4 milliseconds