Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_randommodule.c414 PyObject *iobj; in random_jumpahead() local
427 iobj = PyInt_FromLong(i); in random_jumpahead()
428 if (iobj == NULL) in random_jumpahead()
430 remobj = PyNumber_Remainder(n, iobj); in random_jumpahead()
431 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.c463 PyObject *result, *iobj; in formatlong() local
471 iobj = PyNumber_Index(v); in formatlong()
473 iobj = PyNumber_Long(v); in formatlong()
474 if (iobj == NULL) { in formatlong()
478 else if (!PyLong_Check(iobj)) in formatlong()
479 Py_CLEAR(iobj); in formatlong()
480 if (iobj != NULL) { in formatlong()
481 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
482 Py_DECREF(iobj); in formatlong()
506 PyObject *iobj; in byte_converter() local
[all …]
Dunicodeobject.c14283 PyObject *iobj, *res; in mainformatlong() local
14292 iobj = PyNumber_Index(v); in mainformatlong()
14293 if (iobj == NULL) { in mainformatlong()
14300 iobj = PyNumber_Long(v); in mainformatlong()
14301 if (iobj == NULL ) { in mainformatlong()
14307 assert(PyLong_Check(iobj)); in mainformatlong()
14310 iobj = v; in mainformatlong()
14311 Py_INCREF(iobj); in mainformatlong()
14342 Py_DECREF(iobj); in mainformatlong()
14345 Py_DECREF(iobj); in mainformatlong()
[all …]
/external/python/cpython2/Objects/
Dbytesobject.c457 PyObject *result, *iobj; in formatlong() local
465 iobj = PyNumber_Index(v); in formatlong()
467 iobj = PyNumber_Long(v); in formatlong()
468 if (iobj == NULL) { in formatlong()
472 else if (!PyLong_Check(iobj)) in formatlong()
473 Py_CLEAR(iobj); in formatlong()
474 if (iobj != NULL) { in formatlong()
475 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
476 Py_DECREF(iobj); in formatlong()
500 PyObject *iobj; in byte_converter() local
[all …]
Dstringobject.c4505 PyObject *iobj=NULL; in PyString_Format() local
4508 iobj = v; in PyString_Format()
4509 Py_INCREF(iobj); in PyString_Format()
4512 iobj = PyNumber_Int(v); in PyString_Format()
4513 if (iobj==NULL) { in PyString_Format()
4515 iobj = PyNumber_Long(v); in PyString_Format()
4518 if (iobj!=NULL) { in PyString_Format()
4519 if (PyInt_Check(iobj)) { in PyString_Format()
4524 flags, prec, c, iobj); in PyString_Format()
4525 Py_DECREF(iobj); in PyString_Format()
[all …]
Dunicodeobject.c8629 PyObject *iobj=NULL; in PyUnicode_Format() local
8632 iobj = v; in PyUnicode_Format()
8633 Py_INCREF(iobj); in PyUnicode_Format()
8636 iobj = PyNumber_Int(v); in PyUnicode_Format()
8637 if (iobj==NULL) { in PyUnicode_Format()
8639 iobj = PyNumber_Long(v); in PyUnicode_Format()
8642 if (iobj!=NULL) { in PyUnicode_Format()
8643 if (PyInt_Check(iobj)) { in PyUnicode_Format()
8647 flags, prec, c, iobj); in PyUnicode_Format()
8648 Py_DECREF(iobj); in PyUnicode_Format()
[all …]
/external/libopus/win32/
D.gitignore17 *.iobj
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c1076 is_depth_texture(struct intel_texture_object *iobj) in is_depth_texture() argument
1078 GLenum base_format = _mesa_get_format_base_format(iobj->_Format); in is_depth_texture()
1080 (base_format == GL_DEPTH_STENCIL && !iobj->base.StencilSampling); in is_depth_texture()
1110 struct intel_texture_object *iobj = intel_texture_object(obj); in update_stage_texture_surfaces() local
1116 if ((prog->ShadowSamplers & (1 << s)) && !is_depth_texture(iobj)) { in update_stage_texture_surfaces()
1263 struct intel_buffer_object *iobj = in upload_buffer_surface() local
1266 intel_bufferobj_buffer(brw, iobj, binding->Offset, size, in upload_buffer_surface()
Dintel_screen.c541 struct intel_texture_object *iobj; in intel_create_image_from_texture() local
554 iobj = intel_texture_object(obj); in intel_create_image_from_texture()
578 isl_tiling_to_i915_tiling(iobj->mt->surf.tiling)); in intel_create_image_from_texture()
580 intel_setup_image_from_mipmap_tree(brw, image, iobj->mt, level, zoffset); in intel_create_image_from_texture()
582 image->has_depthstencil = iobj->mt->stencil_mt? true : false; in intel_create_image_from_texture()
583 image->planar_format = iobj->planar_format; in intel_create_image_from_texture()
/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/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c379 struct intel_texture_object *iobj; in intel_create_image_from_texture() local
392 iobj = intel_texture_object(obj); in intel_create_image_from_texture()
416 intel_setup_image_from_mipmap_tree(intel, image, iobj->mt, level, zoffset); in intel_create_image_from_texture()
/external/python/cpython3/Python/
Dgetargs.c795 PyObject *iobj; in convertsimple() local
800 iobj = PyNumber_Index(arg); in convertsimple()
801 if (iobj != NULL) { in convertsimple()
802 ival = PyLong_AsSsize_t(iobj); in convertsimple()
803 Py_DECREF(iobj); in convertsimple()
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt31773 cleobulus klˌiobjˈuləs
Dinternal_raw_IPA-old.txt37649 cleobulus klˌiobjˈuləs