Searched refs:u_int64_t (Results 1 – 8 of 8) sorted by relevance
12 u_int64_t start;13 u_int64_t stop;
755 if (*(u_int64_t *) key1 == *(u_int64_t *) key2)757 else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
132 u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_size) */
115 typedef u64 u_int64_t; typedef
100 u_int64_t credit;101 u_int64_t credit_cap;102 u_int64_t cost;106 u_int64_t current_rate;107 u_int64_t rate;
98 u_int64_t time_now;
17 typedef u_int64_t u64;
601 u_int64_t n = (u_int64_t) a * b; in muldiv32()1242 u_int64_t mask) in snd_pcm_hw_constraint_mask64()