Lines Matching defs:__u64
57 typedef unsigned long long __u64;
72 __u64 prev_time; /* SENSITIVE Previous time stamp */
73 __u64 last_delta; /* SENSITIVE stuck test */
230 static inline __u64 jent_delta(__u64 prev, __u64 next)
232 #define JENT_UINT64_MAX (__u64)(~((__u64) 0))
252 static int jent_stuck(struct rand_data *ec, __u64 current_delta)
254 __u64 delta2 = jent_delta(ec->last_delta, current_delta);
255 __u64 delta3 = jent_delta(ec->last_delta2, delta2);
315 static __u64 jent_loop_shuffle(unsigned int bits, unsigned int min)
317 __u64 time = 0;
318 __u64 shuffle = 0;
354 static int jent_condition_data(struct rand_data *ec, __u64 time, int stuck)
397 static void jent_memaccess(struct rand_data *ec, __u64 loop_cnt)
400 __u64 i = 0;
403 __u64 acc_loop_cnt =
453 __u64 time = 0;
454 __u64 current_delta = 0;
628 __u64 delta_sum = 0;
629 __u64 old_delta = 0;
667 __u64 time = 0;
668 __u64 time2 = 0;
669 __u64 delta = 0;