Searched refs:id0 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dref-params.cc21 Parent (int id0) : id(id0) { } argument
26 Child (int id0) : Parent(id0) { } argument
45 MultiChild (int id0) : Parent(id0), OtherParent(id0 * 2) { } argument
H A Drvalue-ref-params.cc24 Parent (int id0) : id (id0) { } argument
30 Child (int id0) : Parent (id0) { } argument
53 MultiChild (int id0) : Parent (id0), OtherParent (id0 * 2) { } argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dref-params.cc21 Parent (int id0) : id(id0) { } argument
26 Child (int id0) : Parent(id0) { } argument
45 MultiChild (int id0) : Parent(id0), OtherParent(id0 * 2) { } argument
H A Drvalue-ref-params.cc24 Parent (int id0) : id (id0) { } argument
30 Child (int id0) : Parent (id0) { } argument
65 MultiChild (int id0) : Parent (id0), OtherParent (id0 * 2) { } argument
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dlocalconf.c169 getpskbyname(id0)
170 vchar_t *id0;
175 id = racoon_calloc(1, 1 + id0->l - sizeof(struct ipsecdoi_id_b));
181 memcpy(id, id0->v + sizeof(struct ipsecdoi_id_b),
182 id0->l - sizeof(struct ipsecdoi_id_b));
183 id[id0->l - sizeof(struct ipsecdoi_id_b)] = '\0';
185 key = privsep_getpsk(id, id0->l - sizeof(struct ipsecdoi_id_b));
/netbsd-current/sys/arch/x86/pci/
H A Dfwhrng.c74 uint8_t id0, id1, data0, data1; local
86 id0 = bus_space_read_1(bst, bsh, 0);
93 data0, data1, id0, id1);
96 if ((id0 == data0) && (id1 == data1))
100 if (!(id0 == I82802_MFG))
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dciphers.c236 int id0 = (int)(id >> 24); local
245 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dciphers.c254 int id0 = (int)(id >> 24); local
263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dworkitems.c742 uint64_t id0 = __hsail_workitemabsid (0, context); local
748 uint64_t id = id0 + id1 * max0 + id2 * max0 * max1;
760 uint64_t id0 = __hsail_workitemabsid (0, context); local
766 uint64_t id = id0 + id1 * max0 + id2 * max0 * max1;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.cc997 tree id0 = expand_builtin (BRIG_OPCODE_WORKITEMABSID, uint32_0); local
998 id0 = convert (uint64_type_node, id0);
1015 tree sum = build2 (PLUS_EXPR, uint64_type_node, id0, id1_x_max0);
/netbsd-current/sys/dev/pci/
H A Dif_tlp_pci.c1539 uint8_t *srom = sc->sc_srom, id0; local
1543 id0 = srom[32];
1544 switch (id0) {
1571 device_xname(sc->sc_dev), id0);

Completed in 366 milliseconds