Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccard/
H A Dpccardvar.h138 #define pccard_tuple_read_4(tuple, idx4) \ argument
139 (pccard_tuple_read_1((tuple), (idx4)) | \
140 (pccard_tuple_read_1((tuple), (idx4)+1)<<8) | \
141 (pccard_tuple_read_1((tuple), (idx4)+2)<<16) | \
142 (pccard_tuple_read_1((tuple), (idx4)+3)<<24))
/freebsd/contrib/ldns/
H A Dutil.c442 size_t idx0, idx1, idx2, idx3, idx4; in ldns_bubblebabble() local
454 idx4 = (((size_t)(data[(2 * i) + 1]))) & 15; in ldns_bubblebabble()
457 retval[j++] = consonants[idx4]; in ldns_bubblebabble()
/freebsd/crypto/openssh/
H A Dsshkey.c1085 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
1097 idx4 = (((u_int)(dgst_raw[(2 * i) + 1]))) & 15; in fingerprint_bubblebabble()
1100 retval[j++] = consonants[idx4]; in fingerprint_bubblebabble()