Searched refs:u_int32_t (Results 51 - 75 of 84) sorted by relevance

1234

/linux-master/include/sound/
H A Dpcm_params.h33 memset(mask, 0xff, SNDRV_MASK_SIZE * sizeof(u_int32_t));
117 return ! memcmp(mask, v, SNDRV_MASK_SIZE * sizeof(u_int32_t));
/linux-master/net/netfilter/
H A Dnf_conntrack_netlink.c702 + nla_total_size(sizeof(u_int32_t)) /* CTA_ID */
703 + nla_total_size(sizeof(u_int32_t)) /* CTA_STATUS */
706 + nla_total_size(sizeof(u_int32_t)) /* CTA_TIMEOUT */
713 + 6 * nla_total_size(sizeof(u_int32_t)) /* CTA_NAT_SEQ_OFFSET */
716 + nla_total_size(sizeof(u_int32_t)) /* CTA_MARK */
881 u_int32_t orig_flags;
882 u_int32_t reply_flags;
929 u_int32_t flags);
1072 u_int32_t flags, int family)
1286 u_int32_t flag
[all...]
H A Dxt_hashlimit.c106 u_int32_t interval, prev_window;
126 u_int32_t rnd; /* random seed for hash */
183 static u_int32_t
186 u_int32_t hash = jhash2((const u32 *)dst,
203 u_int32_t hash = hash_dst(ht, dst);
H A Dnf_conntrack_proto_icmp.c276 u_int32_t flags)
H A Dnf_conntrack_proto_icmpv6.c251 u_int32_t flags)
H A Dnf_conntrack_proto_sctp.c159 u_int32_t offset, count;
344 u_int32_t offset, count;
H A Dnf_conncount.c67 static u_int32_t conncount_rnd __read_mostly;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c103 u_int32_t mx;
167 u_int32_t c2_ctl;
791 u_int32_t c2ctl;
845 u_int32_t reg50;
847 u_int32_t q;
989 u_int32_t d;
H A Dg450_pll.c397 u_int32_t opt;
/linux-master/fs/coda/
H A Dpsdev.c103 if (nbytes < (2 * sizeof(u_int32_t)))
107 if (copy_from_user(&hdr, buf, 2 * sizeof(u_int32_t)))
/linux-master/sound/soc/sti/
H A Dsti_uniperif.c199 maskp->bits[0] &= (u_int32_t)format;
200 maskp->bits[1] &= (u_int32_t)(format >> 32);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_waitv.c26 u_int32_t futexes[NR_FUTEXES] = {0};
/linux-master/crypto/
H A Dxcbc.c15 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101,
/linux-master/fs/freevxfs/
H A Dvxfs_bmap.c132 switch ((u_int32_t)(fs64_to_cpu(sbi, typ->vt_hdr) >>
/linux-master/include/linux/
H A Dnetfilter_ipv6.h31 u_int32_t mark;
/linux-master/tools/perf/bench/
H A Dfutex-requeue.c34 static u_int32_t futex1 = 0, futex2 = 0;
H A Dfutex-hash.c45 u_int32_t *futex;
H A Dfutex-wake.c34 static u_int32_t futex1 = 0;
H A Dfutex-wake-parallel.c49 static u_int32_t futex = 0;
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c75 #define MAX_SAMPLES (MAX_SAMPLE_BYTES/sizeof(u_int32_t))
/linux-master/drivers/mtd/
H A Dmtdchar.c1248 u_int32_t start;
1249 u_int32_t length;
/linux-master/drivers/scsi/aacraid/
H A Dsrc.c780 u_int32_t val;
1339 u_int32_t val;
/linux-master/sound/core/
H A Dpcm_lib.c1200 u_int32_t mask)
1226 maskp->bits[0] &= (u_int32_t)mask;
1227 maskp->bits[1] &= (u_int32_t)(mask >> 32);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c204 static const u_int32_t offset_array[3] = {
1063 const u_int32_t chan_info_tab[] = {
/linux-master/sound/drivers/
H A Daloop.c981 m.bits[0] = (u_int32_t)cable->hw.formats;
982 m.bits[1] = (u_int32_t)(cable->hw.formats >> 32);

Completed in 253 milliseconds

1234