/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pickle.py | 137 LONG_BINPUT = 'r' # " " " " " ; " " 4-byte arg
249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i.
255 return LONG_BINPUT + pack("<i", i)
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pickle.py | 137 LONG_BINPUT = 'r' # " " " " " ; " " 4-byte arg 249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i. 255 return LONG_BINPUT + pack("<i", i) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pickle.py | 137 LONG_BINPUT = 'r' # " " " " " ; " " 4-byte arg 249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i. 255 return LONG_BINPUT + pack("<i", i) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 137 LONG_BINPUT = 'r' # " " " " " ; " " 4-byte arg 249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i. 255 return LONG_BINPUT + pack("<i", i) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 137 LONG_BINPUT = 'r' # " " " " " ; " " 4-byte arg 249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i. 255 return LONG_BINPUT + pack("<i", i) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
cPickle.c | 68 #define LONG_BINPUT 'r'
863 c_str[0] = LONG_BINPUT;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cPickle.c | 68 #define LONG_BINPUT 'r'
832 c_str[0] = LONG_BINPUT;
[all...] |