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

  /external/python/cpython3/Objects/
typeslots.inc 37 offsetof(PyHeapTypeObject, as_number.nb_subtract),
abstract.c 909 BINARY_FUNC(PyNumber_Subtract, nb_subtract, "-")
1048 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")
    [all...]
typeobject.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 102 %pybinoperator(__sub__, *::operator-, binaryfunc, nb_subtract);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 229 binaryfunc nb_subtract; member in struct:__anon4345
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 229 binaryfunc nb_subtract; member in struct:__anon4652
    [all...]
  /external/python/cpython2/Include/
object.h 229 binaryfunc nb_subtract; member in struct:__anon32593
    [all...]
  /external/python/cpython3/Include/
object.h 246 binaryfunc nb_subtract; member in struct:__anon33157
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon66484
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon66606
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon999
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon1122
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 495 return PyLong_Type.tp_as_number->nb_subtract((PyObject *)v,
    [all...]
abstract.c     [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 481 return PyLong_Type.tp_as_number->nb_subtract((PyObject *)v,
    [all...]
abstract.c     [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
intobject.c 488 return PyLong_Type.tp_as_number->nb_subtract((PyObject *)v,
    [all...]
abstract.c 1178 BINARY_FUNC(PyNumber_Subtract, nb_subtract, "-")
    [all...]
typeobject.c     [all...]

Completed in 509 milliseconds