Searched refs:top (Results 126 - 150 of 493) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp566 uptr top, bottom; local
568 top = curr_thread->stack_top();
579 top = bottom + stack_size;
582 if (top - bottom > kMaxExpectedCleanupSize) {
588 "stack top: %p; bottom %p; size: %p (%zd)\n"
592 top, bottom, top - bottom, top - bottom);
595 PoisonShadow(bottom, top - bottom, 0);
H A Dasan_fake_stack.cpp277 void __asan_allocas_unpoison(uptr top, uptr bottom) { argument
278 if ((!top) || (top > bottom)) return;
279 REAL(memset)(reinterpret_cast<void*>(MemToShadow(top)), 0,
280 (bottom - top) / SHADOW_GRANULARITY);
/freebsd-12-stable/contrib/lua/src/
H A Dldebug.c161 StkId limit = (ci == L->ci) ? L->top : ci->next->func;
177 if (!isLfunction(L->top - 1)) /* not a Lua function? */
180 name = luaF_getlocalname(clLvalue(L->top - 1)->p, n, 0);
186 setobj2s(L, L->top, pos);
203 setobjs2s(L, pos, L->top - 1);
204 L->top--; /* pop value */
232 setnilvalue(L->top);
240 sethvalue(L, L->top, t); /* push it on stack */
319 func = L->top - 1;
322 L->top
[all...]
H A Dlobject.c391 setsvalue2s(L, L->top, luaS_newlstr(L, str, l));
422 setivalue(L->top, va_arg(argp, int));
426 setivalue(L->top, cast(lua_Integer, va_arg(argp, l_uacInt)));
430 setfltvalue(L->top, cast_num(va_arg(argp, l_uacNumber)));
431 top2str: /* convert the top element to a string */
433 luaO_tostring(L, L->top - 1);
464 return svalue(L->top - 1);
H A Dlstate.c158 L1->top = L1->stack;
164 ci->func = L1->top;
165 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */
166 ci->top = L1->top + LUA_MINSTACK;
268 setthvalue(L, L->top, L1);
H A Dlstate.h86 ** top function has only the yielded values in its stack; in that
90 ** function can be called with the correct top.
94 StkId top; /* top for this function */ member in struct:CallInfo
182 StkId top; /* first free slot in the stack */ member in struct:lua_State
/freebsd-12-stable/contrib/gdb/gdb/
H A Di387-tdep.c219 int top; local
236 top = ((fstat >> 11) & 7);
244 fprintf_filtered (file, "%sR%d: ", fpreg == top ? "=>" : " ", fpreg);
262 get_frame_register (frame, (fpreg + 8 - top) % 8 + I387_ST0_REGNUM, raw);
580 int top;
582 top = ((FXSAVE_ADDR (regs, I387_FSTAT_REGNUM))[1] >> 3);
583 top &= 0x7;
591 int regnum = (fpreg + 8 - top) % 8 + I387_ST0_REGNUM;
766 /* Set the top of the floating-point register stack to 7. The
774 /* Mark %st(1) through %st(7) as empty. Since we set the top o
574 int top; local
[all...]
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_stack.h94 * push, @c pop, and @c top, which are standard %stack/FILO
151 top() function in class:stack
162 top() const function in class:stack
169 * @brief Add data to the top of the %stack.
173 * element at the top of the %stack and assigns the given data
/freebsd-12-stable/tools/boot/
H A Duniverse.sh44 top=$(make -V SRCTOP)
45 cd $top/stand
/freebsd-12-stable/sys/dev/ppbus/
H A Dif_plip.c538 struct mbuf *top; local
583 top = m_devget(sc->sc_ifbuf + CLPIPHDRLEN, len, 0, sc->sc_ifp,
585 if (top) {
588 lptap(sc->sc_ifp, top);
590 M_SETFIB(top, sc->sc_ifp->if_fib);
593 netisr_queue(NETISR_IP, top);
637 top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, sc->sc_ifp,
639 if (top) {
642 lptap(sc->sc_ifp, top);
644 M_SETFIB(top, s
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_mul.c510 int top, al, bl; local
524 al = a->top;
525 bl = b->top;
531 top = al + bl;
549 rr->top = 8;
557 rr->top = 16;
597 rr->top = top;
602 if (bn_wexpand(rr, top) == NULL)
604 rr->top
[all...]
H A Dbn_mpi.c69 a->top = 0;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.c170 setsvalue2s(L, L->top++, luaS_newlstr(L, str, l));
196 setnvalue(L->top++, cast_num(va_arg(argp, int)));
200 setnvalue(L->top++, cast_num(va_arg(argp, l_uacNumber)));
225 return svalue(L->top - 1);
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohcivar.h53 struct fwohcidb_tr *top, *bottom, *pdb_tr; member in struct:fwohci_softc::fwohci_dbch
/freebsd-12-stable/usr.bin/m4/
H A Dparser.y45 top : expr { end_result = $1; } label
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmps_slot.c46 MPS_TABLE(top, slot);
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dbuf.c49 bitmap->top = 0;
71 bitmap->top = (bitmap->top + bitmap->max) & bitmap->mask;
111 obj |= bitmap->top;
166 bitmap->top = (bitmap->top + bitmap->max) & bitmap->mask;
179 obj |= bitmap->top;
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c430 NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot) argument
438 size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n));
440 memmove(oldhash(SP_PARM) + top, oldhash(SP_PARM) + top + n, size);
444 memmove(oldhash(SP_PARM) + top - n, oldhash(SP_PARM) + top, size);
445 for (i = top; i < top - n; i++)
452 _nc_scroll_oldhash(int n, int top, int bot) argument
454 NCURSES_SP_NAME(_nc_scroll_oldhash) (CURRENT_SCREEN, n, top, bo
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_sysctl.c64 struct sysctl_oid *top, *drioid; local
94 top = SYSCTL_ADD_NODE(&info->ctx, SYSCTL_CHILDREN(drioid),
96 if (!top) {
103 SYSCTL_CHILDREN(top),
125 dev->driver->sysctl_init(dev, &info->ctx, top);
/freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1271 M_TRIM_THRESHOLD is the maximum amount of unused top-most memory
1340 * When sbrk is called to extend the top of the arena to satisfy
1735 1. The special chunk `top' doesn't bother using the
1737 that would have to index off it. After initialization, `top'
1965 The bins top out around 1MB because we expect to service large
2032 The top-most available chunk (i.e., the one bordering the end of
2036 M_TRIM_THRESHOLD). Because top initially
2047 /* Conveniently, the unsorted bin can be used as dummy top on first call */
2182 mchunkptr top; member in struct:malloc_state
2263 av->top
[all...]
/freebsd-12-stable/usr.sbin/ctld/
H A Duclparse.c245 uclparse_toplevel(const ucl_object_t *top) argument
252 while ((obj = ucl_iterate_object(top, &it, true))) {
370 while ((obj = ucl_iterate_object(top, &it, true))) {
392 uclparse_auth_group(const char *name, const ucl_object_t *top) argument
413 while ((obj = ucl_iterate_object(top, &it, true))) {
495 uclparse_portal_group(const char *name, const ucl_object_t *top) argument
513 while ((obj = ucl_iterate_object(top, &it, true))) {
681 uclparse_target(const char *name, const ucl_object_t *top) argument
692 while ((obj = ucl_iterate_object(top, &it, true))) {
884 uclparse_lun(const char *name, const ucl_object_t *top) argument
982 ucl_object_t *top; local
[all...]
/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_split.c604 indx_t full, half, nxt, off, skip, top, used; local
619 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
656 nxt == top - 1) {
716 for (off = 0; nxt < top; ++off) {
748 if (skip == top)
799 indx_t nxt, top; local
801 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
/freebsd-12-stable/lib/libc/stdtime/
H A Dstrftime.c387 int top; local
402 top = bot -
404 if (top < -3)
405 top += DAYSPERWEEK;
406 top += len;
407 if (yday >= top) {
/freebsd-12-stable/usr.sbin/ppp/
H A Dmbuf.c352 bp = q->top;
354 q->top = q->top->m_nextpkt;
356 if (q->top == NULL) {
357 q->last = q->top;
376 queue->last = queue->top = bp;
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp649 bool top; local
657 top = false;
665 top = true;
673 top = false;
681 top = true;
689 top = false;
697 top = true;
705 top = false;
713 top = true;
721 top
[all...]

Completed in 180 milliseconds

1234567891011>>