Searched refs:idx3 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/pccard/
H A Dpccardvar.h127 #define pccard_tuple_read_3(tuple, idx3) \
128 (pccard_tuple_read_1((tuple), (idx3)) | \
129 (pccard_tuple_read_1((tuple), (idx3)+1)<<8) | \
130 (pccard_tuple_read_1((tuple), (idx3)+2)<<16))
/freebsd-10-stable/sys/dev/de/
H A Dif_de.c2364 unsigned idx1, idx2, idx3; local
2416 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) {
2417 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media)
2420 media = tulip_srom_mediums[idx3].sm_type;
2488 for (idx3 = 0; tulip_srom_mediums[idx3].sm_type != TULIP_MEDIA_UNKNOWN; idx3++) {
2489 if (tulip_srom_mediums[idx3]
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dutil.c431 size_t idx0, idx1, idx2, idx3, idx4; local
442 idx3 = (((size_t)(data[(2 * i) + 1])) >> 4) & 15;
444 retval[j++] = consonants[idx3];
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko.c876 config1.s.idx3 = queue >> 3;
H A Dcvmx-pko-defs.h3864 uint64_t idx3 : 1; /**< [3] of Index (distance from head) in the queue array */ member in struct:cvmx_pko_reg_queue_ptrs1::cvmx_pko_reg_queue_ptrs1_s
3868 uint64_t idx3 : 1;
/freebsd-10-stable/crypto/openssh/
H A Dsshkey.c983 u_int idx0, idx1, idx2, idx3, idx4; local
994 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15;
996 retval[j++] = consonants[idx3];
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex4393 % Sample source (mac-idx3.tex, reported by Graham Percival to

Completed in 121 milliseconds