Searched refs:parray (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dreshape_generic.c30 typedef GFC_FULL_ARRAY_DESCRIPTOR(GFC_MAX_DIMENSIONS, char) parray; typedef
33 reshape_internal (parray *ret, parray *source, shape_type *shape,
34 parray *pad, shape_type *order, index_type size)
357 extern void reshape (parray *, parray *, shape_type *, parray *, shape_type *);
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pa
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dreshape_generic.c30 typedef GFC_FULL_ARRAY_DESCRIPTOR(GFC_MAX_DIMENSIONS, char) parray; typedef
33 reshape_internal (parray *ret, parray *source, shape_type *shape,
34 parray *pad, shape_type *order, index_type size)
357 extern void reshape (parray *, parray *, shape_type *, parray *, shape_type *);
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pa
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb1250.c30 void my_gamma (int *parray) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb1250.c30 void my_gamma (int *parray) argument
/netbsd-current/sys/arch/riscv/starfive/
H A Djh7100_pinctrl.c241 const u_int *parray; local
258 parray = pins;
263 parray = pinmux;
274 uint32_t p = be32dec(&parray[i]);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp192 void** parray = static_cast<void**>(realloc(__parray_, newcap * sizeof(void *))); local
193 if (parray == 0)
200 __parray_ = parray;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d803 const parray = alloc.make!(int[]);
804 assert((*parray).empty);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1310 const parray = alloc.make!(int[]);
1311 assert((*parray).empty);

Completed in 131 milliseconds