HomeSort by: relevance | last modified time | path
    Searched refs:LENGTH (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
105 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
inflate.c 21 * - Remove unnecessary second byte pull from length extra in inffast.c
78 * - Changed inflateBack() argument and in_func typedef to swap the length
245 Return state with length and distance decoding tables and index sizes set to
265 /* literal/length table */
546 if there is no input available. The decoding of variable length codes uses
604 unsigned len; /* length to copy for repeats, bits to drop */
723 state->length = (unsigned)(hold);
736 copy = state->length;
741 (len = state->head->extra_len - state->length) <
751 state->length -= copy
    [all...]
  /src/bin/expr/
expr.y 75 %left LENGTH
119 | LENGTH expr {
136 | LENGTH
366 } else if (strcmp(p, "length") == 0)
367 retval = LENGTH;
  /src/games/worm/
worm.c 61 #define LENGTH 7
79 static int start_len = LENGTH;
141 start_len = LENGTH;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/
CMakeLists.txt 7 list(LENGTH XRAY_ALL_SOURCE_FILES_ABS_PATHS XASFAP_LENGTH)

Completed in 16 milliseconds