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

  /src/games/worm/
worm.c 61 #define LENGTH 7
79 static int start_len = LENGTH;
141 start_len = LENGTH;
  /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...]

Completed in 12 milliseconds