Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pcmcia/
Dpcmciavar.h219 #define pcmcia_tuple_read_3(tuple, idx3) \ argument
220 (pcmcia_tuple_read_1((tuple), (idx3)) | \
221 (pcmcia_tuple_read_1((tuple), (idx3)+1)<<8) | \
222 (pcmcia_tuple_read_1((tuple), (idx3)+2)<<16))
/openbsd/src/sys/dev/pci/
Dif_de.c2215 unsigned idx1, idx2, idx3; in tulip_srom_decode() local
2267 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) { in tulip_srom_decode()
2268 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media) in tulip_srom_decode()
2271 media = tulip_srom_mediums[idx3].sm_type; in tulip_srom_decode()
2331 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) { in tulip_srom_decode()
2332 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media) in tulip_srom_decode()
2335 media = tulip_srom_mediums[idx3].sm_type; in tulip_srom_decode()
2371 for (idx3 = 0; idx3 < mi->mi_reset_length; idx3++) { in tulip_srom_decode()
2373 TULIP_CSR_WRITE(sc, csr_gp, sc->tulip_rombuf[mi->mi_reset_offset + idx3]); in tulip_srom_decode()
2376 for (idx3 = 0; idx3 < mi->mi_gpr_length; idx3++) { in tulip_srom_decode()
[all …]
/openbsd/src/gnu/llvm/lld/ELF/
DSymbolTable.cpp38 int &idx3 = symMap[CachedHashStringRef(wrap->getName())]; in wrap() local
41 idx1 = idx3; in wrap()
/openbsd/src/gnu/llvm/llvm/docs/
DGetElementPtr.rst115 %idx3 = getelementptr i32, ptr @MyVar, i64 2
124 idx3 = (char*) &MyVar + 8
131 The obtuse part of this example is in the cases of ``%idx2`` and ``%idx3``. They
/openbsd/src/usr.bin/ssh/
Dsshkey.c1042 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
1053 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15; in fingerprint_bubblebabble()
1055 retval[j++] = consonants[idx3]; in fingerprint_bubblebabble()