Searched refs:top (Results 276 - 300 of 493) sorted by relevance

<<11121314151617181920

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp119 SymbolizedStack *top = nullptr;
135 last->next = top;
136 top = ent;
138 StackStripMain(top);
141 stack->frames = top;
/freebsd-12-stable/lib/libnetmap/
H A Dnmport.c63 struct nmport_cleanup_d *top; local
65 top = d->clist;
67 (*top->cleanup)(top, d);
68 nmctx_free(d->ctx, top);
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dlibtommath.c811 top:
893 goto top;
1192 register mp_digit *bottom, *top; local
1199 /* top [offset into digits] */
1200 top = a->dp + b;
1204 * the top of the window are copied to the bottom
1213 *bottom++ = *top++;
1216 /* zero the top digits */
1271 /* ensure there are always at least MP_PREC digits extra on top */
1519 register mp_digit *top, *botto local
[all...]
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter.c84 * Utility to check whether we need a top object
86 #define UCL_EMIT_IDENT_TOP_OBJ(ctx, obj) ((ctx)->top != (obj) || \
170 if (ctx->id == UCL_EMIT_CONFIG && obj != ctx->top) {
678 my_ctx.top = obj;
/freebsd-12-stable/sys/kern/
H A Dkern_procctl.c70 protect_setchildren(struct thread *td, struct proc *top, int flags) argument
75 p = top;
84 * follow back up the tree (but not past top).
89 if (p == top) {
/freebsd-12-stable/sys/teken/
H A Dteken_subr.h474 teken_printf("double height double width top\n");
510 case 1: /* Erase from the top to the cursor. */
745 /* Cursor at top left. */
1251 teken_subr_set_top_and_bottom_margins(teken_t *t, unsigned int top, argument
1255 /* Adjust top row number. */
1256 if (top > 0)
1257 top--;
1263 if (top >= bottom - 1) {
1264 top = 0;
1269 t->t_scrollreg.ts_begin = top;
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp108 auto top = Value & (0xf00000 << 6); // the top four bits local
112 Value = (top << 6) | (middle << 3) | (bottom << 0);
/freebsd-12-stable/contrib/gdb/gdb/
H A Devent-top.c23 #include "top.h"
28 #include "event-top.h"
97 loop as default engine, and event-top.c is merged into top.c. */
235 top of the prompt stack, if the argument NEW_PROMPT is
279 /* Just use the top of the prompt stack. */
299 /* new_prompt at this point can be the top of the stack or the one passed in */
311 'set annotate'. It pushes a new prompt (with prefix and suffix) on top
313 it pops the top of the prompt stack when we want the annotation level
350 /* Pop the top o
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.c69 top:
82 goto top;
/freebsd-12-stable/contrib/amd/amd/
H A Dautil.c465 * Make sure that amd's top-level autofs mounts are hidden by default
475 * Make sure that amd's top-level NFS mounts are hidden by default
771 top:
776 goto top;
/freebsd-12-stable/contrib/bmake/
H A Dbsd.after-import.mk23 # it helps to know where the top of the tree is.
/freebsd-12-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk18 # This makefile is used to set initial DIRDEPS for top-level build
/freebsd-12-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.c186 * return 0 if successfully removing the top item
210 hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top) argument
220 ksi->ks = *top;
/freebsd-12-stable/lib/libusbhid/
H A Dparse.c227 top:
331 * The "top" loop will return
340 goto top;
/freebsd-12-stable/share/mk/
H A Dbsd.init.mk5 # top of all <bsd.*.mk> files that actually "build something".
H A Dbsd.test.mk75 # top-level directory
H A Ddirdeps-targets.mk19 # This makefile is used to set initial DIRDEPS for top-level build
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js1372 div.innerHTML = " <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/><nav></nav>";
1402 style: /top/.test( a.getAttribute("style") ),
1512 top: "-999px"
1605 ptlm = "position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",
1621 container.style.cssText = vb + "width:0;height:0;position:static;top:0;margin-top:" + conMarginTop + "px";
1640 inner.style.top = "20px";
1644 inner.style.position = inner.style.top = "";
8983 return box ? { top: box.top, lef
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp511 PrologInfoStackEntry *top = rememberStack;
512 *results = top->info;
513 rememberStack = top->next;
514 free((char *)top);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp98 LiveInterval *LI = Queue.top();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp24 Args(static_cast<char *>(S.Stk.top())), FrameOffset(S.Stk.size()) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h248 void __asan_allocas_unpoison(uptr top, uptr bottom);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp683 auto StackElem = CallStack.top();
702 // Put the access chain into a stack with the top as the head of the chain.
723 auto StackElem = CallStack.top();
802 auto StackElem = CallStack.top();
809 // If the next Call (the top of the stack) is a BPFPreserveFieldInfoAI,
812 auto StackElem2 = CallStack.top();
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h238 void command(int top, char *tbuf, int cnt);
/freebsd-12-stable/contrib/mandoc/
H A Dterm_ps.c80 size_t top; /* body top (AFM units) */ member in struct:termp_ps
615 p->ps->top = pagey - marginy;
775 p->ps->psrow = p->ps->top;
951 p->ps->psrow = p->ps->top;
1267 * If we're still at the top of the page, let the font-setting

Completed in 189 milliseconds

<<11121314151617181920