HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_TUPLE (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
opcode.h 100 #define BUILD_TUPLE 102 /* Number of tuple items */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
opcode.h 100 #define BUILD_TUPLE 102 /* Number of tuple items */
  /prebuilts/gdb/darwin-x86/include/python2.7/
opcode.h 100 #define BUILD_TUPLE 102 /* Number of tuple items */
  /prebuilts/gdb/linux-x86/include/python2.7/
opcode.h 100 #define BUILD_TUPLE 102 /* Number of tuple items */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 100 #define BUILD_TUPLE 102 /* Number of tuple items */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 100 #define BUILD_TUPLE 102 /* Number of tuple items */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 28 /* Replace LOAD_CONST c1. LOAD_CONST c2 ... LOAD_CONST cn BUILD_TUPLE n
44 assert(codestr[n*3] == BUILD_TUPLE || codestr[n*3] == BUILD_LIST);
70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */
433 case BUILD_TUPLE:
439 ((opcode == BUILD_TUPLE &&
compile.c 842 case BUILD_TUPLE:
    [all...]
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 28 /* Replace LOAD_CONST c1. LOAD_CONST c2 ... LOAD_CONST cn BUILD_TUPLE n
44 assert(codestr[n*3] == BUILD_TUPLE || codestr[n*3] == BUILD_LIST);
70 add a new LOAD_CONST newconst on top of the BUILD_TUPLE n */
442 case BUILD_TUPLE:
448 ((opcode == BUILD_TUPLE &&
compile.c 819 case BUILD_TUPLE:
    [all...]
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 735 def BUILD_TUPLE(self, count):
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 735 def BUILD_TUPLE(self, count):
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 735 def BUILD_TUPLE(self, count):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 735 def BUILD_TUPLE(self, count):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 735 def BUILD_TUPLE(self, count):

Completed in 184 milliseconds