L_CODES            45 tools/packfi2/deflate.h #define HEAP_SIZE (2*L_CODES+1)
L_CODES           203 tools/packfi2/deflate.h     int heap[2*L_CODES+1];      /* heap used to build the Huffman trees */
L_CODES           210 tools/packfi2/deflate.h     uch depth[2*L_CODES+1];
L_CODES            90 tools/packfi2/trees.c local ct_data static_ltree[L_CODES+2];
L_CODES           130 tools/packfi2/trees.c {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
L_CODES           303 tools/packfi2/trees.c     gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
L_CODES           340 tools/packfi2/trees.c     for (i = 0; i < L_CODES+2; i++) {
L_CODES           342 tools/packfi2/trees.c                 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
L_CODES           417 tools/packfi2/trees.c     for (n = 0; n < L_CODES;  n++) s->dyn_ltree[n].Freq = 0;
L_CODES           845 tools/packfi2/trees.c     Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
L_CODES             3 tools/packfi2/trees.h local const ct_data static_ltree[L_CODES+2] = {