Searched refs:nfuncs (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/x86/pci/
H A Dpci_bus_fixup.c61 int device, maxdevs, function, nfuncs, bridge, bus_max, bus_sub; local
94 nfuncs = 8;
96 nfuncs = 1;
98 for (function = 0; function < nfuncs; function++) {
H A Dpci_machdep.c904 int bus, device, function, maxdevs, nfuncs; local
928 nfuncs = 8;
930 nfuncs = 1;
932 for (function = 0; function < nfuncs; function++) {
/netbsd-current/tests/lib/libbpfjit/
H A Dt_cop.c59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
88 return bc->nfuncs;
231 "that returns nfuncs member of the context argument");
255 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
333 ATF_CHECK(code(&ctx, &args) == 3 + ctx.nfuncs);
488 "that returns nfuncs member of the context argument");
513 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
593 ATF_CHECK(code(&ctx, &args) == 5 + ctx.nfuncs);
H A Dt_extmem.c51 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
/netbsd-current/tests/net/bpfjit/
H A Dt_cop.c67 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
96 return bc->nfuncs;
261 "that returns nfuncs member of the context argument");
289 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
379 ATF_CHECK(code(&ctx, &args) == 3 + ctx.nfuncs);
564 "that returns nfuncs member of the context argument");
593 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
685 ATF_CHECK(code(&ctx, &args) == 5 + ctx.nfuncs);
H A Dt_extmem.c59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dpci.c346 int device, function, nfuncs; local
365 nfuncs = (PCI_HDRTYPE_MULTIFN(bhlcr)) ? 8 : 1;
366 for (function = 0; function < nfuncs; function++) {
/netbsd-current/sys/arch/i386/pci/
H A Dpci_intr_fixup.c821 int function, nfuncs; local
841 nfuncs = 8;
843 nfuncs = 1;
845 for (function = 0; function < nfuncs; function++) {
/netbsd-current/sys/net/
H A Dbpf_filter.c79 bc->nfuncs = n;
569 if (pc->k < bc->nfuncs) {
579 if (X < bc->nfuncs) {
796 p->k >= bc->nfuncs) {
H A Dbpf.h418 size_t nfuncs; member in struct:bpf_ctx
H A Dbpfjit.c689 /* if (X >= bc->nfuncs) return 0; */
693 SLJIT_IMM, bc->nfuncs);
2111 (uint32_t)pc->k >= bc->nfuncs) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d898 immutable nfuncs = popcnt(flags & (MItlsctor|MItlsdtor|MIctor|MIdtor|MIictor));
899 immutable size = nfuncs * (void function()).sizeof +
903 pad[nfuncs] = imports.length;
904 .memcpy(&pad[nfuncs+1], imports.ptr, imports.length * imports[0].sizeof);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d898 immutable nfuncs = popcnt(flags & (MItlsctor|MItlsdtor|MIctor|MIdtor|MIictor));
899 immutable size = nfuncs * (void function()).sizeof +
903 pad[nfuncs] = imports.length;
904 .memcpy(&pad[nfuncs+1], imports.ptr, imports.length * imports[0].sizeof);
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra210_xusbpad.c580 .nfuncs = __arraycount(f), \
590 int nfuncs; member in struct:tegra210_xusbpad_lane
666 for (int n = 0; n < lane->nfuncs; n++)
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-serialize.c468 size_t nfuncs, nobjts; local
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc,
530 "%i bytes of pads, index size %i\n", (int) nfuncs,
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c468 size_t nfuncs, nobjts; local
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc,
530 "%i bytes of pads, index size %i\n", (int) nfuncs,
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c468 size_t nfuncs, nobjts; local
524 if (symtypetab_density (fp, s->symfp, fp->ctf_funchash, &nfuncs, &s->maxfunc,
530 "%i bytes of pads, index size %i\n", (int) nfuncs,
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c339 long nfuncs; /* Number of functions in list. */ member in struct:iheadt
1147 q->nfuncs++;
1154 q->nfuncs = 1;
1859 for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
1881 for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c339 long nfuncs; /* Number of functions in list. */ member in struct:iheadt
1149 q->nfuncs++;
1156 q->nfuncs = 1;
1861 for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
1883 for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c339 long nfuncs; /* Number of functions in list. */ member in struct:iheadt
1201 q->nfuncs++;
1208 q->nfuncs = 1;
1914 for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
1936 for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)

Completed in 288 milliseconds