Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pcmcia/
Dpcmciavar.h224 #define pcmcia_tuple_read_4(tuple, idx4) \ argument
225 (pcmcia_tuple_read_1((tuple), (idx4)) | \
226 (pcmcia_tuple_read_1((tuple), (idx4)+1)<<8) | \
227 (pcmcia_tuple_read_1((tuple), (idx4)+2)<<16) | \
228 (pcmcia_tuple_read_1((tuple), (idx4)+3)<<24))
/openbsd/src/usr.bin/ssh/
Dsshkey.c1042 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
1054 idx4 = (((u_int)(dgst_raw[(2 * i) + 1]))) & 15; in fingerprint_bubblebabble()
1057 retval[j++] = consonants[idx4]; in fingerprint_bubblebabble()