Searched refs:DICT (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon15696
65 DICTID -> DICT -> TYPE
H A Dinflate.c802 state->mode = DICT;
803 case DICT:
1263 if (state->wrap != 0 && state->mode != DICT)
1267 if (state->mode == DICT) {
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon27713
65 DICTID -> DICT -> TYPE
H A Dfx_zlib_inflate.c818 state->mode = DICT;
819 case DICT:
1304 if (state->wrap != 0 && state->mode != DICT)
1308 if (state->mode == DICT) {
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon28752
65 DICTID -> DICT -> TYPE
H A Dinflate.c818 state->mode = DICT;
819 case DICT:
1303 if (state->wrap != 0 && state->mode != DICT)
1307 if (state->mode == DICT) {
/external/zlib/src/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon33473
65 DICTID -> DICT -> TYPE
H A Dinflate.c818 state->mode = DICT;
819 case DICT:
1303 if (state->wrap != 0 && state->mode != DICT)
1307 if (state->mode == DICT) {
/external/zlib/src/examples/
H A Dgzlog.c269 #define DICT 32768U macro
615 unsigned char buf[DICT];
631 dict = read(fd, buf, DICT);
659 strm.avail_out = DICT;
662 got = DICT - strm.avail_out;
966 next = DICT > len ? len : DICT;
/external/zlib/src/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 348 milliseconds