Home
last modified time | relevance | path

Searched refs:obj_start (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-sanitize.hh199 const char *obj_start = (const char *) obj; in set_object() local
200 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
207 this->start = obj_start; in set_object()
208 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/aosp_15_r20/external/python/cpython3/Lib/test/libregrtest/
Dwin_utils.py64 obj_start, = _unpack('L', data, 24)
71 data_start, defn_start = _unpack('4xLL', data, obj_start)
72 data_base = obj_start + data_start
73 defn_base = obj_start + defn_start
/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
106 if (obj_start != Py_None) in STRINGLIB()
107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB()
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dfind.h115 PyObject *obj_start=Py_None, *obj_end=Py_None; in stringlib_parse_args_finds() local
122 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in stringlib_parse_args_finds()
128 if (obj_start != Py_None) in stringlib_parse_args_finds()
129 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in stringlib_parse_args_finds()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.3.0.rst2175 - freedreno/a6xx: Move instrlen and obj_start writes to fd6_emit_shader