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

1234567891011>>

/freebsd-10-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)"), win, top, bottom));
51 top >= 0 && top <= win->_maxy &&
53 bottom > top) {
54 win->_regtop = (NCURSES_SIZE_T) top;
H A Dlib_scroll.c51 NCURSES_SIZE_T const top,
61 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, NCURSES_SIZE_T const top, NCURSES_SIZE_T const bottom, NCURSES_CH_T blank) argument
/freebsd-10-stable/contrib/top/
H A Dtop.xs1 .\" NOTE: changes to the manual page for "top" should be made in the
2 .\" file "top.X" and NOT in the file "top.1".
9 top \- display and update information about the top cpu processes
11 .B top
39 displays the top
50 is given, then the top
62 .I top
69 By default top display
[all...]
H A DMake.desc.X4 # top's Configure script to build .desc files and the SYNOPSIS file.
/freebsd-10-stable/usr.bin/top/
H A DMakefile3 TOPDIR= ${.CURDIR}/../../contrib/top
6 PROG= top
7 SRCS= commands.c display.c machine.c screen.c top.c \
9 SRCS+= sigdesc.h top.local.h
28 SIGCONV_AWK= ${.CURDIR}/../../contrib/top/sigconv.awk
33 CLEANFILES+= top.local.h top.x
45 CLEANFILES+= top.1
46 top.1: top
[all...]
/freebsd-10-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-10-stable/crypto/openssl/util/
H A Dmkfiles.pl75 %top;
120 $o =~ s/\$[({]([^)}]+)[)}]/$top{$1} or $sym{$1}/ge;
121 $sym{$s}=($top{$s} or $o);
136 $top{$1}=$sym{$1};
/freebsd-10-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-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dcpudists8 # USAGE: cpudists [-ahV] [-t top] [interval [count]]
12 # -t num # print top num only
58 opt_all=0; opt_time=1; opt_top=0; top=0; interval=1; count=1
65 t) opt_top=1; top=$OPTARG ;;
67 USAGE: cpudists [-ahV] [-t top] [interval [count]]
71 -t num # print top num only
98 inline int TOP = '$top';
H A Dcputimes14 # USAGE: cputimes [-ahTV] [-t top] [interval [count]]
19 # -t num # print top num lines only
23 # cputimes -at 8 5 # print top 8 lines every 5 secs
68 top=0; interval=1; count=1
76 t) opt_top=1; top=$OPTARG ;;
78 USAGE: cputimes [-ahTV] [-t top] [interval [count]]
83 -t num # print top num lines only
87 cputimes -at 8 5 # top 8 lines every 5 secs
115 inline int TOP = '$top';
H A Dj_calltime.d12 * USAGE: j_calltime.d [top] # hit Ctrl-C to end
14 * The "top" optional argument will truncate the output for each report
51 top = $1 != 0 ? $1 : TOP;
107 trunc(@num, top);
108 printf("\nTop %d counts,\n", top);
112 trunc(@types, top);
114 printf("\nTop %d elapsed times (us),\n", top);
118 trunc(@types_excl, top);
120 printf("\nTop %d exclusive method elapsed times (us),\n", top);
124 trunc(@types_incl, top);
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Kernel/
H A Dcpudists8 # USAGE: cpudists [-ahV] [-t top] [interval [count]]
12 # -t num # print top num only
58 opt_all=0; opt_time=1; opt_top=0; top=0; interval=1; count=1
65 t) opt_top=1; top=$OPTARG ;;
67 USAGE: cpudists [-ahV] [-t top] [interval [count]]
71 -t num # print top num only
98 inline int TOP = '$top';
H A Dcputimes14 # USAGE: cputimes [-ahTV] [-t top] [interval [count]]
19 # -t num # print top num lines only
23 # cputimes -at 8 5 # print top 8 lines every 5 secs
68 top=0; interval=1; count=1
76 t) opt_top=1; top=$OPTARG ;;
78 USAGE: cputimes [-ahTV] [-t top] [interval [count]]
83 -t num # print top num lines only
87 cputimes -at 8 5 # top 8 lines every 5 secs
115 inline int TOP = '$top';
/freebsd-10-stable/sys/libkern/
H A Dmcount.c67 struct tostruct *top, *prevtop; local
166 top = &p->tos[toindex];
167 top->selfpc = selfpc;
168 top->count = 1;
169 top->link = 0;
172 top = &p->tos[toindex];
173 if (top->selfpc == selfpc) {
177 top->count++;
182 * top points to what we are looking at,
183 * prevtop points to previous top
[all...]
/freebsd-10-stable/lib/libkse/test/
H A Dguard_b.c47 void *top; /* Top of thread's initial stack frame. */ member in struct:args
55 int top; local
60 top = 0xa5;
63 if (parms->top == NULL) {
65 parms->top = (void*)&top;
72 if (parms->top - (void *)&top != FRAME_SIZE * parms->cur) {
75 (long)parms->top - (long)&top,
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_word.c77 for (i = a->top - 1; i >= 0; i--) {
100 if (a->top == 0)
109 for (i = a->top - 1; i >= 0; i--) {
117 if ((a->top > 0) && (a->d[a->top - 1] == 0))
118 a->top--;
146 for (i = 0; w != 0 && i < a->top; i++) {
150 if (w && i == a->top) {
151 if (bn_wexpand(a, a->top + 1) == NULL)
153 a->top
[all...]
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) argument
124 if (bits < 0 || (bits == 1 && top > 0)) {
144 /* make a random number and set the top and bottom bits */
173 if (top >= 0) {
174 if (top) {
200 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
202 return bnrand(0, rnd, bits, top, bottom);
205 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
207 return bnrand(1, rnd, bits, top, bottom);
211 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, in argument
[all...]
H A Dbn_lib.c219 int i = a->top - 1;
277 ret->top = 0;
322 for (i = b->top >> 2; i > 0; i--, A += 4, B += 4) {
344 * the switch table by doing a=top&3; a--; goto jump_table[a];
345 * which fails for top== 0
347 switch (b->top & 3) {
360 memcpy(A, b->d, sizeof(b->d[0]) * b->top);
385 * This function does not work if words <= b->dmax && top < words because
396 r->top = b->top;
[all...]
/freebsd-10-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-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_recursive_init.c2 struct top { struct
/freebsd-10-stable/lib/libstand/
H A Dsbrk.c42 setheap(void *base, void *top) argument
47 maxheap = (char *)top - (char *)heapbase;
/freebsd-10-stable/crypto/openssh/
H A Dbitmap.c33 size_t top; /* index of top word allocated */ member in struct:bitmap
48 ret->top = 0;
66 b->top = 0;
72 if (b->top >= b->len)
74 if (b->len == 0 || (n / BITMAP_BITS) > b->top)
85 if (b->top >= b->len || n > BITMAP_MAX)
107 if (offset > b->top)
108 b->top = offset;
113 /* Resets b->top t
[all...]
/freebsd-10-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-10-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-10-stable/lib/libc/gmon/
H A Dmcount.c73 struct tostruct *top, *prevtop; local
198 top = &p->tos[toindex];
199 top->selfpc = selfpc;
200 top->count = 1;
201 top->link = 0;
204 top = &p->tos[toindex];
205 if (top->selfpc == selfpc) {
209 top->count++;
214 * top points to what we are looking at,
215 * prevtop points to previous top
[all...]

Completed in 382 milliseconds

1234567891011>>