Searched refs:TUPLE1 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pickle.py | 154 TUPLE1 = '\x85' # build 1-tuple from stack top variable 162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3] 1004 dispatch[TUPLE1] = load_tuple1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 80 #define TUPLE1 '\x85' /* build 1-tuple from stack top */ macro 1517 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple() 4804 case TUPLE1: in load() 5221 case TUPLE1: in noload()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cPickle.c | 80 #define TUPLE1 '\x85' /* build 1-tuple from stack top */ macro 1486 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple() 4769 case TUPLE1: in load() 5186 case TUPLE1: in noload()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | pickletester.py | 684 (2, 1): pickle.TUPLE1,
|