Home
last modified time | relevance | path

Searched defs:bl_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddeftree.c179 ush bl_count[MAX_BITS+1]; in tr_static_init() local
220 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
221 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
222 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local
223 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
[all...]
H A Ddefutil.h178 ush bl_count[MAX_BITS+1]; member
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddeftree.c179 ush bl_count[MAX_BITS+1]; in tr_static_init() local
220 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
221 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
222 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local
223 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
[all...]
H A Ddefutil.h178 ush bl_count[MAX_BITS+1]; member

Completed in 4 milliseconds