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

  /external/chromium_org/third_party/zlib/
trees.h 118 local const int base_length[LENGTH_CODES] = {
deflate.h 30 #define LENGTH_CODES 29
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
trees.c 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
112 local int base_length[LENGTH_CODES];
264 for (code = 0; code < LENGTH_CODES-1; code++) {
367 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
368 for (i = 0; i < LENGTH_CODES; i++) {
370 SEPARATOR(i, LENGTH_CODES-1, 20));
    [all...]

Completed in 2598 milliseconds