HomeSort by relevance Sort by last modified time
    Searched defs:arraytype (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/clinic/
arraymodule.c.h 439 "_array_reconstructor($module, arraytype, typecode, mformat_code, items,\n"
449 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype,
458 PyTypeObject *arraytype; local
464 &arraytype, &typecode, &mformat_code, &items)) {
467 return_value = array__array_reconstructor_impl(module, arraytype, typecode, mformat_code, items);
  /prebuilts/go/darwin-x86/src/runtime/
type.go 84 arraytype
363 type arraytype struct { type
585 at := (*arraytype)(unsafe.Pointer(t))
586 av := (*arraytype)(unsafe.Pointer(v))
  /prebuilts/go/linux-x86/src/runtime/
type.go 84 arraytype
363 type arraytype struct { type
585 at := (*arraytype)(unsafe.Pointer(t))
586 av := (*arraytype)(unsafe.Pointer(v))

Completed in 244 milliseconds