Searched refs:idx4 (Results 1 – 2 of 2) sorted by relevance
224 #define pcmcia_tuple_read_4(tuple, idx4) \ argument225 (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))
1042 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local1054 idx4 = (((u_int)(dgst_raw[(2 * i) + 1]))) & 15; in fingerprint_bubblebabble()1057 retval[j++] = consonants[idx4]; in fingerprint_bubblebabble()