Home
last modified time | relevance | path

Searched refs:best_base (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c305 unsigned best_base = ~0; in find_best_region_to_evict() local
366 best_base = base; in find_best_region_to_evict()
370 assert(best_base < rctx->bound[cls] && in find_best_region_to_evict()
372 return best_base; in find_best_region_to_evict()
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c641 static PyTypeObject *best_base(PyObject *);
773 PyTypeObject *new_base = best_base(new_bases); in type_set_bases()
2173 best_base(PyObject *bases) in best_base() function
3278 PyTypeObject *base = best_base(ctx->bases); in type_new_get_bases()
3499 base = best_base(bases); in PyType_FromModuleAndSpec()
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c386 static PyTypeObject *best_base(PyObject *);
489 new_base = best_base(value); in type_set_bases()
1725 best_base(PyObject *bases) in best_base() function
2179 base = best_base(bases); in type_new()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...