Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinfcodes.c19 LENEXT, /* i: getting length extra (have base) */ enumerator
139 c->mode = LENEXT; in inflate_codes()
158 case LENEXT: /* i: getting length extra (have base) */ in inflate_codes()
/external/zlib/src/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1069 state->mode = LENEXT;
1070 case LENEXT:
/external/python/cpython2/Modules/zlib/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1069 state->mode = LENEXT;
1070 case LENEXT:
/external/syslinux/com32/lib/zlib/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1054 state->mode = LENEXT;
1055 case LENEXT:
/external/pdfium/third_party/zlib_v128/
Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator
Dinflate.c1069 state->mode = LENEXT; in inflate()
1070 case LENEXT: in inflate()