Home
last modified time | relevance | path

Searched refs:TUPLE1 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py154 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/
DcPickle.c80 #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/
DcPickle.c80 #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/
Dpickletester.py684 (2, 1): pickle.TUPLE1,