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

  /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:__anon5414
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 229 binaryfunc nb_subtract; member in struct:__anon5721
    [all...]
  /external/python/cpython2/Include/
object.h 229 binaryfunc nb_subtract; member in struct:__anon30113
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon60610
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon60732
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon112544
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 229 binaryfunc nb_subtract; member in struct:__anon112667
    [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 2035 milliseconds