Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pccard/
Dpccardvar.h134 #define pccard_tuple_read_3(tuple, idx3) \ argument
135 (pccard_tuple_read_1((tuple), (idx3)) | \
136 (pccard_tuple_read_1((tuple), (idx3)+1)<<8) | \
137 (pccard_tuple_read_1((tuple), (idx3)+2)<<16))
/freebsd-12-stable/sys/dev/de/
Dif_de.c2367 unsigned idx1, idx2, idx3; in tulip_srom_decode() local
2419 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) { in tulip_srom_decode()
2420 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media) in tulip_srom_decode()
2423 media = tulip_srom_mediums[idx3].sm_type; in tulip_srom_decode()
2491 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) { in tulip_srom_decode()
2492 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media) in tulip_srom_decode()
2495 media = tulip_srom_mediums[idx3].sm_type; in tulip_srom_decode()
2534 for (idx3 = 0; idx3 < mi->mi_reset_length; idx3++) { in tulip_srom_decode()
2536 TULIP_CSR_WRITE(sc, csr_gp, sc->tulip_rombuf[mi->mi_reset_offset + idx3]); in tulip_srom_decode()
2539 for (idx3 = 0; idx3 < mi->mi_gpr_length; idx3++) { in tulip_srom_decode()
[all …]
/freebsd-12-stable/contrib/ldns/
Dutil.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()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbolTable.cpp38 int &idx3 = symMap[CachedHashStringRef(wrap->getName())]; in wrap() local
41 idx1 = idx3; in wrap()
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-pko.c876 config1.s.idx3 = queue >> 3; in cvmx_pko_config_port()
Dcvmx-pko-defs.h3864 …uint64_t idx3 : 1; /**< [3] of Index (distance from head) in the queue ar… member
3868 uint64_t idx3 : 1;
/freebsd-12-stable/crypto/openssh/
Dsshkey.c1112 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
1123 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15; in fingerprint_bubblebabble()
1125 retval[j++] = consonants[idx3]; in fingerprint_bubblebabble()
/freebsd-12-stable/contrib/amd/doc/
Dtexinfo.tex4393 % Sample source (mac-idx3.tex, reported by Graham Percival to