Home
last modified time | relevance | path

Searched refs:LENEXT (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/gzip/
Dinfcodes.c19 LENEXT, /* i: getting length extra (have base) */ enumerator
140 c->mode = LENEXT; in inflate_codes()
159 case LENEXT: /* i: getting length extra (have base) */ in inflate_codes()
/external/libwebsockets/win32port/zlib/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1054 state->mode = LENEXT;
1055 case LENEXT:
/external/zlib/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1094 state->mode = LENEXT;
1095 case LENEXT:
/external/python/cpython2/Modules/zlib/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1092 state->mode = LENEXT;
1093 case LENEXT:
/external/rust/crates/libz-sys/src/zlib/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1092 state->mode = LENEXT;
1093 case LENEXT:
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.h45 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c873 state->mode = LENEXT; in PREFIX()
875 case LENEXT: in PREFIX()
/external/zlib/contrib/optimizations/
Dinflate.c1105 state->mode = LENEXT;
1106 case LENEXT: