Searched refs:idx3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/pccard/
H A Dpccardvar.h133 #define pccard_tuple_read_3(tuple, idx3) \
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-current/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp38 int &idx3 = symMap[CachedHashStringRef(wrap->getName())]; local
41 idx1 = idx3;
/freebsd-current/contrib/ldns/
H A Dutil.c442 size_t idx0, idx1, idx2, idx3, idx4; local
453 idx3 = (((size_t)(data[(2 * i) + 1])) >> 4) & 15;
455 retval[j++] = consonants[idx3];
/freebsd-current/crypto/openssh/
H A Dsshkey.c946 u_int idx0, idx1, idx2, idx3, idx4; local
957 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15;
959 retval[j++] = consonants[idx3];

Completed in 195 milliseconds