/external/zopfli/src/zopfli/ |
tree.c | 32 size_t* bl_count = (size_t*)malloc(sizeof(size_t) * (maxbits + 1)); local 41 /* 1) Count the number of codes for each code length. Let bl_count[N] be the 44 bl_count[bits] = 0; 48 bl_count[lengths[i]]++; 52 bl_count[0] = 0; 54 code = (code + bl_count[bits-1]) << 1; 67 free(bl_count);
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 433 int bl_count = sklansky( pointer, 0, miny_ind, bl_stack, 1, -1 ); local 434 int *br_stack = stack + bl_count; 440 CV_SWAP( bl_count, br_count, t_count ); 445 int check_idx = bl_count > 2 ? bl_stack[1] : 446 bl_count + br_count > 2 ? br_stack[2-bl_count] : -1; 454 bl_count = MIN( bl_count, 2 ); 461 for( i = 0; i < bl_count - 1; i++ ) 470 0, bl_count-1, ptseq, &writer )) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
243 ush bl_count[MAX_BITS+1];
local 291 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
local 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
local 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
local 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
local 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
484 * array bl_count contains the frequencies for each bit length.
505 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0; [all...] |
deflate.h | 203 ush bl_count[MAX_BITS+1];
member in struct:internal_state
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
trees.c | 146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
247 ush bl_count[MAX_BITS+1];
local 293 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
local 296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
local 297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
local 298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
local 303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
486 * array bl_count contains the frequencies for each bit length.
507 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0; [all...] |
deflate.h | 200 ush bl_count[MAX_BITS+1];
member in struct:internal_state
|
/external/python/cpython2/Modules/zlib/ |
trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 243 ush bl_count[MAX_BITS+1]; local 291 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); 484 * array bl_count contains the frequencies for each bit length. 505 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0 [all...] |
deflate.h | 203 ush bl_count[MAX_BITS+1]; member in struct:internal_state
|
/external/syslinux/com32/lib/zlib/ |
trees.c | 147 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 248 ush bl_count[MAX_BITS+1]; local 296 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local 299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local 300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local 301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local 306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); 490 * array bl_count contains the frequencies for each bit length. 511 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0 [all...] |
deflate.h | 200 ush bl_count[MAX_BITS+1]; member in struct:internal_state
|
/external/zlib/src/ |
trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 243 ush bl_count[MAX_BITS+1]; local 291 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); 484 * array bl_count contains the frequencies for each bit length. 505 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0 [all...] |
deflate.h | 203 ush bl_count[MAX_BITS+1]; member in struct:internal_state
|
/external/pdfium/third_party/zlib_v128/ |
trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 243 ush bl_count[MAX_BITS+1]; local 291 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; local 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; local 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; local 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; local 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); 484 * array bl_count contains the frequencies for each bit length. 505 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0 [all...] |
deflate.h | 203 ush bl_count[MAX_BITS+1]; member in struct:internal_state
|
/external/brotli/enc/ |
entropy_encode.c | 479 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; local 484 ++bl_count[depth[i]]; 486 bl_count[0] = 0; 489 code = (code + bl_count[i - 1]) << 1;
|
/external/zlib/src/doc/ |
rfc1951.txt | 430 bl_count[N] be the number of codes of length N, N >= 1. 436 bl_count[0] = 0; 438 code = (code + bl_count[bits-1]) << 1; 470 N bl_count[N] [all...] |
/external/syslinux/bios/com32/elflink/ldlinux/ |
ldlinux.elf | |
/external/syslinux/efi32/com32/elflink/ldlinux/ |
ldlinux.elf | |
/external/syslinux/bios/com32/lib/ |
libcom32.elf | |
/external/syslinux/efi32/com32/lib/ |
libcom32.elf | |
/development/ndk/platforms/android-9/arch-x86/lib/ |
libz.a | [all...] |
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/lib/ |
libz.a | [all...] |
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/lib/ |
libz.a | [all...] |
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/lib/ |
libz.a | [all...] |
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/lib/ |
libz.a | [all...] |