Home
last modified time | relevance | path

Searched refs:parray (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/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, in reshape_internal()
34 parray *pad, shape_type *order, index_type size) in reshape_internal()
357 extern void reshape (parray *, parray *, shape_type *, parray *, shape_type *);
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pad, in reshape()
369 extern void reshape_char (parray *, gfc_charlen_type, parray *, shape_type *,
370 parray *, shape_type *, gfc_charlen_type,
375 reshape_char (parray *ret, gfc_charlen_type ret_length __attribute__((unused)), in reshape_char()
376 parray *source, shape_type *shape, parray *pad, in reshape_char()
384 extern void reshape_char4 (parray *, gfc_charlen_type, parray *, shape_type *,
[all …]
/netbsd-src/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, in reshape_internal()
34 parray *pad, shape_type *order, index_type size) in reshape_internal()
357 extern void reshape (parray *, parray *, shape_type *, parray *, shape_type *);
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pad, in reshape()
369 extern void reshape_char (parray *, gfc_charlen_type, parray *, shape_type *,
370 parray *, shape_type *, gfc_charlen_type,
375 reshape_char (parray *ret, gfc_charlen_type ret_length __attribute__((unused)), in reshape_char()
376 parray *source, shape_type *shape, parray *pad, in reshape_char()
384 extern void reshape_char4 (parray *, gfc_charlen_type, parray *, shape_type *,
[all …]
/netbsd-src/sys/arch/riscv/starfive/
H A Djh7100_pinctrl.c241 const u_int *parray; in jh7100_pinctrl_set_config_group() local
258 parray = pins; in jh7100_pinctrl_set_config_group()
263 parray = pinmux; in jh7100_pinctrl_set_config_group()
274 uint32_t p = be32dec(&parray[i]); in jh7100_pinctrl_set_config_group()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp192 void** parray = static_cast<void**>(realloc(__parray_, newcap * sizeof(void *))); in pword() local
193 if (parray == 0) in pword()
200 __parray_ = parray; in pword()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d202 SAFEARRAY* parray; member
268 wirePSAFEARRAY parray;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dioparm.def105 IOPARM (dt, internal_unit_desc, 0, parray)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dioparm.def105 IOPARM (dt, internal_unit_desc, 0, parray)
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2bStatusIssuesStatus.csv33 "`3434 <https://wg21.link/LWG3434>`__","``ios_base`` never reclaims memory for iarray and parray","…
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d803 const parray = alloc.make!(int[]); in test() local
804 assert((*parray).empty); in test()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1310 const parray = alloc.make!(int[]); in test() local
1311 assert((*parray).empty); in test()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20061853 (place_new_loop): Access larray vector instead of parray.
1892 (struct loops): Replace num and parray field by larray vector.
13119 * loop-unroll.c (peel_loops_completely): Use loops->parray to walk the
H A DChangeLog-200218776 (struct loops): New field parray.
H A DChangeLog-20041253 Add comment about loops in parray possibly being NULL.