Searched refs:u_int64_t (Results 1 – 12 of 12) sorted by relevance
69 u_int64_t offset = (u_int64_t)pp->index << PAGE_SHIFT; in vxfs_immed_readpage()
12 u_int64_t start;13 u_int64_t stop;
26 u_int64_t what = 0; /* initialize to make gcc happy */ in connbytes_mt()27 u_int64_t bytes = 0; in connbytes_mt()28 u_int64_t pkts = 0; in connbytes_mt()
101 u_int64_t credit;102 u_int64_t credit_cap;103 u_int64_t cost;107 u_int64_t current_rate;108 u_int64_t rate;
105 u_int64_t time_now;
756 if (*(u_int64_t *) key1 == *(u_int64_t *) key2)758 else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
35 u_int64_t handshake_seq;
1115 static u_int64_t pcxhr_stream_read_position(struct pcxhr_mgr *mgr, in pcxhr_stream_read_position()1118 u_int64_t hw_sample_count; in pcxhr_stream_read_position()1134 hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24; in pcxhr_stream_read_position()1135 hw_sample_count += (u_int64_t)rmh.stat[1]; in pcxhr_stream_read_position()1153 u_int64_t new_sample_count; in pcxhr_update_timer_pos()1189 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
132 …u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz…
108 typedef u64 u_int64_t; typedef
556 u_int64_t n = (u_int64_t) a * b; in muldiv32()1197 u_int64_t mask) in snd_pcm_hw_constraint_mask64()
983 u_int64_t mask);
Completed in 55 milliseconds