| /src/crypto/external/apache2/openssl/dist/crypto/rc4/ |
| rc4_skey.c | 39 register int id1, id2; local 46 id1 = id2 = 0; 51 id2 = (data[id1] + tmp + id2) & 0xff; \ 54 d[(n)] = d[id2]; \ 55 d[id2] = tmp; \
|
| /src/crypto/external/bsd/openssl/dist/crypto/rc4/ |
| rc4_skey.c | 39 register int id1, id2; local 46 id1 = id2 = 0; 50 id2 = (data[id1] + tmp + id2) & 0xff; \ 52 d[(n)]=d[id2]; \ 53 d[id2]=tmp; }
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/ |
| rc4_skey.c | 33 register int id1, id2; local 40 id1 = id2 = 0; 44 id2 = (data[id1] + tmp + id2) & 0xff; \ 46 d[(n)]=d[id2]; \ 47 d[id2]=tmp; }
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| non-stop.c | 58 int *id2 = malloc (sizeof (int)); local 59 *id2 = id; 61 if (pthread_create (&tid, NULL, worker, (void *) id2))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| non-stop.c | 58 int *id2 = malloc (sizeof (int)); local 59 *id2 = id; 61 if (pthread_create (&tid, NULL, worker, (void *) id2))
|
| /src/sys/arch/evbmips/rasoc/ |
| machdep.c | 118 char id1[5], id2[5]; local 122 memcpy(id2, &tmp2, sizeof(tmp2)); 123 id2[4] = id1[4] = '\0'; 124 if (id2[2] == ' ') { 125 id2[2] = '\0'; 126 } else if (id2[3] == ' ') { 127 id2[3] = '\0'; 129 id2[4] = '\0'; 131 cpu_setmodel("%s%s", id1, id2);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_keytab.c | 76 krb5_keytab id, id2, id3; local 96 ret = krb5_kt_resolve(context, keytab, &id2); 113 ret = krb5_kt_get_entry(context, id2, 122 ret = krb5_kt_close(context, id2);
|
| test_cc.c | 104 krb5_ccache id, id2; local 134 ret = krb5_cc_resolve(context, c, &id2); 138 ret = krb5_cc_get_principal(context, id2, &p2); 145 krb5_cc_destroy(context, id2); 149 ret = krb5_cc_resolve(context, c, &id2); 153 ret = krb5_cc_get_principal(context, id2, &p2); 157 krb5_cc_destroy(context, id2); 169 krb5_ccache id, id2; local 187 ret = krb5_cc_resolve(context, n, &id2); 194 ret = krb5_cc_initialize(context, id2, p) 258 krb5_ccache id, id2; local 659 krb5_ccache id1, id2; local [all...] |
| /src/external/cddl/osnet/dev/cyclic/ |
| cyclic_test.c | 168 cyclic_id_t id2; local 191 id2 = cyclic_add(&hdlr, &when); 205 cyclic_remove(id2);
|
| /src/sys/arch/arm/gemini/ |
| gemini_lpc.c | 73 uint8_t id1, id2, vers, clk, susp; local 94 id2 = it8712_pnp_read(sc, GEMINI_LPC_LDN_ALL, IT8712_CHIPID2); 102 device_xname(self), id1, id2, vers);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| mods.c | 209 int *id2 = NULL; local 242 id2 = ch_malloc( mod->sm_numvals * sizeof( int )); 243 idx = id2; 365 if ( id2 ) 366 ch_free( id2 );
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_tvmodesnv17.c | 256 #define id2 (1LL << 16) macro 337 rs[k] = max((int64_t)rs[k], id2);
|
| /src/sys/kern/ |
| sys_pset.c | 425 id_t id1, id2; local 453 id2 = SCARG(uap, second_id); 478 pid = (id2 == P_MYID) ? p->p_pid : id2;
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ciphers.c | 258 int id2 = (int)((id >> 8) & 0xffL); local 262 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 265 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ciphers.c | 256 int id2 = (int)((id >> 8) & 0xffL); local 260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ciphers.c | 238 int id2 = (int)((id >> 8) & 0xffL); local 242 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 245 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| dn2id.c | 728 ID2 id2; local 772 id2.mid = id; 773 id2.mval = data; 774 mdb_id2l_insert( isc->sctmp, &id2 );
|
| /src/external/bsd/kyua-cli/dist/store/ |
| transaction_test.cpp | 186 int64_t id1, id2, id3; local 193 id2 = tx.put_action(exp_action2, context2_id); 199 const engine::action action2 = tx.get_action(id2); 391 int64_t id2; local 397 id2 = tx.put_action(exp_action2, context2_id); 406 ATF_REQUIRE(id2 == latest_action.first); 463 int64_t id1, id2, id3; local 468 id2 = tx.put_context(exp_context2); 474 const engine::context context2 = tx.get_context(id2);
|
| /src/external/gpl2/mkhybrid/dist/ |
| iso9660.h | 101 char id2 [ISODCL ( 2, 6)]; member in struct:eltorito_boot_descriptor
|
| /src/sys/dev/pci/ |
| if_tlp_pci.c | 1238 uint16_t id1, id2, ei; local 1243 id2 = sc->sc_srom[0x62] | (sc->sc_srom[0x63] << 8); 1261 if (id2 == 0x15) { 1540 uint16_t id1, id2; local 1577 id2 = TULIP_ROM_GETW(srom, 2); 1582 switch (id2) { 1604 device_xname(sc->sc_dev), id1, id2);
|
| /src/sys/ufs/lfs/ |
| ulfs_quota2.c | 836 id_t id2; local 860 q2e_to_quotaval(&q2e, 0, &id2, qk->qk_objtype, ret); 861 KASSERT(id2 == qk->qk_id); 875 id_t id2; local 902 q2e_to_quotaval(&q2e, qk->qk_id == QUOTA_DEFAULTID, &id2, 904 (void)id2;
|
| /src/sys/ufs/ufs/ |
| ufs_quota2.c | 844 id_t id2; local 868 q2e_to_quotaval(&q2e, 0, &id2, qk->qk_objtype, ret); 869 KASSERT(id2 == qk->qk_id); 882 id_t id2; local 909 q2e_to_quotaval(&q2e, qk->qk_id == QUOTA_DEFAULTID, &id2, 911 (void)id2;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_pkey_dhkem_test.c | 266 int id2 = !tstid; local 269 rkey[id2], opparam),
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-conflicts.cc | 68 int id1, id2; 80 id2 = OBJECT_CONFLICT_ID (obj2); 82 SET_MINMAX_SET_BIT (conflicts[id1], id2, OBJECT_MIN (obj1), 84 SET_MINMAX_SET_BIT (conflicts[id2], id1, OBJECT_MIN (obj2), 67 int id1, id2; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-conflicts.cc | 68 int id1, id2; 80 id2 = OBJECT_CONFLICT_ID (obj2); 82 SET_MINMAX_SET_BIT (conflicts[id1], id2, OBJECT_MIN (obj1), 84 SET_MINMAX_SET_BIT (conflicts[id2], id1, OBJECT_MIN (obj2), 67 int id1, id2; local
|