Searched refs:id2 (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11144.C15 const Id &id2 = foo(); local
16 return &id1 == &id2;
/openbsd-current/sys/dev/mii/
H A Dmiivar.h236 #define MII_OUI(id1, id2) (((id1) << 6) | ((id2) >> 10))
237 #define MII_MODEL(id2) (((id2) & IDR2_MODEL) >> 4)
238 #define MII_REV(id2) ((id2) & IDR2_REV)
/openbsd-current/lib/libcrypto/rc4/
H A Drc4.c269 int id1, id2; local
276 id1 = id2 = 0;
280 id2 = (data[id1] + tmp + id2) & 0xff; \
282 d[(n)]=d[id2]; \
283 d[id2]=tmp; }
/openbsd-current/sbin/isakmpd/
H A Dconnection.c206 compare_ids(u_int8_t *id1, u_int8_t *id2, size_t idlen) argument
211 id2_type = GET_ISAKMP_ID_TYPE(id2);
214 id2 + ISAKMP_ID_DATA_OFF, idlen - ISAKMP_ID_DATA_OFF) : -1;
219 connection_passive_lookup_by_ids(u_int8_t *id1, u_int8_t *id2) argument
233 compare_ids(id2, conn->remote_id, conn->remote_sz) == 0) ||
235 compare_ids(id2, conn->local_id, conn->local_sz) == 0)) {
253 compare_ids(id2, conn->local_id, conn->local_sz) == 0) {
H A Dipsec.c2193 ipsec_decode_ids(char *fmt, u_int8_t *id1, size_t id1_len, u_int8_t *id2, argument
2200 ipsec_decode_id(s_id2, sizeof s_id2, id2, id2_len, isakmpform);
/openbsd-current/sys/dev/fdt/
H A Dfanpwr.c110 uint8_t id1, id2; local
156 id2 = fanpwr_read(sc, FAN53555_ID2);
160 switch (id1 << 8 | id2) {
189 printf(", unknown ID1 0x%02x ID2 0x%02x\n", id1, id2);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Diso9660.h102 char id2 [ISODCL ( 2, 6)]; member in struct:eltorito_boot_descriptor
H A Deltorito.c133 memcpy(boot_desc->id2, ISO_STANDARD_ID, sizeof(ISO_STANDARD_ID) - 1);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c391 tree temp, ident = get_identifier (name), id2; local
405 id2 = maybe_get_identifier (real_name);
406 if (id2)
407 TREE_SYMBOL_REFERENCED (id2) = 1;
/openbsd-current/usr.bin/ssh/
H A Dsshconnect2.c1660 struct identity *id, *id2, *tmp; local
1763 TAILQ_FOREACH(id2, &files, next) {
1764 if (id2->key == NULL ||
1765 (id2->key->flags & SSHKEY_FLAG_EXT) != 0)
1767 if (sshkey_equal(id->key, id2->key)) {
1783 TAILQ_FOREACH_SAFE(id, preferred, next, id2) {
1810 TAILQ_FOREACH_SAFE(id, preferred, next, id2) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra-build.c1622 unsigned int id1 = web1->id, id2 = web2->id; local
1623 unsigned int index = igraph_index (id1, id2);
1627 if (id1 == id2)
2296 unsigned int id2 = web2->id;
2297 if (pass_cache[id2] != pass)
2299 pass_cache[id2] = pass;
/openbsd-current/sys/dev/ic/
H A Dac97.c769 u_int16_t id1, id2, val; local
802 ac97_read(as, AC97_REG_VENDOR_ID2, &id2);
805 id = (id1 << 16) | id2;
H A Dnvme.c2046 uint64_t id1, id2; local
2077 memcpy(&id2, idns->nguid + sizeof(uint64_t), sizeof(uint64_t));
2079 id1, id2);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser.c1938 struct graphics_object_id id2)
1946 if (false == dal_graphics_object_id_is_valid(id2)) {
1948 "%s: Warning: comparing invalid object 'id2'!\n", __func__);
1952 if (id1.id == id2.id && id1.enum_id == id2.enum_id
1953 && id1.type == id2.type)
1936 dal_graphics_object_id_is_equal( struct graphics_object_id id1, struct graphics_object_id id2) argument
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm847 $id2, $data2,
851 [$id2 => $data2],
855 $id2 => $data2,
859 Where C<$id1>, C<$id2> are two byte subfield ID's. The second byte of
H A DZip.pm1810 $id2, $data2,
1815 [$id2 => $data2],
1820 $id2 => $data2,
1824 Where C<$id1>, C<$id2> are two byte subfield ID's.
/openbsd-current/gnu/gcc/gcc/
H A Dc-parser.c5710 tree id2;
5719 id2 = c_parser_peek_token (parser)->value;
5724 objc_start_category_implementation (id1, id2);
5729 objc_start_category_interface (id1, id2, proto);
5898 tree id1, id2;
5915 id2 = c_parser_peek_token (parser)->value;
5918 objc_declare_alias (id1, id2);
5707 tree id2; local
5895 tree id1, id2; local
/openbsd-current/sys/net/
H A Dbridgestp.c1851 bstp_same_bridgeid(u_int64_t id1, u_int64_t id2) argument
1857 PV2ADDR(id2, addr2);
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DGunzip.pm120 my ($id1, $id2) = unpack("C C", $buffer) ;
121 return $id1 == GZIP_ID1 && $id2 == GZIP_ID2 ;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c268 unsigned long id2; /* Always two? */ member in struct:__anon3
278 bfd_byte id2[4]; member in struct:__anon4
1349 H_PUT_32 (abfd, in->id2, ex->id2);
7077 cpt.id2 = 2;
/openbsd-current/sys/dev/pci/
H A Dif_de.c2013 u_int32_t id1, id2, ei; local
2031 id2 = sc->tulip_rombuf[0x62] | (sc->tulip_rombuf[0x63] << 8);
2042 if (id2 == 0x15) {
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dpe-dll.c1565 asection *id2, *id5, *id4; local
1583 id2 = quick_section (abfd, ".idata$2", SEC_HAS_CONTENTS, 2);
1586 quick_symbol (abfd, U ("_head_"), dll_symname, "", id2, BSF_GLOBAL, 0);
1595 bfd_set_section_size (abfd, id2, 20);
1597 id2->contents = d2;
1603 save_relocs (id2);
1617 bfd_set_section_contents (abfd, id2, d2, 0, 20);
2041 quick_symbol (abfd, U ("_head_"), dll_symname, "", id2, BSF_GLOBAL, 0);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c385 unsigned long id2; /* Always two? */ member in struct:__anon3
395 bfd_byte id2[4]; member in struct:__anon4
1592 H_PUT_32 (abfd, in->id2, ex->id2);
8967 cpt.id2 = 2;
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm2179 hwnd2 = WinWindowFromID (hwnd, id2);

Completed in 968 milliseconds