Searched refs:bottom (Results 1 - 25 of 78) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dvisibility6.C3 class bottom class
8 class middle : private bottom
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A DPYRBUG.c9 int top, left, bottom, right; member in struct:__anon1143
15 return pt.v >= r->top && pt.v < r->bottom
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt.c233 int bottom = first_nonopt;
243 while (top > middle && middle > bottom)
245 if (top - middle > middle - bottom)
248 int len = middle - bottom;
254 tem = argv[bottom + i];
255 argv[bottom + i] = argv[top - (middle - bottom) + i];
256 argv[top - (middle - bottom) + i] = tem;
258 /* Exclude the moved bottom segment from further swapping. */
267 /* Swap it with the bottom par
230 int bottom = first_nonopt; local
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc84 uptr bottom = stack_bottom; local
86 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
93 bottom = (uptr)frame;
94 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);
/haiku-buildtools/binutils/libiberty/
H A Dgetopt.c322 int bottom = first_nonopt;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
359 int len = middle - bottom;
365 tem = argv[bottom + i];
366 argv[bottom + i] = argv[top - (middle - bottom) + i];
367 argv[top - (middle - bottom) + i] = tem;
368 SWAP_FLAGS (bottom + i, top - (middle - bottom)
319 int bottom = first_nonopt; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dgetopt.c322 int bottom = first_nonopt;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
359 int len = middle - bottom;
365 tem = argv[bottom + i];
366 argv[bottom + i] = argv[top - (middle - bottom) + i];
367 argv[top - (middle - bottom) + i] = tem;
368 SWAP_FLAGS (bottom + i, top - (middle - bottom)
319 int bottom = first_nonopt; local
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgetopt.c322 int bottom = first_nonopt;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
359 int len = middle - bottom;
365 tem = argv[bottom + i];
366 argv[bottom + i] = argv[top - (middle - bottom) + i];
367 argv[top - (middle - bottom) + i] = tem;
368 SWAP_FLAGS (bottom + i, top - (middle - bottom)
319 int bottom = first_nonopt; local
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dgetopt.c316 int bottom = first_nonopt;
348 while (top > middle && middle > bottom)
350 if (top - middle > middle - bottom)
353 int len = middle - bottom;
359 tem = argv[bottom + i];
360 argv[bottom + i] = argv[top - (middle - bottom) + i];
361 argv[top - (middle - bottom) + i] = tem;
362 SWAP_FLAGS (bottom + i, top - (middle - bottom)
313 int bottom = first_nonopt; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dgetopt.c306 int bottom = first_nonopt;
338 while (top > middle && middle > bottom)
340 if (top - middle > middle - bottom)
343 int len = middle - bottom;
349 tem = argv[bottom + i];
350 argv[bottom + i] = argv[top - (middle - bottom) + i];
351 argv[top - (middle - bottom) + i] = tem;
352 SWAP_FLAGS (bottom + i, top - (middle - bottom)
303 int bottom = first_nonopt; local
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_symbolize.cc83 ReportStack *bottom = 0; local
90 bottom->next = cur_entry;
91 bottom = cur_entry;
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_thread.cc201 uptr bottom = 0; local
203 bottom = stack_bottom();
205 bottom = fake_stack()->AddrIsInFakeStack(addr);
206 CHECK(bottom);
207 access->offset = addr - bottom;
208 access->frame_pc = ((uptr*)bottom)[2];
209 access->frame_descr = (const char *)((uptr*)bottom)[1];
214 u8 *shadow_bottom = (u8*)MemToShadow(bottom);
H A Dasan_rtl.cc742 uptr bottom = ((uptr)&local_stack - PageSize) & ~(PageSize-1); local
744 if (top - bottom > kMaxExpectedCleanupSize) {
750 "stack top: %p; bottom %p; size: %p (%zd)\n"
754 top, bottom, top - bottom, top - bottom);
757 PoisonShadow(bottom, top - bottom, 0);
/haiku-buildtools/legacy/binutils/intl/
H A Ddcgettext.c399 size_t top, act, bottom; local
456 bottom = 0;
458 while (bottom < top)
462 act = (bottom + top) / 2;
469 bottom = act + 1;
475 return bottom >= top ? NULL : (char *) domain->data
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Ddcgettext.c399 size_t top, act, bottom; local
456 bottom = 0;
458 while (bottom < top)
462 act = (bottom + top) / 2;
469 bottom = act + 1;
475 return bottom >= top ? NULL : (char *) domain->data
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Ddcgettext.c395 size_t top, act, bottom; local
452 bottom = 0;
454 while (bottom < top)
458 act = (bottom + top) / 2;
465 bottom = act + 1;
471 return bottom >= top ? NULL : (char *) domain->data
/haiku-buildtools/legacy/binutils/binutils/
H A Darparse.c228 /* The OS might guarantee only one guard page at the bottom of the stack,
663 yy_stack_print (short int *bottom, short int *top) argument
666 yy_stack_print (bottom, top)
667 short int *bottom;
672 for (/* Nothing. */; bottom <= top; ++bottom)
673 YYFPRINTF (stderr, " %d", *bottom);
H A Ddefparse.c237 /* The OS might guarantee only one guard page at the bottom of the stack,
722 yy_stack_print (short int *bottom, short int *top) argument
725 yy_stack_print (bottom, top)
726 short int *bottom;
731 for (/* Nothing. */; bottom <= top; ++bottom)
732 YYFPRINTF (stderr, " %d", *bottom);
H A Dnlmheader.c336 /* The OS might guarantee only one guard page at the bottom of the stack,
797 yy_stack_print (short int *bottom, short int *top) argument
800 yy_stack_print (bottom, top)
801 short int *bottom;
806 for (/* Nothing. */; bottom <= top; ++bottom)
807 YYFPRINTF (stderr, " %d", *bottom);
H A Drcparse.c419 /* The OS might guarantee only one guard page at the bottom of the stack,
1353 yy_stack_print (short int *bottom, short int *top) argument
1356 yy_stack_print (bottom, top)
1357 short int *bottom;
1362 for (/* Nothing. */; bottom <= top; ++bottom)
1363 YYFPRINTF (stderr, " %d", *bottom);
H A Dsysinfo.c185 /* The OS might guarantee only one guard page at the bottom of the stack,
603 yy_stack_print (short int *bottom, short int *top) argument
606 yy_stack_print (bottom, top)
607 short int *bottom;
612 for (/* Nothing. */; bottom <= top; ++bottom)
613 YYFPRINTF (stderr, " %d", *bottom);
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-parse.c437 /* The OS might guarantee only one guard page at the bottom of the stack,
857 yy_stack_print (short int *bottom, short int *top) argument
860 yy_stack_print (bottom, top)
861 short int *bottom;
866 for (/* Nothing. */; bottom <= top; ++bottom)
867 YYFPRINTF (stderr, " %d", *bottom);
H A Dm68k-parse.c248 /* The OS might guarantee only one guard page at the bottom of the stack,
795 yy_stack_print (short int *bottom, short int *top) argument
798 yy_stack_print (bottom, top)
799 short int *bottom;
804 for (/* Nothing. */; bottom <= top; ++bottom)
805 YYFPRINTF (stderr, " %d", *bottom);
/haiku-buildtools/legacy/gcc/gcc/config/clipper/
H A Dclipper.c211 rtx dst,src,cnt,tmp,top,bottom,xops[3]; local
237 bottom = (rtx)gen_label_rtx (); /* need a bottom label */
238 xops[0] = cnt; xops[1] = bottom;
284 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L", CODE_LABEL_NUMBER (bottom));
/haiku-buildtools/jam/
H A Djamgram.c364 /* The OS might guarantee only one guard page at the bottom of the stack,
971 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) argument
974 yy_stack_print (bottom, top)
975 yytype_int16 *bottom;
980 for (; bottom <= top; ++bottom)
981 YYFPRINTF (stderr, " %d", *bottom);
/haiku-buildtools/gcc/libgcc/config/tilepro/
H A Datomic.c67 #define __fetch_and_do(proto, type, size, opname, top, bottom) \
72 bottom; \
114 #define __do_and_fetch(proto, type, size, opname, op, op2, top, bottom) \
119 bottom; \
289 #define __subword(type, proto, top, expr, bottom) \
306 bottom \

Completed in 472 milliseconds

1234