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

1234567891011>>

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dtop2 # Test that a top node can be ignored.
6 ../makeinfo $srcdir/top.txi || exit 1
9 ../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1
11 rm -f top*.html top.info
H A Dhtml-top2 # Test that a bare top node does not crash with --html.
7 ../makeinfo --no-split --force -o html-top.html --html $srcdir/html-top.txi \
9 test -s html-top.html
12 rm -f html-top.html
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmips_pro.c19 top (int y) function
27 return top (-1) + top (1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dmips_pro.c19 top (int y) function
27 return top (-1) + top (1);
/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dstack.c11 return (struct _cbor_stack){.top = NULL, .size = 0};
15 struct _cbor_stack_record *top = stack->top; local
16 stack->top = stack->top->lower;
17 _CBOR_FREE(top);
28 *new_top = (struct _cbor_stack_record){stack->top, item, subitems};
29 stack->top = new_top;
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A DMakefile.am1 include $(top_srcdir)/Makefile.top
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/
H A Dnouveau_nvkm_subdev_top_base.c32 nvkm_top_device_new(struct nvkm_top *top) argument
43 list_add_tail(&info->head, &top->device);
51 struct nvkm_top *top = device->top; local
54 if (top) {
55 list_for_each_entry(info, &top->device, head) {
67 struct nvkm_top *top = device->top; local
70 if (top) {
71 list_for_each_entry(info, &top
83 struct nvkm_top *top = device->top; local
99 struct nvkm_top *top = device->top; local
122 struct nvkm_top *top = device->top; local
136 struct nvkm_top *top = device->top; local
150 struct nvkm_top *top = device->top; local
168 struct nvkm_top *top = nvkm_top(subdev); local
175 struct nvkm_top *top = nvkm_top(subdev); local
196 struct nvkm_top *top; local
[all...]
/netbsd-current/external/mit/lua/dist/src/
H A Dlapi.h17 /* Increments 'L->top.p', checking for stack overflows */
18 #define api_incr_top(L) {L->top.p++; \
19 api_check(L, L->top.p <= L->ci->top.p, \
26 ** increases its stack space ('L->ci->top.p').
29 { if ((nres) <= LUA_MULTRET && L->ci->top.p < L->top.p) \
30 L->ci->top.p = L->top.p; }
35 api_check(L, (n) < (L->top
[all...]
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A DMakefile.am1 include $(top_srcdir)/Makefile.top
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A DMakefile.am1 include $(top_srcdir)/Makefile.top
/netbsd-current/external/mpl/bind/dist/fuzz/
H A DMakefile.am1 include $(top_srcdir)/Makefile.top
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A DMakefile.am1 include $(top_srcdir)/Makefile.top
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag_standalone.cc23 uptr top = 0; local
27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom);
32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cc21 uptr top = 0; local
25 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom);
30 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom,
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.y29 static struct reloc_info *top, *end;
53 top = reloc_stack_top;
54 end = top + max_reloc_num;
60 if (is_const (top - 1))
61 *imm = (--top)->value.X_add_number;
64 *reloc_num = top - reloc_stack_top;
74 if (end <= top)
76 top->type = BFD_RELOC_LARCH_SOP_PUSH_ABSOLUTE;
77 top->value.X_op = O_constant;
78 top
[all...]
/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c134 struct tostruct *top, *prevtop; local
204 top = &p->tos[(size_t)toindex];
205 top->selfpc = selfpc;
206 top->count = 1;
207 top->link = 0;
210 top = &p->tos[(size_t)toindex];
211 if (top->selfpc == selfpc) {
215 top->count++;
220 * top points to what we are looking at,
221 * prevtop points to previous top
296 struct tostruct *top; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_rshd.c37 register mp_digit *bottom, *top; local
44 /* top [offset into digits] */
45 top = a->dp + b;
49 * the top of the window are copied to the bottom
58 *bottom++ = *top++;
61 /* zero the top digits */
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dfind_fn_imps.hpp46 top() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dfind_fn_imps.hpp46 top() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dfind_fn_imps.hpp46 top() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dfind_fn_imps.hpp46 top() const function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dax.cc413 ULONGEST top; local
624 top = aexpr->bytes[pc++];
625 emit_const (top);
630 top = aexpr->bytes[pc++];
631 top = (top << 8) + aexpr->bytes[pc++];
632 emit_const (top);
637 top = aexpr->bytes[pc++];
638 top = (top <<
951 ULONGEST stack[STACK_MAX], top; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dax.cc410 ULONGEST top; local
621 top = aexpr->bytes[pc++];
622 emit_const (top);
627 top = aexpr->bytes[pc++];
628 top = (top << 8) + aexpr->bytes[pc++];
629 emit_const (top);
634 top = aexpr->bytes[pc++];
635 top = (top <<
948 ULONGEST stack[STACK_MAX], top; local
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dopenssh-lpk_openldap.schema16 objectclass ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
/netbsd-current/external/cddl/dtracetoolkit/dist/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';

Completed in 189 milliseconds

1234567891011>>