/third_party/node/deps/brotli/c/enc/ |
H A D | entropy_encode.c | 481 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; in BrotliConvertBitDepthsToSymbols() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | entropy_encode.c | 481 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; in BrotliConvertBitDepthsToSymbols() local
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 206 ush bl_count[MAX_BITS+1]; member
|
H A D | trees.c | 241 ush bl_count[MAX_BITS+1]; in tr_static_init() local 291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local 292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local 293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local 294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local [all...] |
/third_party/node/deps/zlib/ |
H A D | trees.c | 202 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { in gen_codes() argument 302 ush bl_count[MAX_BITS+1]; in tr_static_init() local 352 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local 353 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local 354 while (n <= 279) static_ltree[n++].Len = 7, bl_count[ in tr_static_init() local 355 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; tr_static_init() local [all...] |
H A D | deflate.h | 210 ush bl_count[MAX_BITS+1]; member
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 200 ush bl_count[MAX_BITS+1];
member
|
H A D | trees.c | 248 ush bl_count[MAX_BITS+1];
in tr_static_init() local 298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
in tr_static_init() local 299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
in tr_static_init() local 300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
in tr_static_init() local 301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
in tr_static_init() local [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 206 ush bl_count[MAX_BITS+1]; member
|
H A D | trees.c | 241 ush bl_count[MAX_BITS+1]; in tr_static_init() local 291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local 292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local 293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local 294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local [all...] |
/third_party/zlib/ |
H A D | deflate.h | 210 ush bl_count[MAX_BITS+1]; member
|
H A D | trees.c | 214 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) in gen_codes() argument 317 ush bl_count[MAX_BITS+1]; in tr_static_init() local 367 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local 368 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local 369 while (n <= 279) static_ltree[n++].Len = 7, bl_count[ in tr_static_init() local 370 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; tr_static_init() local [all...] |