Home
last modified time | relevance | path

Searched defs:arraytype (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtype.go240 type arraytype = abi.ArrayType talias
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Darraymodule.c.h538 PyTypeObject *arraytype; in array__array_reconstructor() local
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array()
1978 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype, in array__array_reconstructor_impl()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1885 const struct glsl_type *arraytype = glsl_get_struct_field(slot_type, i); in unroll_struct_type() local