HomeSort by relevance Sort by last modified time
    Searched defs:PyIntObject (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 5 PyIntObject represents a (long) integer. This is an immutable object;
10 returns -1 and sets errno to EBADF if the object is not an PyIntObject.
13 The type PyIntObject is (unfortunately) exposed here so we can declare
26 } PyIntObject;
52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 5 PyIntObject represents a (long) integer. This is an immutable object;
10 returns -1 and sets errno to EBADF if the object is not an PyIntObject.
13 The type PyIntObject is (unfortunately) exposed here so we can declare
26 } PyIntObject;
52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
70 PyAPI_FUNC(PyObject*) _PyInt_Format(PyIntObject* v, int base, int newstyle);
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 167 #define PyIntObject PyLongObject
    [all...]
qavltree.c 167 #define PyIntObject PyLongObject
    [all...]
qbintree.c 167 #define PyIntObject PyLongObject
    [all...]
qrbtree.c 167 #define PyIntObject PyLongObject
    [all...]

Completed in 416 milliseconds