Home
last modified time | relevance | path

Searched refs:iobj (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Modules/
D_randommodule.c405 PyObject *iobj; in random_jumpahead() local
418 iobj = PyInt_FromLong(i); in random_jumpahead()
419 if (iobj == NULL) in random_jumpahead()
421 remobj = PyNumber_Remainder(n, iobj); in random_jumpahead()
422 Py_DECREF(iobj); in random_jumpahead()
Dmathmodule.c1090 PyObject *result, *iobj, *newresult; in math_factorial() local
1121 iobj = (PyObject *)PyInt_FromLong(i); in math_factorial()
1122 if (iobj == NULL) in math_factorial()
1124 newresult = PyNumber_Multiply(result, iobj); in math_factorial()
1125 Py_DECREF(iobj); in math_factorial()
/external/python/cpython3/Objects/
Dbytesobject.c455 PyObject *result, *iobj; in formatlong() local
463 iobj = PyNumber_Index(v); in formatlong()
465 iobj = PyNumber_Long(v); in formatlong()
466 if (iobj == NULL) { in formatlong()
470 else if (!PyLong_Check(iobj)) in formatlong()
471 Py_CLEAR(iobj); in formatlong()
472 if (iobj != NULL) { in formatlong()
473 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
474 Py_DECREF(iobj); in formatlong()
498 PyObject *iobj; in byte_converter() local
[all …]
Dunicodeobject.c14216 PyObject *iobj, *res; in mainformatlong() local
14225 iobj = PyNumber_Index(v); in mainformatlong()
14226 if (iobj == NULL) { in mainformatlong()
14233 iobj = PyNumber_Long(v); in mainformatlong()
14234 if (iobj == NULL ) { in mainformatlong()
14240 assert(PyLong_Check(iobj)); in mainformatlong()
14243 iobj = v; in mainformatlong()
14244 Py_INCREF(iobj); in mainformatlong()
14275 Py_DECREF(iobj); in mainformatlong()
14278 Py_DECREF(iobj); in mainformatlong()
[all …]
/external/libopus/win32/
D.gitignore17 *.iobj
/external/python/cpython2/Objects/
Dstringobject.c4508 PyObject *iobj=NULL; in PyString_Format() local
4511 iobj = v; in PyString_Format()
4512 Py_INCREF(iobj); in PyString_Format()
4515 iobj = PyNumber_Int(v); in PyString_Format()
4516 if (iobj==NULL) { in PyString_Format()
4518 iobj = PyNumber_Long(v); in PyString_Format()
4521 if (iobj!=NULL) { in PyString_Format()
4522 if (PyInt_Check(iobj)) { in PyString_Format()
4527 flags, prec, c, iobj); in PyString_Format()
4528 Py_DECREF(iobj); in PyString_Format()
[all …]
Dunicodeobject.c8633 PyObject *iobj=NULL; in PyUnicode_Format() local
8636 iobj = v; in PyUnicode_Format()
8637 Py_INCREF(iobj); in PyUnicode_Format()
8640 iobj = PyNumber_Int(v); in PyUnicode_Format()
8641 if (iobj==NULL) { in PyUnicode_Format()
8643 iobj = PyNumber_Long(v); in PyUnicode_Format()
8646 if (iobj!=NULL) { in PyUnicode_Format()
8647 if (PyInt_Check(iobj)) { in PyUnicode_Format()
8651 flags, prec, c, iobj); in PyUnicode_Format()
8652 Py_DECREF(iobj); in PyUnicode_Format()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java2064 final Object iobj = s_propKeys.get(key); in initProperties() local
2065 if (iobj != null) { in initProperties()
2066 if (iobj instanceof Integer) { in initProperties()
2079 final int BITFLAG = ((Integer) iobj).intValue(); in initProperties()
/external/python/cpython3/Python/
Dgetargs.c745 PyObject *iobj; in convertsimple() local
750 iobj = PyNumber_Index(arg); in convertsimple()
751 if (iobj != NULL) { in convertsimple()
752 ival = PyLong_AsSsize_t(iobj); in convertsimple()
753 Py_DECREF(iobj); in convertsimple()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c371 struct intel_texture_object *iobj; in intel_create_image_from_texture() local
384 iobj = intel_texture_object(obj); in intel_create_image_from_texture()
408 intel_setup_image_from_mipmap_tree(intel, image, iobj->mt, level, zoffset); in intel_create_image_from_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c485 struct intel_texture_object *iobj; in intel_create_image_from_texture() local
498 iobj = intel_texture_object(obj); in intel_create_image_from_texture()
522 intel_setup_image_from_mipmap_tree(brw, image, iobj->mt, level, zoffset); in intel_create_image_from_texture()
524 image->has_depthstencil = iobj->mt->stencil_mt? true : false; in intel_create_image_from_texture()
/external/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...