Home
last modified time | relevance | path

Searched refs:idx3 (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/pccard/
HDpccardvar.h125 #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/
HDif_de.c2365 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/
HDutil.c431 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/
HDcvmx-pko.c876 config1.s.idx3 = queue >> 3; in cvmx_pko_config_port()
HDcvmx-pko-defs.h3864 …uint64_t idx3 : 1; /**< [3] of Index (distance from head) in the queue ar… member
3868 uint64_t idx3 : 1;
/NextBSD/crypto/openssh/
HDkey.c458 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()