HomeSort by: relevance | last modified time | path
    Searched defs:FIRST (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/hexdump/
hexdump.h 71 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
  /src/usr.bin/gzip/
zuncompress.c 63 #define FIRST 257 /* First free entry. */
97 code_int zs_free_ent; /* First unused entry. */
183 zs->zs_free_ent = 0; /* First unused entry. */
253 /* As above, initialize the first 256 entries in the table. */
259 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
271 zs->zs_free_ent = FIRST;
374 /* Get to the first byte. */
378 /* Get first part (low order bits). */
  /src/sys/net/
bsd-comp.c 75 * The compression ratio is checked at the first end of a packet
173 #define FIRST 257 /* first free entry */
203 db->max_ent = FIRST-1;
505 * the protocol becomes the first byte to compress.
684 * the protocol becomes the first byte to "compress".
1004 * If not first code in a packet, and
  /src/usr.bin/compress/
zopen.c 111 code_int zs_free_ent; /* First unused entry. */
198 #define FIRST 257 /* First free entry. */
226 * secondary probe. Here, the modular division first probe is gives way
271 free_ent = ((block_compress) ? FIRST : 256);
378 /* Get to the first byte. */
382 * Since ocode is always >= 8 bits, only need to mask the first
493 /* As above, initialize the first 256 entries in the table. */
499 free_ent = block_compress ? FIRST : 256;
509 free_ent = FIRST;
    [all...]

Completed in 12 milliseconds