Searched refs:idx4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvar.h130 #define pccard_tuple_read_4(tuple, idx4) \
131 (pccard_tuple_read_1((tuple), (idx4)) | \
132 (pccard_tuple_read_1((tuple), (idx4)+1)<<8) | \
133 (pccard_tuple_read_1((tuple), (idx4)+2)<<16) | \
134 (pccard_tuple_read_1((tuple), (idx4)+3)<<24))
/freebsd-11-stable/contrib/ldns/
H A Dutil.c431 size_t idx0, idx1, idx2, idx3, idx4; local
443 idx4 = (((size_t)(data[(2 * i) + 1]))) & 15;
446 retval[j++] = consonants[idx4];
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c988 u_int idx0, idx1, idx2, idx3, idx4; local
1000 idx4 = (((u_int)(dgst_raw[(2 * i) + 1]))) & 15;
1003 retval[j++] = consonants[idx4];

Completed in 278 milliseconds