Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 263) sorted by relevance

1234567891011

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp27 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls()
35 __msan_unpoison((void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS()
47 CHECK(MEM_IS_APP(stack_.bottom)); in Init()
85 return {stack_.bottom, stack_.top}; in GetStackBounds()
92 return {stack_.bottom, stack_.top}; in GetStackBounds()
106 next_stack_.bottom = bottom; in StartSwitchFiber()
107 next_stack_.top = bottom + size; in StartSwitchFiber()
114 *bottom_old = stack_.bottom; in FinishSwitchFiber()
116 *size_old = stack_.top - stack_.bottom; in FinishSwitchFiber()
117 stack_.bottom = next_stack_.bottom; in FinishSwitchFiber()
[all …]
/freebsd-13.1/contrib/processor-trace/libipt/src/
H A Dpt_retstack.c40 retstack->bottom = 0; in pt_retstack_init()
48 return (retstack->top == retstack->bottom ? 1 : 0); in pt_retstack_is_empty()
60 if (top == retstack->bottom) in pt_retstack_pop()
75 uint8_t top, bottom; in pt_retstack_push() local
81 bottom = retstack->bottom; in pt_retstack_push()
87 if (bottom == top) in pt_retstack_push()
88 bottom = (bottom == pt_retstack_size ? 0 : bottom + 1); in pt_retstack_push()
91 retstack->bottom = bottom; in pt_retstack_push()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_scrreg.c47 wsetscrreg(WINDOW *win, int top, int bottom) in NCURSES_EXPORT()
49 T((T_CALLED("wsetscrreg(%p,%d,%d)"), (void *) win, top, bottom)); in NCURSES_EXPORT()
53 bottom >= 0 && bottom <= win->_maxy && in NCURSES_EXPORT()
54 bottom > top) { in NCURSES_EXPORT()
56 win->_regbottom = (NCURSES_SIZE_T) bottom; in NCURSES_EXPORT()
H A Dlib_scroll.c53 int const bottom, in NCURSES_EXPORT()
62 (void *) win, n, (long) top, (long) bottom)); in NCURSES_EXPORT()
65 || bottom < top in NCURSES_EXPORT()
66 || bottom > win->_maxy) { in NCURSES_EXPORT()
82 #define TopLimit(n) ((n) <= win->_maxy && (n) <= bottom) in NCURSES_EXPORT()
87 for (line = bottom; line >= limit && BottomLimit(line); line--) { in NCURSES_EXPORT()
105 limit = bottom - n; in NCURSES_EXPORT()
113 for (line = bottom; line > limit && BottomLimit(line); line--) { in NCURSES_EXPORT()
119 touchline(win, top, bottom - top + 1); in NCURSES_EXPORT()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp133 next_stack_bottom_ = bottom; in StartSwitchFiber()
134 next_stack_top_ = bottom + size; in StartSwitchFiber()
192 return GetStackBounds().bottom; in stack_bottom()
197 return bounds.top - bounds.bottom; in stack_size()
338 uptr bottom = 0; in GetStackFrameAccessByAddr() local
340 bottom = stack_bottom(); in GetStackFrameAccessByAddr()
343 CHECK(bottom); in GetStackFrameAccessByAddr()
344 access->offset = addr - bottom; in GetStackFrameAccessByAddr()
379 uptr bottom = 0; in GetStackVariableShadowStart() local
381 bottom = stack_bottom(); in GetStackVariableShadowStart()
[all …]
H A Dasan_rtl.cpp547 void UnpoisonStack(uptr bottom, uptr top, const char *type) { in UnpoisonStack() argument
549 if (top - bottom > kMaxExpectedCleanupSize) { in UnpoisonStack()
560 type, top, bottom, top - bottom, top - bottom); in UnpoisonStack()
563 PoisonShadow(bottom, RoundUpTo(top - bottom, SHADOW_GRANULARITY), 0); in UnpoisonStack()
567 uptr bottom, top; in UnpoisonDefaultStack() local
573 bottom = ((uptr)&local_stack - page_size) & ~(page_size - 1); in UnpoisonDefaultStack()
578 GetThreadStackAndTls(/*main=*/false, &bottom, &stack_size, &tls_addr, in UnpoisonDefaultStack()
580 top = bottom + stack_size; in UnpoisonDefaultStack()
583 UnpoisonStack(bottom, top, "default"); in UnpoisonDefaultStack()
620 uptr bottom = t->stack_bottom(); in __asan_handle_vfork() local
[all …]
/freebsd-13.1/crypto/openssl/crypto/bn/
H A Dbn_rand.c21 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() argument
27 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand()
82 if (bottom) /* set bottom bit if requested */ in bnrand()
97 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
99 return bnrand(NORMAL, rnd, bits, top, bottom); in BN_rand()
102 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
104 return bnrand(TESTING, rnd, bits, top, bottom); in BN_bntest_rand()
107 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() argument
109 return bnrand(PRIVATE, rnd, bits, top, bottom); in BN_priv_rand()
187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() argument
[all …]
/freebsd-13.1/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/freebsd-13.1/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/freebsd-13.1/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/freebsd-13.1/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/freebsd-13.1/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/freebsd-13.1/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
/freebsd-13.1/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css120 margin-bottom: 4px;
126 padding-bottom: 4px;
132 margin-bottom: 3px;
139 margin-bottom: 6px;
159 padding-bottom : 2px;
163 margin-bottom : 2px;
172 padding-bottom : 2px;
176 margin-bottom : 2px;
229 border-bottom-width: 1px;
247 border-bottom-width: 1px;
[all …]
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
34 border-bottom : 1px solid #84B0C7;
94 padding-bottom : 6px;
101 border-bottom : 1px solid #84B0C7;
/freebsd-13.1/contrib/dialog/
H A Darrows.c74 int bottom; in dlg_draw_helpline() local
78 && (bottom = getmaxy(win) - 1) > 0) { in dlg_draw_helpline()
103 int bottom, in dlg_draw_arrows2() argument
138 (void) wmove(win, bottom, x); in dlg_draw_arrows2()
147 mouse_mkbutton(bottom, x - 1, 6, KEY_NPAGE); in dlg_draw_arrows2()
164 int bottom, in dlg_draw_scrollbar() argument
193 (void) wmove(win, bottom, right - 7); in dlg_draw_scrollbar()
204 int all_high = (bottom - top - 1); in dlg_draw_scrollbar()
250 bottom, in dlg_draw_scrollbar()
264 int bottom) in dlg_draw_arrows() argument
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp28 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls()
30 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls()
38 dfsan_set_label(0, (void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS()
99 return {stack_.bottom, stack_.top}; in GetStackBounds()
104 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom()
108 return addr >= bounds.bottom && addr < bounds.top; in AddrIsInStack()
/freebsd-13.1/crypto/heimdal/appl/telnet/telnet/
H A Dring.c57 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
89 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
91 ring->top = ring->bottom+ring->size; in ring_init()
164 ring->bottom <= ring->clearto && in ring_consumed()
165 ring->bottom + ((ring->consume + count) - ring->top)) in ring_consumed()
174 ring->consume = ring->supply = ring->bottom; in ring_consumed()
305 (*encryptor)(ring->bottom, s - ring->bottom); in ring_encrypt()
/freebsd-13.1/contrib/telnet/telnet/
H A Dring.c78 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
106 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
108 ring->top = ring->bottom+ring->size; in ring_init()
181 ring->bottom <= ring->clearto && in ring_consumed()
182 ring->bottom + ((ring->consume + count) - ring->top)) in ring_consumed()
191 ring->consume = ring->supply = ring->bottom; in ring_consumed()
302 (*encryptor)(ring->bottom, s - ring->bottom); in ring_encrypt()
/freebsd-13.1/contrib/libxo/doc/_static/
H A Dbasic.css_t71 margin-bottom: 0;
156 margin-bottom: 0;
315 margin-bottom: 10px;
324 margin-bottom: 0;
383 border-bottom: none;
449 margin-bottom: 15px;
457 margin-bottom: 10px;
462 margin-bottom: 10px;
500 margin-bottom: 1em;
505 margin-bottom: 0;
[all …]

1234567891011