Searched refs:top (Results 1 - 25 of 493) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_retstack.c39 retstack->top = 0;
48 return (retstack->top == retstack->bottom ? 1 : 0);
53 uint8_t top; local
58 top = retstack->top;
60 if (top == retstack->bottom)
63 top = (!top ? pt_retstack_size : top - 1);
65 retstack->top
75 uint8_t top, bottom; local
[all...]
/freebsd-12-stable/contrib/lua/src/
H A Dlapi.h14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.h14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_scrreg.c46 wsetscrreg(WINDOW *win, int top, int bottom) argument
48 T((T_CALLED("wsetscrreg(%p,%d,%d)"), (void *) win, top, bottom));
51 top >= 0 && top <= win->_maxy &&
53 bottom > top) {
54 win->_regtop = (NCURSES_SIZE_T) top;
H A Dlib_scroll.c51 int const top,
61 (void *) win, n, (long) top, (long) bottom));
63 if (top < 0
64 || bottom < top
83 limit = top - n;
92 for (line = top; line < limit && line <= win->_maxy; line++) {
103 for (line = top; line <= limit && line <= win->_maxy; line++) {
116 touchline(win, top, bottom - top + 1);
49 _nc_scroll_window(WINDOW *win, int const n, int const top, int const bottom, NCURSES_CH_T blank) argument
/freebsd-12-stable/usr.bin/top/
H A DMakefile5 PROG= top
6 SRCS= commands.c display.c machine.c screen.c top.c \
8 MAN= top.1
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dfind_fn_imps.hpp50 top() const function in class:PB_DS_CLASS_C_DEC
/freebsd-12-stable/bin/pax/tests/
H A Dlegacy_test.pl25 my $top = getcwd . "/ustar-pathnames-1";
26 skip "Current path is too long", 6 if length $top > 92;
27 rmtree $top;
28 my $subdir = "x" . "x" x (92 - length $top);
29 my $work94 = "$top/$subdir";
55 (my $orig = $top) =~ s,1$,2,;
57 rename $top, $orig;
62 system "diff -ru $orig $top";
65 rmtree $top;
66 rename $orig, $top;
[all...]
/freebsd-12-stable/sys/libkern/
H A Dmcount.c68 struct tostruct *top, *prevtop; local
182 top = &p->tos[toindex];
183 top->selfpc = selfpc;
184 top->count = 1;
185 top->link = 0;
188 top = &p->tos[toindex];
189 if (top->selfpc == selfpc) {
193 top->count++;
198 * top points to what we are looking at,
199 * prevtop points to previous top
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_word.c44 for (i = a->top - 1; i >= 0; i--) {
72 if (a->top == 0)
81 for (i = a->top - 1; i >= 0; i--) {
89 if ((a->top > 0) && (a->d[a->top - 1] == 0))
90 a->top--;
92 if (!a->top)
120 for (i = 0; w != 0 && i < a->top; i++) {
124 if (w && i == a->top) {
125 if (bn_wexpand(a, a->top
[all...]
H A Dbn_shift.c24 if (bn_wexpand(r, a->top + 1) == NULL)
26 r->top = a->top;
28 if (bn_wexpand(r, a->top + 1) == NULL)
34 for (i = 0; i < a->top; i++) {
40 r->top += c;
57 i = a->top;
65 r->top = i;
69 r->top -= (t == 1);
75 if (!r->top)
175 int i, top, nw; local
[all...]
H A Dbn_exp.c136 if (a->top == 1 && !a->neg
234 wstart = bits - 1; /* The top bit of the window */
378 wstart = bits - 1; /* The top bit of the window */
382 j = m->top; /* borrow j */
386 /* 2^(top*BN_BITS2) - m */
390 r->top = j;
452 j = mont->N.top; /* borrow j */
456 val[0]->top = j;
479 if (wordpos >= 0 && wordpos < a->top) {
483 if (++wordpos < a->top)
498 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) argument
516 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) argument
597 int top; local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp21 uptr top = 0; local
24 GetThreadStackTopAndBottom(false, &top, &bottom);
25 Unwind(max_depth, pc, bp, nullptr, top, bottom, true);
/freebsd-12-stable/contrib/libxo/tests/xo/
H A Dxo_01.sh14 XOP="${XO} --warn --depth 1 --leading-xpath /top"
16 ${XO} --open top
33 ${XO} --close top
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_recursive_init.c2 struct top { struct
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dfind_fn_imps.hpp50 top() const function in class:PB_DS_CLASS_C_DEC
/freebsd-12-stable/stand/libsa/
H A Dsbrk.c42 setheap(void *base, void *top) argument
47 maxheap = (char *)top - (char *)heapbase;
/freebsd-12-stable/crypto/openssh/
H A Dbitmap.c34 size_t top; /* index of top word allocated */ member in struct:bitmap
49 ret->top = 0;
68 b->top = 0;
74 if (b->top >= b->len)
76 if (b->len == 0 || (n / BITMAP_BITS) > b->top)
87 if (b->top >= b->len || n > BITMAP_MAX)
109 if (offset > b->top)
110 b->top = offset;
115 /* Resets b->top t
[all...]
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c250 register struct tostruct *top; local
307 top = &tos[toindex];
308 top->selfpc = selfpc;
309 top->count = 1;
310 top->link = 0;
313 top = &tos[toindex];
314 if (top->selfpc == selfpc) {
318 top->count++;
323 * top points to what we are looking at,
324 * prevtop points to previous top
[all...]
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c281 register struct tostruct *top; local
332 top = &tos[toindex];
333 top->selfpc = selfpc;
334 top->count = 1;
335 top->link = 0;
338 top = &tos[toindex];
339 if (top->selfpc == selfpc) {
343 top->count++;
348 * top points to what we are looking at,
349 * prevtop points to previous top
[all...]
/freebsd-12-stable/contrib/elftoolchain/libelftc/
H A Dmake-toolchain-version14 top=""
32 echo " -t TOPDIR Set the top-of-tree directory [required]."
73 't') top="${OPTARG}" ;;
78 [ -n "${top}" ] || usage
81 cd ${top} || usage "ERROR: Cannot change directory to \"${top}\"."
/freebsd-12-stable/lib/libc/gmon/
H A Dmcount.c75 struct tostruct *top, *prevtop; local
200 top = &p->tos[toindex];
201 top->selfpc = selfpc;
202 top->count = 1;
203 top->link = 0;
206 top = &p->tos[toindex];
207 if (top->selfpc == selfpc) {
211 top->count++;
216 * top points to what we are looking at,
217 * prevtop points to previous top
[all...]
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter_streamline.c52 const ucl_object_t *top; member in struct:ucl_emitter_context_streamline
82 sctx->top = obj;
95 struct ucl_emitter_streamline_stack *st, *top; local
98 /* Check top object presence */
99 if (sctx->top == NULL) {
100 sctx->top = obj;
103 top = sctx->containers;
106 if (top != NULL && !top->is_array) {
/freebsd-12-stable/crypto/openssl/crypto/err/
H A Derr.c154 static unsigned long get_error_values(int inc, int top, const char **file,
430 es->top = (es->top + 1) % ERR_NUM_ERRORS;
431 if (es->top == es->bottom)
433 es->err_flags[es->top] = 0;
434 es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
435 es->err_file[es->top] = file;
436 es->err_line[es->top] = line;
437 err_clear_data(es, es->top);
452 es->top
503 get_error_values(int inc, int top, const char **file, int *line, const char **data, int *flags) argument
916 int top; local
937 int top; local
[all...]
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dexpr.c680 than the operator on the top of the stack, we reduce the stack by one
751 The stack base is op_stack, and the current stack pointer is 'top'.
753 recently pushed operator is 'top->op'. An operand (value) is
759 struct op *top = pfile->op_stack;
771 top->op = CPP_EOF;
793 top->value = eval_token (pfile, op.token);
826 if (op.op == CPP_CLOSE_PAREN && top->op == CPP_OPEN_PAREN)
829 if (op.op == CPP_EOF && top->op == CPP_EOF)
832 if (top->op != CPP_EOF && top
758 struct op *top = pfile->op_stack; local
902 reduce(cpp_reader *pfile, struct op *top, enum cpp_ttype op) argument
[all...]

Completed in 897 milliseconds

1234567891011>>