Lines Matching defs:used
28 " executables, so any \bratz\b option may be used on a \bsear\b file."
169 The data format used by the zlib library is described by RFCs (Request for
479 The compressed data format used by default by the in-memory functions is
517 alloc_func zalloc; /* used to allocate the internal state */
518 free_func zfree; /* used to free the internal state */
548 * values are errors, positive values are used for special but normal events.
879 /* This table is used to remember the original form of pointers
1253 /* number of codes used to transfer the bit lengths */
1301 * save space in the various tables. IPos is used only for parameter passing.
1317 /* used by deflate.c: */
1335 * is directly used as sliding window.
1372 * are discarded. This is used in the lazy match evaluation.
1383 * smaller than this value. This mechanism is used only for compression
1389 * max_insert_length is used only for compression levels <= 3.
1400 /* used by trees.c: */
1413 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
1416 /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.
1417 * The same heap array is used to build all trees.
1421 /* Depth of each subtree used as tie breaker for trees of equal frequency
1504 * used.
1697 lens shorts, which is used as a work area. type is the type of code
1720 unsigned used; /* code entries in table used */
1772 The length counts are used for other purposes as well, i.e. finding
1824 filled is at next and has curr index bits. The code being used is huff
1838 counts are used for this, and so count[] is decremented as codes are
1841 used keeps track of how many table entries have been allocated from the
1857 base = extra = work; /* dummy value--not used */
1881 used = ((unsigned int)1) << root; /* use root table entries */
1882 mask = used - 1; /* mask for comparing low */
1885 if (type == LENS && used >= ENOUGH - MAXD)
1952 used += ((unsigned int)1) << curr;
1953 if (type == LENS && used >= ENOUGH - MAXD)
1999 *table += used;
2053 - The maximum input bits used by a length/distance pair is 15 bits for the
2428 used for threaded applications, since the rewriting of the tables and virgin
2753 When returning, a "goto inf_leave" is used to update the total counters,
3528 Z_SYNC_FLUSH or Z_FULL_FLUSH. This function is used by one PPP
4184 * values used in typeflag field
4201 * bits used in mode field