• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/libkern/

Lines Matching defs:last

412      * array to 64K, this link is maintained only for the last 32K strings.
529 int last_eob_len; /* bit length of EOB code for last block */
541 /* Number of valid bits in bi_buf. All bits above the last valid bit
783 * (except for the last MIN_MATCH-1 bytes of the input file).
924 /* Insert all strings in the hash table (except for the last two bytes).
987 /* Flush the last buffer: */
1899 * enough lookahead, the last two strings are not inserted in
2050 * 3 .. 258, the last 256 values correspond to the top 8 bits of
2430 # define SEPARATOR(i, last, width) \
2431 ((i) == (last)? "\n};\n\n" : \
2698 /* Check that the bit counts in bl_count are consistent. The last code
2817 int prevlen = -1; /* last emitted length */
2863 int prevlen = -1; /* last emitted length */
2906 * bl_order of the last bit length code to send.
2911 int max_blindex; /* index of last bit length code of non zero freq */
2973 * int eof; true if this is the last block for a file
2990 * last two codes for the previous block (real code plus EOB) were coded
2992 * the last real code. In this case we send two empty static blocks instead
2994 * To simplify the code, we assume the worst case of last real code encoded
3007 * (10 - bi_valid) bits. The lookahead for the last real code (before
3028 * int eof; true if this is the last block for a file
3034 int max_blindex = 0; /* index of last bit length code of non zero freq */
3055 * in bl_order of the last bit length code to send.
3082 * the last block flush, because compression would have been
3745 /* infblock.c -- interpret and process block types to last block
3867 DONEB, /* finished last block, done */
3892 uInt last; /* true if this block is the last block */
3987 Huffman codes, but the last two had better not show up in the data.
4000 really is 258. The last length deserves its own, short code
4084 s->last = t & 1;
4089 s->last ? " (last)" : ""));
4097 s->last ? " (last)" : ""));
4115 s->last ? " (last)" : ""));
4139 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
4156 s->mode = s->last ? DRY : TYPE;
4290 if (!s->last)
4523 /* Adjust last length count to fill out codes, if needed */
4594 /* connect to last table, if there is one */
4602 u[h-1][j] = r; /* connect to last table */