| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 25 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls() 27 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() 84 return {stack_.bottom, stack_.top}; in GetStackBounds() 89 if (cur_stack >= next_stack_.bottom && cur_stack < next_stack_.top) in GetStackBounds() 90 return {next_stack_.bottom, next_stack_.top}; in GetStackBounds() 91 return {stack_.bottom, stack_.top}; in GetStackBounds() 96 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() 100 return addr >= bounds.bottom && addr < bounds.top; in AddrIsInStack() [all …]
|
| /src/contrib/processor-trace/libipt/src/ |
| H A D | pt_retstack.c | 40 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()
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_scrreg.c | 47 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 D | lib_scroll.c | 53 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()
|
| /src/crypto/openssl/crypto/bn/ |
| H A D | bn_rand.c | 25 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument 33 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand() 87 if (bottom) /* set bottom bit if requested */ in bnrand() 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument 105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex() 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument 110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand() 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument 115 return bnrand(TESTING, rnd, bits, top, bottom, 0, NULL); in BN_bntest_rand() 119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() argument [all …]
|
| /src/crypto/openssl/crypto/err/ |
| H A D | err_mark.c | 23 if (es->bottom == es->top) in ERR_set_mark() 34 if (es == NULL || es->bottom == es->top) in ERR_pop() 50 while (es->bottom != es->top in ERR_pop_to_mark() 56 if (es->bottom == es->top) in ERR_pop_to_mark() 72 while (es->bottom != top in ERR_count_to_mark() 91 while (es->bottom != top in ERR_clear_last_mark() 96 if (es->bottom == top) in ERR_clear_last_mark()
|
| H A D | err_save.c | 60 es->top = es->bottom = 0; in OSSL_ERR_STATE_save_to_mark() 66 thread_es->bottom != top in OSSL_ERR_STATE_save_to_mark() 102 es->bottom = ERR_NUM_ERRORS - 1; in OSSL_ERR_STATE_save_to_mark() 105 es->top = es->bottom = 0; in OSSL_ERR_STATE_save_to_mark() 118 if (es == NULL || es->bottom == es->top) in OSSL_ERR_STATE_restore() 125 for (i = (size_t)es->bottom; i != (size_t)es->top;) { in OSSL_ERR_STATE_restore()
|
| /src/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| /src/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| H A D | tabs.css | 7 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;
|
| /src/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| /src/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| H A D | tabs.css | 7 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;
|
| /src/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| /src/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| H A D | tabs.css | 7 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;
|
| /src/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | doxygen.css | 120 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; 209 border-bottom: 1px none #E0E0E0; 220 border-bottom: 1px none #E0E0E0; [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 153 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber() argument 160 next_stack_bottom_ = bottom; in StartSwitchFiber() 161 next_stack_top_ = bottom + size; in StartSwitchFiber() 216 uptr AsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() 220 return bounds.top - bounds.bottom; in stack_size() 341 uptr bottom = 0; in GetStackFrameAccessByAddr() local 343 bottom = stack_bottom(); in GetStackFrameAccessByAddr() 345 bottom = fake_stack->AddrIsInFakeStack(addr); in GetStackFrameAccessByAddr() 346 CHECK(bottom); in GetStackFrameAccessByAddr() 347 access->offset = addr - bottom; in GetStackFrameAccessByAddr() [all …]
|
| H A D | asan_rtl.cpp | 552 void UnpoisonStack(uptr bottom, uptr top, const char *type) { in UnpoisonStack() argument 554 if (top - bottom > kMaxExpectedCleanupSize) { in UnpoisonStack() 565 type, (void *)top, (void *)bottom, (void *)(top - bottom), in UnpoisonStack() 566 top - bottom); in UnpoisonStack() 569 PoisonShadow(bottom, RoundUpTo(top - bottom, ASAN_SHADOW_GRANULARITY), 0); in UnpoisonStack() 573 uptr bottom, top; in UnpoisonDefaultStack() local 579 bottom = ((uptr)&local_stack - page_size) & ~(page_size - 1); in UnpoisonDefaultStack() 584 GetThreadStackAndTls(/*main=*/false, &bottom, &stack_size, &tls_addr, in UnpoisonDefaultStack() 586 top = bottom + stack_size; in UnpoisonDefaultStack() 589 UnpoisonStack(bottom, top, "default"); in UnpoisonDefaultStack() [all …]
|
| H A D | asan_fuchsia.cpp | 72 uptr bottom = curr_thread->stack_bottom(); in PlatformUnpoisonStacks() local 76 if (local_stack >= bottom && local_stack <= top) { in PlatformUnpoisonStacks() 79 bottom = RoundDownTo(local_stack, GetPageSize()); in PlatformUnpoisonStacks() 80 UnpoisonStack(bottom, top, "default"); in PlatformUnpoisonStacks() 84 UnpoisonStack(bottom, top, "default"); in PlatformUnpoisonStacks() 85 bottom = RoundDownTo(local_stack, GetPageSize()); in PlatformUnpoisonStacks() 86 top = bottom + GetPageSize(); in PlatformUnpoisonStacks() 87 UnpoisonStack(bottom, top, "unknown"); in PlatformUnpoisonStacks()
|
| /src/contrib/dialog/ |
| H A D | arrows.c | 73 int bottom; in dlg_draw_helpline() local 77 && (bottom = getmaxy(win) - 1) > 0) { in dlg_draw_helpline() 89 (void) wmove(win, bottom, other + (avail - limit) / 2); in dlg_draw_helpline() 104 int bottom, in dlg_draw_arrows2() argument 139 (void) wmove(win, bottom, x); in dlg_draw_arrows2() 148 mouse_mkbutton(bottom, x - 1, 6, KEY_NPAGE); in dlg_draw_arrows2() 165 int bottom, in dlg_draw_scrollbar() argument 195 (void) wmove(win, bottom, right - 7); in dlg_draw_scrollbar() 206 int all_high = (bottom - top - 1); in dlg_draw_scrollbar() 252 bottom, in dlg_draw_scrollbar() [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 26 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls() 28 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls() 36 dfsan_set_label(0, (void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS() 87 return {stack_.bottom, stack_.top}; in GetStackBounds() 92 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() 96 return addr >= bounds.bottom && addr < bounds.top; in AddrIsInStack()
|
| /src/contrib/telnet/telnet/ |
| H A D | ring.c | 76 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \ 104 ring->supply = ring->consume = ring->bottom = buffer; in ring_init() 106 ring->top = ring->bottom+ring->size; in ring_init() 179 ring->bottom <= ring->clearto && in ring_consumed() 180 ring->bottom + ((ring->consume + count) - ring->top)) in ring_consumed() 189 ring->consume = ring->supply = ring->bottom; in ring_consumed() 300 (*encryptor)(ring->bottom, s - ring->bottom); in ring_encrypt()
|
| /src/crypto/heimdal/appl/telnet/telnet/ |
| H A D | ring.c | 57 #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()
|
| /src/contrib/libxo/doc/_static/ |
| H A D | basic.css_t | 71 margin-bottom: 0; 156 margin-bottom: 0; 181 border-bottom: 1px solid #ddd; 188 border-bottom: 1px solid #ddd; 315 margin-bottom: 10px; 324 margin-bottom: 0; 360 border-bottom: 1px solid #aaa; 364 border-bottom: 2px solid #aaa; 383 border-bottom: none; 449 margin-bottom: 15px; [all …]
|