Home
last modified time | relevance | path

Searched refs:DICT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c852 state->mode = DICT;
854 case DICT:
1353 if (state->wrap != 0 && state->mode != DICT)
1357 if (state->mode == DICT) {