Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c765 state->mode = DICT;
766 case DICT:
1180 if (state->wrap != 0 && state->mode != DICT)
1184 if (state->mode == DICT) {
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c841 state->mode = DICT;
842 case DICT:
1327 if (state->wrap != 0 && state->mode != DICT)
1331 if (state->mode == DICT) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c818 state->mode = DICT;
819 case DICT:
1303 if (state->wrap != 0 && state->mode != DICT)
1307 if (state->mode == DICT) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py125 DICT = 'd' # build a dict from stack items variable
646 write(MARK + DICT)
1036 dispatch[DICT] = load_dict
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c352 #define SET_SCOPE(DICT, NAME, I) { \ argument
356 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c354 #define SET_SCOPE(DICT, NAME, I) { \ argument
358 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c56 #define DICT 'd' macro
1989 s[1] = DICT; in save_dict()
4839 case DICT: in load()
5256 case DICT: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c56 #define DICT 'd' macro
1958 s[1] = DICT; in save_dict()
4804 case DICT: in load()
5221 case DICT: in noload()