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

/haiku-buildtools/gcc/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon1543
65 DICTID -> DICT -> TYPE
H A Dinflate.c817 state->mode = DICT;
818 case DICT:
1281 if (state->wrap != 0 && state->mode != DICT)
1285 if (state->mode == DICT) {
/haiku-buildtools/binutils/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon1165
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) {
/haiku-buildtools/gcc/zlib/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;
965 next = DICT > len ? len : DICT;
/haiku-buildtools/binutils/zlib/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;
/haiku-buildtools/gcc/zlib/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;
/haiku-buildtools/binutils/zlib/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;

Completed in 65 milliseconds