HomeSort by: relevance | last modified time | path
    Searched defs:bottom (Results 1 - 25 of 136) sorted by relevancy

1 2 3 4 5 6

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_rshd.c 37 register mp_digit *bottom, *top; local
41 /* bottom */
42 bottom = a->dp;
49 * the top of the window are copied to the bottom
58 *bottom++ = *top++;
63 *bottom++ = 0;
bn_mp_lshd.c 38 register mp_digit *top, *bottom; local
47 bottom = a->dp + a->used - 1 - b;
51 * the bottom to the top. see bn_mp_rshd.c for more info.
54 *top-- = *bottom--;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag_standalone.cc 24 uptr bottom = 0; local
27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom);
32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stacktrace_sparc.cc 37 uptr bottom = stack_bottom; local
39 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
51 bottom = (uptr)frame;
sanitizer_stacktrace.cc 81 uptr bottom = stack_bottom; local
83 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
108 bottom = (uptr)frame;
109 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag_standalone.cpp 22 uptr bottom = 0; local
23 GetThreadStackTopAndBottom(false, &top, &bottom);
25 Unwind(max_depth, pc, bp, context, top, bottom, fast);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag_standalone.cpp 22 uptr bottom = 0; local
23 GetThreadStackTopAndBottom(false, &top, &bottom);
25 Unwind(max_depth, pc, bp, context, top, bottom, fast);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-error-2.scm 27 (+ (bottom-func x) 1))
29 (define (bottom-func x)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-error-2.scm 27 (+ (bottom-func x) 1))
29 (define (bottom-func x)
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_sparc.cpp 57 uptr bottom = stack_bottom; local
59 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) &&
72 bottom = bp;
sanitizer_stacktrace.cpp 108 uptr bottom = stack_bottom; local
110 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
118 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
145 bottom = (uptr)frame;
152 frame = GetCanonicFrame(new_bp, stack_top, bottom);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_sparc.cpp 63 uptr bottom = stack_bottom; local
65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) &&
78 bottom = bp;
sanitizer_stacktrace.cpp 107 uptr bottom = stack_bottom; local
109 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
117 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
144 bottom = (uptr)frame;
151 frame = GetCanonicFrame(new_bp, stack_top, bottom);
  /src/external/gpl3/gdb/dist/sim/d10v/
endian.c 31 uint32_t bottom = get_longword (x+4); local
32 return (((int64_t)top)<<32) | (int64_t)bottom;
  /src/external/gpl3/gdb.old/dist/sim/d10v/
endian.c 31 uint32_t bottom = get_longword (x+4); local
32 return (((int64_t)top)<<32) | (int64_t)bottom;
  /src/usr.bin/telnet/
ring.h 49 *bottom, /* lowest address in buffer */ member in struct:__anon8335
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_stack_trace.cpp 52 uptr bottom = 0; local
53 GetThreadStackTopAndBottom(false, &top, &bottom);
55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_stack_trace.cpp 52 uptr bottom = 0; local
53 GetThreadStackTopAndBottom(false, &top, &bottom);
55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
  /src/games/dab/
box.h 55 bottom = 1, enumerator in enum:BOX::EDGE
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
comp-unit-head.h 95 sect_offset bottom = sect_off; local
97 return off >= bottom && off < top;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
unit-head.h 96 sect_offset bottom = sect_off; local
98 return off >= bottom && off < top;
  /src/lib/libpuffs/
callcontext.c 338 uintptr_t bottom; local
343 bottom = ((uintptr_t)&bottom) & ~(stacksize-1);
344 return (struct puffs_cc *)bottom;
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_draw.c 97 drawable->self_bitmap_area.bottom = 0;
142 int left, right, top, bottom; local
166 bottom = clips->y2;
174 bottom = max_t(int, bottom, (int)clips_ptr->y2);
178 height = bottom - top;
198 drawable_rect.bottom = bottom;
227 drawable->u.copy.src_area.bottom = height;
246 rects[i].bottom = clips_ptr->y2
    [all...]
  /src/external/bsd/libc++/dist/libcxxrt/test/
test_exception.cc 302 class bottom { class
304 ~bottom() {
308 throw "bottom";
318 bottom b;
  /src/sys/arch/vax/include/
qevent.h 109 short bottom; member in struct:_vs_box

Completed in 47 milliseconds

1 2 3 4 5 6