Searched refs:arrays (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/cloog/osl/source/extensions/
H A Darrays.c5 ** extensions/arrays.c **
72 #include <osl/extensions/arrays.h>
82 * this function displays an osl_arrays_t structure (*arrays) into a file
87 * \param[in] arrays The arrays structure to print.
90 void osl_arrays_idump(FILE * file, osl_arrays_p arrays, int level) { argument
97 if (arrays != NULL)
100 fprintf(file, "+-- NULL arrays\n");
102 if (arrays != NULL) {
108 fprintf(file, "nb_names: %d\n", arrays
134 osl_arrays_dump(FILE * file, osl_arrays_p arrays) argument
146 osl_arrays_sprint(osl_arrays_p arrays) argument
197 osl_arrays_p arrays; local
242 osl_arrays_p arrays; local
258 osl_arrays_free(osl_arrays_p arrays) argument
283 osl_arrays_clone(osl_arrays_p arrays) argument
354 osl_arrays_to_strings(osl_arrays_p arrays) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr33833.c18 struct prio_array *active, arrays[2]; member in struct:rq
29 array = rq->arrays + j;
/haiku-buildtools/cloog/osl/source/
H A Dnames.c110 osl_strings_idump(file, names->arrays, level + 1);
158 names->arrays = NULL;
178 osl_strings_free(names->arrays);
218 names->arrays = osl_strings_generate(array_prefix, nb_arrays);
239 clone->arrays = osl_strings_clone(names->arrays);
H A Dscop.c70 #include <osl/extensions/arrays.h>
225 osl_arrays_p arrays; local
250 // If possible, replace array names with arrays extension names.
251 arrays = osl_generic_lookup(scop->extension, OSL_URI_ARRAYS);
252 if (arrays != NULL) {
254 arrays_backup = names->arrays;
255 names->arrays = osl_arrays_to_strings(arrays);
294 osl_strings_free(names->arrays);
295 names->arrays
[all...]
H A Dinterface.c69 #include <osl/extensions/arrays.h>
H A Drelation.c537 * \param[in] arrays Array of textual identifiers of the arrays.
542 char ** strings, char ** arrays) {
582 arrays[osl_relation_get_array_id(relation) - 1]);
800 names->arrays->string);
541 osl_relation_sprint_comment(osl_relation_p relation, int row, char ** strings, char ** arrays) argument
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dinit-fini-arrays.d1 #source: init-fini-arrays.s
/haiku-buildtools/cloog/osl/include/osl/
H A Dnames.h86 osl_strings_p arrays; /**< Array names */ member in struct:osl_names
H A Dosl.h68 * - arrays
100 # include <osl/extensions/arrays.h>
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dsimparray.go7 // Test simple operations on arrays.
H A Darray.go7 // Test arrays and slices.
H A Drange.go7 // Test 'for range' on arrays, slices, and maps.
H A Dslicearray.go7 // Test basic operations of slices and arrays.
/haiku-buildtools/cloog/osl/
H A DMakefile.am102 include/osl/extensions/arrays.h \
119 source/extensions/arrays.c \
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvshuffle.inc6 /* In this case, output variables are arrays of vectors. */
/haiku-buildtools/gcc/gmp/mpn/m68k/
H A Dlshift.asm133 C We loop from least significant end of the arrays, which is only
H A Drshift.asm123 C We loop from most significant end of the arrays, which is only permissable
/haiku-buildtools/autoconf/lib/Autom4te/
H A DStruct.pm125 my %arrays = ();
167 $arrays{$name}++;
216 if( defined $arrays{$name} ){
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dlshift.asm145 C We loop from least significant end of the arrays, which is only
H A Drshift.asm142 C We loop from least significant end of the arrays, which is only
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dcmp.go314 // arrays
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug385_64.go9 // Issue 4666: issue with arrays of exactly 4GB.
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c3766 /* List of arrays of this type of various bounds. */
3767 struct ieee_modified_array_type *arrays;
3770 /* A list of arrays bounds. */
5627 for (a = m->arrays; a != NULL; a = a->next)
5656 a->next = m->arrays;
5657 m->arrays = a;
3765 struct ieee_modified_array_type *arrays; member in struct:ieee_modified_type
/haiku-buildtools/binutils/binutils/
H A Dieee.c3776 /* List of arrays of this type of various bounds. */
3777 struct ieee_modified_array_type *arrays;
3780 /* A list of arrays bounds. */
5637 for (a = m->arrays; a != NULL; a = a->next)
5666 a->next = m->arrays;
5667 m->arrays = a;
3775 struct ieee_modified_array_type *arrays; member in struct:ieee_modified_type

Completed in 138 milliseconds