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

  /external/brotli/python/
_brotli.cc 12 #define PyInt_AsLong PyLong_AsLong
18 long value = PyInt_AsLong(o);
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 53 #define PyInt_AsLong PyLong_AsLong
message.cc 71 #define PyInt_AsLong PyLong_AsLong
579 *value = static_cast<T>(PyInt_AsLong(arg));
627 *value = static_cast<bool>(PyInt_AsLong(arg));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 150 PyInt_AsLong(register PyObject *op)
195 long result = PyInt_AsLong(obj);
225 return PyInt_AsLong(op);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 150 PyInt_AsLong(register PyObject *op)
211 return PyInt_AsLong(op);
    [all...]
  /external/python/cpython2/Objects/
intobject.c 143 PyInt_AsLong(register PyObject *op)
188 long result = PyInt_AsLong(obj);
218 return PyInt_AsLong(op);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 728 #define PyInt_AsLong(x) PyLong_AsLong(x)
893 result = PyInt_AsLong(i);
    [all...]

Completed in 300 milliseconds