Searched refs:vbase (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr9631.cc20 class vbase class in namespace:foo
23 virtual ~vbase() {}
31 class bar : public foo::vbase, public virtual empty_base
H A Dvirtfunc.exp69 { vbase "V" }
90 { vbase "V" }
109 { vbase "V" }
126 { vbase "V" }
H A Dclasses.exp221 { vbase "vA" }
232 { vbase "vA" }
244 { vbase "vC" }
245 { vbase "vB" }
256 { vbase "vD" }
H A Dinherit.exp192 { vbase "vA" }
205 { vbase "vA" }
225 { vbase "vC" }
226 { vbase "vB" }
239 { vbase "vD" }
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpr9631.cc20 class vbase class in namespace:foo
23 virtual ~vbase() {}
31 class bar : public foo::vbase, public virtual empty_base
H A Dvirtfunc.exp69 { vbase "V" }
90 { vbase "V" }
109 { vbase "V" }
126 { vbase "V" }
H A Dclasses.exp230 { vbase "vA" }
241 { vbase "vA" }
253 { vbase "vC" }
254 { vbase "vB" }
265 { vbase "vD" }
H A Dinherit.exp192 { vbase "vA" }
205 { vbase "vA" }
225 { vbase "vC" }
226 { vbase "vB" }
239 { vbase "vD" }
/netbsd-current/usr.sbin/certctl/
H A Dcertctl.sh252 local vpath path cert base vcert vbase
279 vbase=${vcert##*/}
280 printf '%s %s\n' "$vcert" "$vbase"
341 vbase=${vcert##*/}
342 printf '%s %s\n' "$vcert" "$vbase"
362 | while read -r vcert vbase; do
363 printf 'trust %s %s\n' "$vcert" "$vbase"
372 # | while read -r vcert vbase; do
373 # printf 'distrust %s %s\n' "$vcert" "$vbase"
377 | while read -r vcert vbase; d
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsort.cc253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp) argument
261 char *base = (char *)vbase;
270 qsort_chk (vbase, n, size, cmp2to3, (void*)cmp);
276 gcc_sort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, void *data)
284 char *base = (char *)vbase;
293 qsort_chk (vbase, n, size, cmp, data);
299 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp)
301 gcc_qsort (vbase, n, ~size, cmp);
306 gcc_stablesort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp,
309 gcc_sort_r (vbase,
[all...]
/netbsd-current/common/lib/libc/stdlib/
H A Dheapsort.c172 kheapsort(void *vbase, size_t nmemb, size_t size,
176 heapsort(void *vbase, size_t nmemb, size_t size,
187 _DIAGASSERT(vbase != NULL);
209 base = (char *)vbase - size;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp) argument
261 char *base = (char *)vbase;
270 qsort_chk (vbase, n, size, cmp2to3, (void*)cmp);
276 gcc_sort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, void *data)
280 char *base = (char *)vbase;
289 qsort_chk (vbase, n, size, cmp, data);
295 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp)
297 gcc_qsort (vbase, n, ~size, cmp);
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp72 vaddr_t vbase; local
95 vbase = vaddr_t(VirtualAlloc(0, vsize, MEM_RESERVE,
98 vbase = vaddr_t(VirtualAlloc(0, vsize, MEM_COMMIT,
101 if (vbase == 0) {
105 _memory = vbase;
117 LPVOID(vbase + _page_size * i),
121 vaddr = vbase + _page_size * i;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Drpc.h487 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
494 void *evrpc_add_hook(void *vbase,
501 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
507 int evrpc_remove_hook(void *vbase,
513 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
517 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Drpc.h507 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
515 void *evrpc_add_hook(void *vbase,
522 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
529 int evrpc_remove_hook(void *vbase,
535 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
539 int evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus.c221 VirtualBase vbase; local
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus.c221 VirtualBase vbase; local
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devrpc.c122 evrpc_add_hook(void *vbase, argument
127 struct evrpc_hooks_ *base = vbase;
171 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) argument
173 struct evrpc_hooks_ *base = vbase;
282 static int evrpc_pause_request(void *vbase, void *ctx,
764 evrpc_pause_request(void *vbase, void *ctx, argument
767 struct evrpc_hooks_ *base = vbase;
780 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res) argument
782 struct evrpc_hooks_ *base = vbase;
/netbsd-current/external/bsd/libevent/dist/
H A Devrpc.c124 evrpc_add_hook(void *vbase, argument
129 struct evrpc_hooks_ *base = vbase;
173 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) argument
175 struct evrpc_hooks_ *base = vbase;
284 static int evrpc_pause_request(void *vbase, void *ctx,
767 evrpc_pause_request(void *vbase, void *ctx, argument
770 struct evrpc_hooks_ *base = vbase;
783 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res) argument
785 struct evrpc_hooks_ *base = vbase;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c86 tree vbase; member in struct:vtbl_init_data
87 /* The functions in vbase for which we have already provided vcall
90 /* The vtable index of the next vcall or vbase offset. */
2239 vbase and vcall offsets, etc. Set its type and call the back end
2559 overriding function. We will want the vbase offset from
4082 tree vbase = get_primary_binfo (type_binfo);
4084 if (vbase && BINFO_VIRTUAL_P (vbase)
4085 && BINFO_PRIMARY_P (vbase)
4086 && BINFO_INHERITANCE_CHAIN (vbase)
4078 tree vbase = get_primary_binfo (type_binfo); local
6317 tree vbase; local
9236 tree vbase; local
9524 tree vbase; local
10000 tree vbase; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc86 tree vbase; member in struct:vtbl_init_data
87 /* The functions in vbase for which we have already provided vcall
90 /* The vtable index of the next vcall or vbase offset. */
2344 vbase and vcall offsets, etc. Set its type and call the back end
2662 overriding function. We will want the vbase offset from
4162 tree vbase = get_primary_binfo (type_binfo);
4164 if (vbase && BINFO_VIRTUAL_P (vbase)
4165 && BINFO_PRIMARY_P (vbase)
4166 && BINFO_INHERITANCE_CHAIN (vbase)
4158 tree vbase = get_primary_binfo (type_binfo); local
6349 tree vbase; local
9353 tree vbase; local
9641 tree vbase; local
10118 tree vbase; local
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_rpc.c602 void *vbase; member in struct:rpc_hook_ctx_
613 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE);
625 tmp->vbase = arg;
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_rpc.c603 void *vbase; member in struct:rpc_hook_ctx_
614 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE);
626 tmp->vbase = arg;
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dmachdep.c569 vaddr_t vbase = ARM7XX_INTRREG_VBASE; local
598 if (wmcom_cnattach(vbase + offset, 115200, mode, irda) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcp-support.exp109 # { vbase "name" }
113 # pointers. the vbase list includes both indirect and direct
285 "vbase" { lappend list_vbases [lindex $class_line 1] }
454 set vbase [lindex $list_vbases 0]
455 if { [ regexp "$vbase \\*(_vb.|_vb\\\$|__vb_)\[0-9\]*$vbase;" $actual_line ] } then {

Completed in 339 milliseconds

12