Searched refs:DICTID (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/third_party/zlib_v128/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */ enumerator in enum:__anon16036
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
H A Dinflate.c683 state->mode = hold & 0x200 ? DICTID : TYPE;
814 case DICTID:
/external/syslinux/com32/lib/zlib/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */ enumerator in enum:__anon19345
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
H A Dinflate.c667 state->mode = hold & 0x200 ? DICTID : TYPE;
798 case DICTID:
/external/zlib/src/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */ enumerator in enum:__anon25844
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
H A Dinflate.c683 state->mode = hold & 0x200 ? DICTID : TYPE;
814 case DICTID:

Completed in 120 milliseconds