Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h588 PyTypeObject *arraytype; in array__array_reconstructor() local
/external/python/cpython3/Modules/
Darraymodule.c2003 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array()
2049 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype, in array__array_reconstructor_impl()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1816 const struct glsl_type *arraytype = glsl_get_struct_field(slot_type, i); in unroll_struct_type() local