Searched refs:pnum (Results 26 - 50 of 50) sorted by relevance

12

/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.c100 vol->pnum = 0;
109 vol->pnum = 0;
125 int pnum; local
128 pnum = vol->pnum;
180 if (strcmp((char *) map.pmParType, "Apple_HFS") == 0 && --pnum == 0)
H A Dhfs.c53 hfsvol *hfs_mount(hce_mem *hce, int pnum, int flags) argument
55 hfsvol *hfs_mount(char *path, int pnum, int flags)
75 (check->pnum == 0 || check->pnum == pnum))
101 vol->pnum = pnum;
453 int hfs_format(hce_mem *hce, int pnum, char *vname) argument
455 int hfs_format(char *path, int pnum, char *vname)
480 vol.pnum
[all...]
H A Dinternal.h329 int pnum; /* ordinal HFS partition number */ member in struct:_hfsvol_
/netbsd-current/games/atc/
H A Dupdate.c349 int isclose, pnum; local
401 pnum = next_plane();
402 if (pnum < 0)
404 p.plane_no = pnum;
/netbsd-current/games/backgammon/backgammon/
H A Dextra.c63 if (cturn == -pnum) { /* see if computer accepts */
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_backend.c339 int pnum, i; local
384 && (pnum = sk_RSA_PRIME_INFO_num(rsa->prime_infos)) > 0) {
385 dupkey->prime_infos = sk_RSA_PRIME_INFO_new_reserve(NULL, pnum);
388 for (i = 0; i < pnum; i++) {
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
H A Dpd.h232 #define VDO_DFP(ver, cap, conn, pnum) \
234 | ((pnum) & 0x1f))
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipnat_y.y546 { int pnum, pos;
549 pnum = getportproto($3, $6);
550 if (pnum == -1)
552 nat->in_odport = ntohs(pnum);
553 nat->in_ndport = ntohs(pnum);
574 { int pnum, pos;
577 pnum = getportproto($3, $6);
578 if (pnum == -1)
580 nat->in_odport = ntohs(pnum);
581 nat->in_ndport = ntohs(pnum);
[all...]
H A Dipmon.c459 static char pnum[4]; local
465 sprintf(pnum, "%u", p);
466 s = pnum;
/netbsd-current/external/bsd/ipf/dist/perl/
H A Dplog443 my ($pnum, $proto) = ($1, $2);
450 $pname = "$pnum/$proto";
454 $pn{$pname} = $pnum;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DElf.cc475 for (unsigned int pnum = 0; pnum < elf_getehdr ()->e_phnum; pnum++)
477 Elf_Internal_Phdr *phdr = get_phdr (pnum);
H A DStabs.cc290 for (unsigned int pnum = 0; pnum < elfDis->elf_getehdr ()->e_phnum; pnum++)
292 Elf_Internal_Phdr *phdr = elfDis->get_phdr (pnum);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DElf.cc488 for (unsigned int pnum = 0; pnum < elf_getehdr ()->e_phnum; pnum++)
490 Elf_Internal_Phdr *phdr = get_phdr (pnum);
H A DStabs.cc290 for (unsigned int pnum = 0; pnum < elfDis->elf_getehdr ()->e_phnum; pnum++)
292 Elf_Internal_Phdr *phdr = elfDis->get_phdr (pnum);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dctrl_params_translate.c1842 size_t pnum = RSA_get_multi_prime_extra_count(r); local
1845 if (factornum - 2 < pnum
1872 size_t pnum = RSA_get_multi_prime_extra_count(r); local
1875 if (exponentnum - 2 < pnum
1899 size_t pnum = RSA_get_multi_prime_extra_count(r); local
1902 if (coefficientnum - 1 < pnum
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c189 LONGEST pnum; /* Remote protocol register number. */ member in struct:packet_reg
1294 r->pnum = -1;
1296 r->pnum = gdbarch_remote_register_number (gdbarch, regnum);
1309 if (regs[regnum].pnum != -1)
1314 { return a->pnum < b->pnum; });
1334 int *pnum, int *poffset)
1342 *pnum = regs[regnum].pnum;
1345 return *pnum !
1333 remote_register_number_and_offset(struct gdbarch *gdbarch, int regnum, int *pnum, int *poffset) argument
1422 packet_reg_from_pnum(struct gdbarch *gdbarch, struct remote_arch_state *rsa, LONGEST pnum) argument
7403 ULONGEST pnum; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c195 LONGEST pnum; /* Remote protocol register number. */ member in struct:packet_reg
1415 r->pnum = -1;
1417 r->pnum = gdbarch_remote_register_number (gdbarch, regnum);
1430 if (regs[regnum].pnum != -1)
1435 { return a->pnum < b->pnum; });
1455 int *pnum, int *poffset)
1463 *pnum = regs[regnum].pnum;
1466 return *pnum !
1454 remote_register_number_and_offset(struct gdbarch *gdbarch, int regnum, int *pnum, int *poffset) argument
1543 packet_reg_from_pnum(struct gdbarch *gdbarch, struct remote_arch_state *rsa, LONGEST pnum) argument
[all...]
/netbsd-current/lib/libc/db/hash/
H A Dhash_page.c640 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx) argument
655 hashp->BITMAPS[ndx] = (uint16_t)pnum;
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drsa.h208 BIGNUM *coeffs[], int pnum);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drsa.h216 int pnum);
/netbsd-current/external/bsd/unbound/dist/services/
H A Doutside_network.c3545 int i, try, pnum, dscp; local
3580 pnum = ub_random_max(outnet->rnd, pif->avail_total);
3581 if(pnum < pif->inuse) {
3583 port = pif->out[pnum]->number;
3586 port = pif->avail_ports[pnum - pif->inuse];
3589 pnum = port = 0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c4141 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
4146 oacc_bcast_size = MAX (oacc_bcast_size, psize * pnum);
4561 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
4566 oacc_bcast_size = MAX (oacc_bcast_size, psize * pnum);
5346 unsigned int pnum = nvptx_mach_max_workers ();
5348 vector_red_size = MAX (vector_red_size, psize * pnum);
4136 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE local
4556 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE local
5338 unsigned int pnum = nvptx_mach_max_workers (); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc4613 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
4618 oacc_bcast_size = MAX (oacc_bcast_size, psize * pnum);
5033 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
5038 oacc_bcast_size = MAX (oacc_bcast_size, psize * pnum);
6081 unsigned int pnum = nvptx_mach_max_workers ();
6083 vector_red_size = MAX (vector_red_size, psize * pnum);
4608 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE local
5028 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE local
6073 unsigned int pnum = nvptx_mach_max_workers (); local
/netbsd-current/sys/arch/sparc64/dev/
H A Dffb.c246 int pnum = (dac & 0x0ffff000) >> 12; local
247 if (pnum == 0x236e) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c2110 int pnum,
2123 snprintf(temp, sizeof(temp), "-%d", pnum);
2109 build_mst_prop_path(const struct drm_dp_mst_branch *mstb, int pnum, char *proppath, size_t proppath_size) argument

Completed in 972 milliseconds

12