Searched refs:idx3 (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/pccard/ |
| HD | pccardvar.h | 125 #define pccard_tuple_read_3(tuple, idx3) \ argument 126 (pccard_tuple_read_1((tuple), (idx3)) | \ 127 (pccard_tuple_read_1((tuple), (idx3)+1)<<8) | \ 128 (pccard_tuple_read_1((tuple), (idx3)+2)<<16))
|
| /NextBSD/sys/dev/de/ |
| HD | if_de.c | 2365 unsigned idx1, idx2, idx3; in tulip_srom_decode() local 2417 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) { in tulip_srom_decode() 2418 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media) in tulip_srom_decode() 2421 media = tulip_srom_mediums[idx3].sm_type; in tulip_srom_decode() 2489 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) { in tulip_srom_decode() 2490 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media) in tulip_srom_decode() 2493 media = tulip_srom_mediums[idx3].sm_type; in tulip_srom_decode() 2532 for (idx3 = 0; idx3 < mi->mi_reset_length; idx3++) { in tulip_srom_decode() 2534 TULIP_CSR_WRITE(sc, csr_gp, sc->tulip_rombuf[mi->mi_reset_offset + idx3]); in tulip_srom_decode() 2537 for (idx3 = 0; idx3 < mi->mi_gpr_length; idx3++) { in tulip_srom_decode() [all …]
|
| /NextBSD/contrib/ldns/ |
| HD | util.c | 431 size_t idx0, idx1, idx2, idx3, idx4; in ldns_bubblebabble() local 442 idx3 = (((size_t)(data[(2 * i) + 1])) >> 4) & 15; in ldns_bubblebabble() 444 retval[j++] = consonants[idx3]; in ldns_bubblebabble()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-pko.c | 876 config1.s.idx3 = queue >> 3; in cvmx_pko_config_port()
|
| HD | cvmx-pko-defs.h | 3864 …uint64_t idx3 : 1; /**< [3] of Index (distance from head) in the queue ar… member 3868 uint64_t idx3 : 1;
|
| /NextBSD/crypto/openssh/ |
| HD | key.c | 458 u_int idx0, idx1, idx2, idx3, idx4; in key_fingerprint_bubblebabble() local 469 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15; in key_fingerprint_bubblebabble() 471 retval[j++] = consonants[idx3]; in key_fingerprint_bubblebabble()
|