Searched refs:DIST_CODE_LEN (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/zlib/ |
H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
|
H A D | trees.c | 86 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro 103 uch _dist_code[DIST_CODE_LEN]; 354 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n"); 355 for (i = 0; i < DIST_CODE_LEN; i++) { 357 SEPARATOR(i, DIST_CODE_LEN-1, 20));
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
|
H A D | fx_zlib_trees.c | 81 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro 98 uch _dist_code[DIST_CODE_LEN]; 349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n"); 350 for (i = 0; i < DIST_CODE_LEN; i++) { 352 SEPARATOR(i, DIST_CODE_LEN-1, 20));
|
/external/qemu/distrib/zlib-1.2.8/ |
H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
|
H A D | trees.c | 81 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro 98 uch _dist_code[DIST_CODE_LEN]; 349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n"); 350 for (i = 0; i < DIST_CODE_LEN; i++) { 352 SEPARATOR(i, DIST_CODE_LEN-1, 20));
|
/external/zlib/src/ |
H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
|
H A D | trees.c | 81 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro 98 uch _dist_code[DIST_CODE_LEN]; 349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n"); 350 for (i = 0; i < DIST_CODE_LEN; i++) { 352 SEPARATOR(i, DIST_CODE_LEN-1, 20));
|
Completed in 764 milliseconds