Home
last modified time | relevance | path

Searched defs:DICT (Results 1 – 11 of 11) sorted by relevance

/external/zlib/src/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/external/syslinux/com32/lib/zlib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/external/python/cpython3/Modules/zlib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/external/python/cpython2/Modules/zlib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/external/zlib/src/examples/
Dgzlog.c269 #define DICT 32768U macro
/external/python/cpython2/Python/
Dsymtable.c354 #define SET_SCOPE(DICT, NAME, I) { \ argument
/external/python/cpython3/Python/
Dsymtable.c440 #define SET_SCOPE(DICT, NAME, I) { \ argument
/external/python/cpython2/Lib/
Dpickle.py125 DICT = 'd' # build a dict from stack items variable
/external/python/cpython3/Lib/
Dpickle.py125 DICT = b'd' # build a dict from stack items variable
/external/python/cpython2/Modules/
DcPickle.c56 #define DICT 'd' macro
/external/python/cpython3/Modules/
D_pickle.c48 DICT = 'd', enumerator