HomeSort by relevance Sort by last modified time
    Searched refs:CALL_FUNCTION (Results 1 - 25 of 50) sorted by null

1 2

  /external/webrtc/webrtc/system_wrappers/include/
asm_defines.h 28 .macro CALL_FUNCTION name
46 .macro CALL_FUNCTION name
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /external/python/cpython2/Include/
opcode.h 139 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
149 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/gdb/darwin-x86/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/gdb/linux-x86/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /test/vts/agents/hal/
SocketClientToDriver.cpp 143 command_message.set_command_type(CALL_FUNCTION);
193 command_message.set_command_type(CALL_FUNCTION);
  /external/v8/src/
macro-assembler.h 12 CALL_FUNCTION,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /external/python/cpython2/Lib/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /test/vts/drivers/hal/server/
SocketServer.cpp 174 case CALL_FUNCTION: {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 887 case CALL_FUNCTION:
    [all...]
ceval.c 111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
748 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
762 CALL_FUNCTION (and friends)
3994 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /external/python/cpython2/Python/
compile.c 887 case CALL_FUNCTION:
    [all...]
ceval.c 111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
842 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
856 CALL_FUNCTION (and friends)
4311 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 864 case CALL_FUNCTION:
    [all...]
ceval.c 109 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
111 static PyObject * call_function(PyObject ***, int);
746 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
760 CALL_FUNCTION (and friends)
3972 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]

Completed in 1487 milliseconds

1 2