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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/contrib/top/
H A Dtop.X1 .\" 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-9.3-release/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-9.3-release/crypto/openssl/test/
H A Dmethtest.c70 METHOD_CTX *top, *tmp1, *tmp2; local
72 top = METH_new(x509_lookup()); /* get a top level context */
73 if (top == NULL)
77 if (top == NULL)
81 METH_push(top, METH_X509_CA_BY_SUBJECT, tmp1);
87 METH_push(top, METH_X509_CA_BY_SUBJECT, tmp2);
91 METH_push(top,METH_X509_BY_ISSUER,tmp);
95 METH_push(top,METH_X509_BY_ISSUER,tmp);
98 METH_init(top);
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprinthash_live.c21 iphtent_t entry, *top, *node; local
50 top = NULL;
56 entry.ipe_next = top;
57 top = malloc(sizeof(*top));
58 if (top == NULL)
60 bcopy(&entry, top, sizeof(entry));
63 while (top != NULL) {
64 node = top;
66 top
[all...]
H A Dprintpool_live.c21 ip_pool_node_t entry, *top, *node; local
49 top = NULL;
55 node = malloc(sizeof(*top));
59 node->ipn_next = top;
60 top = node;
63 while (top != NULL) {
64 node = top;
68 top = node->ipn_next;
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_shift.c73 if (bn_wexpand(r, a->top + 1) == NULL)
75 r->top = a->top;
77 if (bn_wexpand(r, a->top + 1) == NULL)
83 for (i = 0; i < a->top; i++) {
90 r->top++;
109 if (bn_wexpand(r, a->top) == NULL)
111 r->top = a->top;
117 for (i = a->top
[all...]
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...]
/freebsd-9.3-release/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';
/freebsd-9.3-release/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-9.3-release/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-9.3-release/tools/regression/bin/pax/
H A Dregress.t27 my $top = getcwd . "/ustar-pathnames-1";
28 skip "Current path is too long", 6 if length $top > 92;
29 rmtree $top;
30 my $subdir = "x" . "x" x (92 - length $top);
31 my $work94 = "$top/$subdir";
57 (my $orig = $top) =~ s,1$,2,;
59 rename $top, $orig;
64 system "diff -ru $orig $top";
67 rmtree $top;
68 rename $orig, $top;
[all...]
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h346 * Insert a object 'elt' to the hash 'top' and associate it with key 'key'
347 * @param top destination object (will be created automatically if top is NULL)
352 * @return new value of top object
354 UCL_EXTERN ucl_object_t* ucl_object_insert_key (ucl_object_t *top, ucl_object_t *elt,
358 * Replace a object 'elt' to the hash 'top' and associate it with key 'key', old object will be unrefed,
360 * @param top destination object (will be created automatically if top is NULL)
365 * @return new value of top object
367 UCL_EXTERN ucl_object_t* ucl_object_replace_key (ucl_object_t *top, ucl_object_
407 ucl_array_append(ucl_object_t *top, ucl_object_t *elt) argument
449 ucl_array_prepend(ucl_object_t *top, ucl_object_t *elt) argument
490 ucl_array_delete(ucl_object_t *top, ucl_object_t *elt) argument
528 ucl_array_head(ucl_object_t *top) argument
542 ucl_array_tail(ucl_object_t *top) argument
557 ucl_array_pop_last(ucl_object_t *top) argument
569 ucl_array_pop_first(ucl_object_t *top) argument
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/err/
H A Derr.c122 static unsigned long get_error_values(int inc, int top,
171 es->top = (es->top + 1) % ERR_NUM_ERRORS;
172 if (es->top == es->bottom)
174 es->err_flags[es->top] = 0;
175 es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
176 es->err_file[es->top] = file;
177 es->err_line[es->top] = line;
178 err_clear_data(es, es->top);
191 es->top
242 get_error_values(int inc, int top, const char **file, int *line, const char **data, int *flags) argument
[all...]
/freebsd-9.3-release/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-9.3-release/lib/libstand/
H A Dsbrk.c41 setheap(void *base, void *top) argument
45 maxheap = (char *)top - (char *)heapbase;
/freebsd-9.3-release/sys/kern/
H A Dsubr_smp.c488 struct cpu_group *top; local
496 top = smp_topo_1level(CG_SHARE_NONE, 2, 0);
500 top = smp_topo_none();
504 top = smp_topo_1level(CG_SHARE_L2, 2, 0);
508 top = smp_topo_1level(CG_SHARE_L3, 4, 0);
512 top = smp_topo_2level(CG_SHARE_NONE, 2, CG_SHARE_L2, 2, 0);
516 top = smp_topo_1level(CG_SHARE_L1, 2, CG_FLAG_HTT);
520 top = smp_topo_2level(CG_SHARE_L3, 4, CG_SHARE_L2, 8,
525 top = cpu_topo();
531 if (top
544 struct cpu_group *top; local
594 struct cpu_group *top; local
613 struct cpu_group *top; local
640 smp_topo_find(struct cpu_group *top, int cpu) argument
[all...]
/freebsd-9.3-release/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-9.3-release/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...]

Completed in 145 milliseconds

1234567891011>>