Searched refs:idx2 (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | ac97.c | 669 int idx2, previdx; local 674 for (idx2 = 0; idx2 < as->num_source_info; idx2++) { 675 si2 = &as->source_info[idx2]; 679 si->mixer_class = idx2; 691 for (idx2 = 0; idx2 < as->num_source_info; idx2++) { 692 if (idx2 == idx) 695 si2 = &as->source_info[idx2]; 700 as->source_info[previdx].next = idx2; 701 as->source_info[idx2].prev = previdx; 703 previdx = idx2;
|
| D | lemac.c | 388 int idx, idx2, found, octet; in lemac_read_macaddr() local 392 idx2 = found = 0; in lemac_read_macaddr() 397 if (octet == testpat[idx2]) { in lemac_read_macaddr() 398 if (++idx2 == sizeof(testpat)) { in lemac_read_macaddr() 403 idx2 = 0; in lemac_read_macaddr()
|
| D | vga.c | 1285 unsigned int idx1, idx2; local 1295 res2 = _vga_mapchar(id, scr->fontset2, uni, &idx2); 1298 *index = idx2 | 0x0800; /* attribute bit 3 */
|
| /mirbsd/src/sys/dev/pcmcia/ |
| D | pcmciavar.h | 214 #define pcmcia_tuple_read_2(tuple, idx2) \ argument 215 (pcmcia_tuple_read_1((tuple), (idx2)) | \ 216 (pcmcia_tuple_read_1((tuple), (idx2)+1)<<8))
|
| /mirbsd/src/usr.bin/ssh/ |
| D | key.c | 268 u_int idx0, idx1, idx2, idx3, idx4; in key_fingerprint_bubblebabble() local 273 idx2 = ((((u_int)(dgst_raw[2 * i])) & 3) + in key_fingerprint_bubblebabble() 277 retval[j++] = vowels[idx2]; in key_fingerprint_bubblebabble() 291 idx2 = seed / 6; in key_fingerprint_bubblebabble() 294 retval[j++] = vowels[idx2]; in key_fingerprint_bubblebabble()
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_de.c | 2406 unsigned idx1, idx2, idx3; in tulip_srom_decode() local 2444 for (idx2 = 0;; idx2++) { in tulip_srom_decode() 2445 if (tulip_srom_conninfo[idx2].sc_type == sc->tulip_conntype in tulip_srom_decode() 2446 || tulip_srom_conninfo[idx2].sc_type == TULIP_SROM_CONNTYPE_NOT_USED) in tulip_srom_decode() 2449 sc->tulip_connidx = idx2; in tulip_srom_decode() 2453 for (idx2 = 0; idx2 < blocks; idx2++) { in tulip_srom_decode() 2515 for (idx2 = 0; idx2 < blocks; idx2++) { in tulip_srom_decode()
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regcomp.c | 3345 int32_t idx1, idx2; in build_equiv_class() local 3371 idx2 = findidx (&cp); in build_equiv_class() 3375 if (idx2 == 0) in build_equiv_class() 3378 if (len == weights[idx2]) in build_equiv_class() 3382 weights[idx1 + 1 + cnt] == weights[idx2 + 1 + cnt]) in build_equiv_class()
|