HomeSort by relevance Sort by last modified time
    Searched refs:static_dtree (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
252 static_d_desc.static_tree = static_dtree;
305 static_dtree[n].Len = 5;
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 97 local ct_data static_dtree[D_CODES]; variable
133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
255 static_d_desc.static_tree = static_dtree;
307 static_dtree[n].Len = 5;
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
    [all...]
  /external/pdfium/third_party/zlib_v128/
trees.h 65 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
252 static_d_desc.static_tree = static_dtree;
305 static_dtree[n].Len = 5;
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
    [all...]
  /external/syslinux/com32/lib/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 98 local ct_data static_dtree[D_CODES]; variable
134 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
257 static_d_desc.static_tree = static_dtree;
310 static_dtree[n].Len = 5;
311 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
348 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
350 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
    [all...]
  /external/zlib/src/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
252 static_d_desc.static_tree = static_dtree;
305 static_dtree[n].Len = 5;
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
    [all...]

Completed in 88 milliseconds