Searched refs:idx3 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/pccard/ |
H A D | pccardvar.h | 133 #define pccard_tuple_read_3(tuple, idx3) \ argument 134 (pccard_tuple_read_1((tuple), (idx3)) | \ 135 (pccard_tuple_read_1((tuple), (idx3)+1)<<8) | \ 136 (pccard_tuple_read_1((tuple), (idx3)+2)<<16))
|
/freebsd/contrib/ldns/ |
H A D | util.c | 442 size_t idx0, idx1, idx2, idx3, idx4; in ldns_bubblebabble() local 453 idx3 = (((size_t)(data[(2 * i) + 1])) >> 4) & 15; in ldns_bubblebabble() 455 retval[j++] = consonants[idx3]; in ldns_bubblebabble()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 38 int &idx3 = symMap[CachedHashStringRef(wrap->getName())]; in wrap() local 41 idx1 = idx3; in wrap()
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 1085 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local 1096 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15; in fingerprint_bubblebabble() 1098 retval[j++] = consonants[idx3]; in fingerprint_bubblebabble()
|