Searched refs:DICT (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
D | inflate.c | 765 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/ |
D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
D | inflate.c | 841 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/ |
D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
D | inflate.c | 818 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/ |
D | pickle.py | 125 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/ |
D | symtable.c | 352 #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/ |
D | symtable.c | 354 #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/ |
D | cPickle.c | 56 #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/ |
D | cPickle.c | 56 #define DICT 'd' macro 1958 s[1] = DICT; in save_dict() 4804 case DICT: in load() 5221 case DICT: in noload()
|