HomeSort by relevance Sort by last modified time
    Searched refs:arraytype (Results 1 - 12 of 12) 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);
  /external/python/cpython3/Modules/
arraymodule.c 48 static PyTypeObject Arraytype;
107 #define array_Check(op) PyObject_TypeCheck(op, &Arraytype)
108 #define array_CheckExact(op) (Py_TYPE(op) == &Arraytype)
532 class array.array "arrayobject *" "&Arraytype"
740 np = (arrayobject *) newarrayobject(&Arraytype, ihigh - ilow, a->ob_descr);
800 np = (arrayobject *) newarrayobject(&Arraytype, size, a->ob_descr);
827 np = (arrayobject *) newarrayobject(&Arraytype, size, a->ob_descr);
    [all...]
  /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))
cgocheck.go 225 at := (*arraytype)(unsafe.Pointer(typ))
cgocall.go 473 at := (*arraytype)(unsafe.Pointer(t))
  /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))
cgocheck.go 225 at := (*arraytype)(unsafe.Pointer(typ))
cgocall.go 473 at := (*arraytype)(unsafe.Pointer(t))
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf_test.go 52 "runtime.arraytype": true,
dwarf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf_test.go 52 "runtime.arraytype": true,
dwarf.go     [all...]

Completed in 556 milliseconds