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

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag_standalone.cc 24 uptr bottom = 0; local in function:__sanitizer_print_stack_trace
27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom);
32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
  /src/lib/libcurses/
scroll.c 70 * Set the top and bottom of the scrolling region for stdscr.
73 setscrreg(int top, int bottom)
76 return wsetscrreg(stdscr, top, bottom);
81 * Get the top and bottom of the scrolling region for stdscr.
84 getscrreg(int *top, int *bottom)
87 return wgetscrreg(stdscr, top, bottom);
128 * Set the top and bottom of the scrolling region for win.
131 wsetscrreg(WINDOW *win, int top, int bottom)
136 if (top < 0 || bottom >= win->maxy || bottom - top < 1
    [all...]
border.c 51 border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft,
54 return wborder(stdscr, left, right, top, bottom, topleft, topright,
66 wborder(WINDOW *win, chtype left, chtype right, chtype top, chtype bottom,
82 if (!(bottom & __CHARTEXT))
83 bottom |= ACS_HLINE;
100 __CTRACE(__CTRACE_INPUT, "wborder: bottom = %c, 0x%x\n",
101 bottom & __CHARTEXT, bottom & __ATTRIBUTES);
118 bottom |= (bottom & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stacktrace_sparc.cc 37 uptr bottom = stack_bottom; local in function:__sanitizer::BufferedStackTrace::FastUnwindStack
39 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
51 bottom = (uptr)frame;
sanitizer_stacktrace.cc 81 uptr bottom = stack_bottom; local in function:__sanitizer::BufferedStackTrace::FastUnwindStack
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/sys/arch/vax/include/
qevent.h 109 short bottom; member in struct:_vs_box
  /src/sys/dev/qbus/
qevent.h 109 short bottom; member in struct:_vs_box
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 118 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom,
125 next_stack_bottom_ = bottom;
126 next_stack_top_ = bottom + size;
184 return GetStackBounds().bottom;
189 return bounds.top - bounds.bottom;
325 uptr bottom = 0; local in function:__asan::AsanThread::GetStackFrameAccessByAddr
327 bottom = stack_bottom();
329 bottom = fake_stack()->AddrIsInFakeStack(addr);
330 CHECK(bottom);
331 access->offset = addr - bottom;
366 uptr bottom = 0; local in function:__asan::AsanThread::GetStackVariableShadowStart
    [all...]
asan_rtl.cc 556 uptr top, bottom; local in function:__asan_handle_no_return
559 bottom = ((uptr)&local_stack - PageSize) & ~(PageSize - 1);
567 GetThreadStackAndTls(/*main=*/false, &bottom, &stack_size, &tls_addr,
569 top = bottom + stack_size;
572 if (top - bottom > kMaxExpectedCleanupSize) {
578 "stack top: %p; bottom %p; size: %p (%zd)\n"
582 top, bottom, top - bottom, top - bottom);
585 PoisonShadow(bottom, top - bottom, 0)
    [all...]
  /src/sys/arch/amiga/dev/
ite_rh.c 147 screen_up(struct ite_softc *ip, int top, int bottom, int lines)
151 if (top >= bottom)
154 if (top + lines >= bottom) {
155 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols);
159 RZ3AlphaCopy(ip->grf, 0, top+lines, 0, top, ip->cols, bottom-top-lines+1);
160 RZ3AlphaErase(ip->grf, 0, bottom - lines + 1, ip->cols, lines);
165 screen_down (struct ite_softc *ip, int top, int bottom, int lines)
169 if (top >= bottom)
172 if (top + lines >= bottom) {
173 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols)
    [all...]
ite_rt.c 146 screen_up(struct ite_softc *ip, int top, int bottom, int lines)
153 if (top >= bottom)
156 if (top + lines >= bottom)
158 retina_clear (ip, top, 0, bottom - top, ip->cols);
199 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1;
241 f += (1 + bottom - lines) * md->TX * 2;
256 p += (1 + bottom - lines) * (md->TX/4);
274 screen_down(struct ite_softc *ip, int top, int bottom, int lines)
281 if (top >= bottom)
284 if (top + lines >= bottom)
    [all...]
ite_ul.c 300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines)
309 printf("screen_up %d %d %d ->",top,bottom,lines);
313 if (top >= bottom)
316 if (top + lines >= bottom)
318 ulowell_clear (ip, top, 0, bottom - top, ip->cols);
326 cmd[4] = (bottom-top+1) * ip->ftheight; /* h */
331 ulowell_clear(ip, bottom-lines+1, 0, lines-1, ip->cols);
334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines)
343 printf("screen_down %d %d %d ->",top,bottom,lines);
348 if (top >= bottom)
    [all...]
grfabs_reg.h 60 long bottom; member in struct:rectangle
269 (r)->bottom = (b)->y + (b)->height -1; \
276 (b)->height = (r)->bottom - (r)->top +1; \
280 #define INIT_RECT(rc,l,t,r,b) do{(rc)->left = l; (rc)->right = r; (rc)->top = t; (rc)->bottom = b;}while (0)
  /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 in function:qxl_draw_dirty_fb
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/usr.bin/telnet/
ring.c 75 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
107 ring->supply = ring->consume = ring->bottom = buffer;
109 ring->top = ring->bottom+ring->size;
182 ring->bottom <= ring->clearto)
191 ring->consume = ring->supply = ring->bottom;
302 (*encryptor)(ring->bottom, s - ring->bottom);
ring.h 49 *bottom, /* lowest address in buffer */ member in struct:__anon5726843e0108
  /src/games/dab/
box.h 55 bottom = 1, enumerator in enum:BOX::EDGE
human.cc 127 dir = BOX::bottom;
  /src/tests/usr.bin/xlint/lint1/
lang_level_c99.c 150 short top, left, bottom, right; member in struct:short_rect
  /src/usr.bin/make/unit-tests/
opt-ignore.mk 9 # Why are the "Error code" lines all collected at the bottom of the output
  /src/lib/libpanel/
Makefile 18 SRCS+= bottom.c
  /src/lib/libpuffs/
callcontext.c 338 uintptr_t bottom; local in function:puffs_cc_getcc
343 bottom = ((uintptr_t)&bottom) & ~(stacksize-1);
344 return (struct puffs_cc *)bottom;
  /src/sys/dev/ieee1394/
fwohcivar.h 53 struct fwohcidb_tr *bottom; member in struct:fwohci_softc::fwohci_dbch
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 56 * @bottom: Bottom side of bounding box.
63 s32 left, right, top, bottom; member in struct:vmw_kms_sou_surface_dirty
519 blit->body.destRect.bottom = clip->y2;
612 blit->body.srcRect.bottom = 0;
617 blit->body.destRect.bottom = 0;
635 rect->bottom = clip->y2;
672 blit->body.srcRect.bottom = src_bb.y2;
677 blit->body.destRect.bottom = bb->y2;
684 rect->bottom -= bb->y1
    [all...]
  /src/usr.bin/make/
suff.c 107 * bottom-most node added to the graph or NULL
1771 Candidate *bottom; /* Start of found transformation path */ local in function:FindDepsRegular
1801 bottom = NULL;
1816 bottom = FindThem(&sources, cs);
1818 if (bottom == NULL) {
1832 for (targ = bottom;
1879 while (bottom != NULL && bottom->parent != NULL) {
1880 CandidateSearcher_AddIfNew(cs, bottom);
1881 bottom = bottom->parent
    [all...]

Completed in 32 milliseconds

1 2 3 4