u_int64_t         759 fs/befs/btree.c 	if (*(u_int64_t *) key1 == *(u_int64_t *) key2)
u_int64_t         761 fs/befs/btree.c 	else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
u_int64_t         103 fs/freevxfs/vxfs_immed.c 	u_int64_t	offset = (u_int64_t)pp->index << PAGE_CACHE_SHIFT;
u_int64_t          83 fs/freevxfs/vxfs_inode.h 	u_int64_t	vt_hdr;		/* Header, 0xTTOOOOOOOOOOOOOO; T=type,O=offs */
u_int64_t          89 fs/freevxfs/vxfs_inode.h 	u_int64_t	vd4_hdr;	/* Header, 0xTTOOOOOOOOOOOOOO; T=type,O=offs */
u_int64_t          90 fs/freevxfs/vxfs_inode.h 	u_int64_t	vd4_block;	/* Extent block */
u_int64_t          91 fs/freevxfs/vxfs_inode.h 	u_int64_t	vd4_size;	/* Size in blocks */
u_int64_t         104 fs/freevxfs/vxfs_inode.h 	u_int64_t	vdi_size;	/* Inode size in bytes */
u_int64_t         126 fs/freevxfs/vxfs_inode.h 		u_int64_t		align;
u_int64_t         130 fs/freevxfs/vxfs_inode.h 	u_int64_t	vdi_version;	/* Version */
u_int64_t          35 include/linux/netfilter/nf_conntrack_dccp.h 	u_int64_t	handshake_seq;
u_int64_t          96 include/linux/netfilter/x_tables.h 	u_int64_t u64;
u_int64_t         112 include/linux/netfilter/x_tables.h 	u_int64_t pcnt, bcnt;			/* Packet and byte counters */
u_int64_t         483 include/linux/netfilter/x_tables.h 	u_int64_t cnt[2];
u_int64_t          18 include/net/netfilter/nf_conntrack_acct.h 	u_int64_t packets;
u_int64_t          19 include/net/netfilter/nf_conntrack_acct.h 	u_int64_t bytes;
u_int64_t         491 include/sound/pcm.h static inline void div64_32(u_int64_t *n, u_int32_t div, u_int32_t *rem)
u_int64_t         499 include/sound/pcm.h static inline void div64_32(u_int64_t *n, u_int32_t div, u_int32_t *rem)
u_int64_t         508 include/sound/pcm.h 		*n = (u_int64_t)high << 32 | low;
u_int64_t         520 include/sound/pcm.h 	u_int64_t n = (u_int64_t)high << 32 | low;
u_int64_t         521 include/sound/pcm.h 	u_int64_t d = (u_int64_t)div << 31;
u_int64_t         545 include/sound/pcm.h static inline void div64_32(u_int64_t *n, u_int32_t div, u_int32_t *rem)
u_int64_t         555 include/sound/pcm.h 		*n = (u_int64_t)high << 32 | low;
u_int64_t         841 include/sound/pcm.h 				 u_int64_t mask);
u_int64_t          25 net/netfilter/xt_connbytes.c 	u_int64_t what = 0;	/* initialize to make gcc happy */
u_int64_t          26 net/netfilter/xt_connbytes.c 	u_int64_t bytes = 0;
u_int64_t          27 net/netfilter/xt_connbytes.c 	u_int64_t pkts = 0;
u_int64_t         356 sound/core/pcm_lib.c 	u_int64_t n = (u_int64_t) a * b;
u_int64_t         939 sound/core/pcm_lib.c 				 u_int64_t mask)
u_int64_t         130 sound/pci/pcxhr/pcxhr.h 	u_int64_t timer_abs_periods;	/* timer: samples elapsed since TRIGGER_START (multiple of period_size) */
u_int64_t        1052 sound/pci/pcxhr/pcxhr_core.c static u_int64_t pcxhr_stream_read_position(struct pcxhr_mgr *mgr,
u_int64_t        1055 sound/pci/pcxhr/pcxhr_core.c 	u_int64_t hw_sample_count;
u_int64_t        1071 sound/pci/pcxhr/pcxhr_core.c 	hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24;
u_int64_t        1072 sound/pci/pcxhr/pcxhr_core.c 	hw_sample_count += (u_int64_t)rmh.stat[1];
u_int64_t        1087 sound/pci/pcxhr/pcxhr_core.c 		u_int64_t new_sample_count;
u_int64_t        1121 sound/pci/pcxhr/pcxhr_core.c 			u_int64_t new_elapse_pos = stream->timer_abs_periods +