Home
last modified time | relevance | path

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

/netbsd/sys/dev/pcmcia/
H A Dpcmciavar.h261 #define pcmcia_tuple_read_4(tuple, idx4) \ argument
262 (pcmcia_tuple_read_1((tuple), (idx4)) | \
263 (pcmcia_tuple_read_1((tuple), (idx4)+1)<<8) | \
264 (pcmcia_tuple_read_1((tuple), (idx4)+2)<<16) | \
265 (pcmcia_tuple_read_1((tuple), (idx4)+3)<<24))
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c1820 uint64_t idx4 = (idx3 + val) * ROOT_IDX; in omp_cache_put() local
1821 OmpRAs [ idx4 % OmpValTableSize ] = 0; // lock in omp_cache_put()
1825 OmpRAs [ idx4 % OmpValTableSize ] = ra; in omp_cache_put()
1991 uint64_t idx4; in find_i386_ret_addr() local
1992 idx4 = (idx + val) * ROOT_IDX; in find_i386_ret_addr()
1993 idx4 = (idx4 + val) * ROOT_IDX; in find_i386_ret_addr()
1994 if (0 == OmpRAs[ idx4 % OmpValTableSize ]) // Invalid cache in find_i386_ret_addr()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsshkey.c912 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
924 idx4 = (((u_int)(dgst_raw[(2 * i) + 1]))) & 15; in fingerprint_bubblebabble()
927 retval[j++] = consonants[idx4]; in fingerprint_bubblebabble()