Searched refs:rand_ul (Results 1 – 2 of 2) sorted by relevance
128 *p1++ = *p2++ = rand_ul(); in test_random_value()147 u32 q = rand_ul(); in test_xor_comparison()162 u32 q = rand_ul(); in test_sub_comparison()177 u32 q = rand_ul(); in test_mul_comparison()192 u32 q = rand_ul(); in test_div_comparison()209 u32 q = rand_ul(); in test_or_comparison()224 u32 q = rand_ul(); in test_and_comparison()239 u32 q = rand_ul(); in test_seqinc_comparison()580 *p2++ = mword8.val = rand_ul(); in test_8bit_wide_random()618 *p2++ = mword16.val = rand_ul(); in test_16bit_wide_random()
22 #define rand_ul() rand32() macro