Searched refs:spaces (Results 1 - 25 of 44) sorted by relevance

12

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Dcean_util.cpp149 typedef void (*fpp)(const char *spaces, uint64_t low, uint64_t high, int esize);
152 const char *spaces,
161 spaces, (void*)lrange, (void*)rrange, esize);
171 (*fp)(spaces, last_left, last_right, esize);
179 const char *spaces,
196 spaces, (void*)base, rank, lindex, lower, upper, stride, size, esize);
202 generate_one_range(spaces, lrange, rrange, fp, esize);
208 generate_one_range(spaces, lrange, rrange, fp, esize);
215 spaces, base+i*size, rank-1, ddp+1, fp, esize);
222 const char *spaces,
151 generate_one_range( const char *spaces, uint64_t lrange, uint64_t rrange, fpp fp, int esize ) argument
178 generate_mem_ranges_one_rank( const char *spaces, uint64_t base, uint64_t rank, const struct dim_desc *ddp, fpp fp, int esize ) argument
221 generate_mem_ranges( const char *spaces, const arr_desc *adp, bool deref, fpp fp ) argument
287 print_range( const char *spaces, uint64_t low, uint64_t high, int esize ) argument
340 __arr_desc_dump( const char *spaces, const char *name, const arr_desc *adp, bool deref ) argument
[all...]
H A Dcean_util.h104 const char *spaces,
110 spaces,
/haiku-buildtools/gcc/gcc/
H A Dintl.c143 char *spaces = XNEWVEC (char, len + 1); local
144 memset (spaces, ' ', len);
145 spaces[len] = '\0';
146 return spaces;
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dpseudo.s3 # next line has spaces
/haiku-buildtools/binutils/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
H A DMakefile.in151 safe-ctype.c setenv.c sigsetmask.c snprintf.c sort.c spaces.c \
177 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o \
948 ./spaces.o: $(srcdir)/spaces.c config.h $(INCDIR)/ansidecl.h \
951 $(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
953 $(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
24 spaces -- return a pointer to a buffer full of spaces
28 char *spaces (int count)
33 number of spaces and null terminated. The returned pointer is
53 spaces (count) function
H A DMakefile.in129 spaces.c splay-tree.c strcasecmp.c strncasecmp.c strchr.c strdup.c \
137 floatformat.o objalloc.o obstack.o pexecute.o spaces.o \
266 spaces.o: $(INCDIR)/libiberty.h
/haiku-buildtools/gcc/libiberty/
H A Dspaces.c1 /* Allocate memory region filled with spaces.
22 @deftypefn Extension char* spaces (int @var{count})
25 number of spaces and null terminated. The returned pointer is
48 spaces (int count) function
/haiku-buildtools/jam/
H A Dmake.c108 # define spaces(x) ( " " + 16 - ( x > 16 ? 16 : x ) ) macro
190 printf( "make\t--\t%s%s\n", spaces( depth ), t->name );
246 spaces( depth ), t->name, t->boundname );
255 spaces( depth ), t->name, target_bind[ t->binding ] );
260 spaces( depth ), t->name, ctime( &t->time ) );
484 spaces( depth ), t->name );
/haiku-buildtools/legacy/gcc/include/
H A Dlibiberty.h62 /* Allocate memory filled with spaces. Allocates using malloc. */
64 extern const char *spaces PARAMS ((int count));
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintdoc.c412 int spaces = INDENT_SUMMARY - 14 - strlen (name); local
416 spaces -= (3 + strlen (specs[spec].name)); /* See XYZZY1 above */
417 if (spaces < 1)
418 spaces = 1;
419 while (spaces--)
449 spaces = INDENT_SUMMARY + 1;
450 while (spaces--)
H A Dbad.c355 static const char *spaces
365 \040\040\040"; /* MAX_SPACES - 1 spaces. */
442 &spaces[cn > MAX_SPACES ? 0 : MAX_SPACES - cn + 4],
452 "%s%c", &spaces[cnt > MAX_SPACES
354 static const char *spaces local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dparallel-tree.f954 ! test for tree-dump-original and spaces-commas
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c4344 int labeloff, spaces = 8;
4367 spaces -= 4;
4372 spaces -= 3;
4380 spaces -= 3;
4385 spaces -= 2;
4396 spaces -= 4;
4401 spaces -= 4;
4406 spaces -= 3;
4416 spaces -= 5;
4421 spaces
4331 int labeloff, spaces = 8; local
4558 int spaces = 8; local
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon-testgen.ml61 let emit_variables chan c_types features spaces =
72 spaces ty pointer_bit arg_number ty;
84 spaces return_ty return_ty
87 spaces return_ty return_ty
89 Printf.fprintf chan "%s%s out_%s;\n" spaces return_ty return_ty);
/haiku-buildtools/gcc/gcc/fortran/
H A Derror.c397 show up on the terminal. Tabs are converted to spaces, and
425 int spaces, j; local
426 spaces = gfc_widechar_display_length (*p++);
429 error_char ('1'), spaces--;
431 error_char ('2'), spaces--;
433 for (j = 0; j < spaces; j++)
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h212 /* Allocate memory filled with spaces. Allocates using malloc. */
214 extern const char *spaces (int count);
/haiku-buildtools/legacy/gcc/gcc/
H A Dvmsconfig.com269 ! Convert all spaces into newlines, then remove any blank lines.
332 ! Get rid of spaces and blank lines.
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ppoutput.c472 /* Supply enough spaces to put this token in its original column,
479 int spaces = LOCATION_COLUMN (src_loc) - 2; local
482 while (-- spaces >= 0)
/haiku-buildtools/binutils/gas/testsuite/gas/m68hc11/
H A Dmalis.s129 # The specification says we are allowed to have spaces in expressions.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68hc11/
H A Dmalis.s129 # The specification says we are allowed to have spaces in expressions.
/haiku-buildtools/gcc/include/
H A Dlibiberty.h246 /* Allocate memory filled with spaces. Allocates using malloc. */
248 extern const char *spaces (int count);
/haiku-buildtools/binutils/include/
H A Dlibiberty.h246 /* Allocate memory filled with spaces. Allocates using malloc. */
248 extern const char *spaces (int count);

Completed in 150 milliseconds

12