Home
last modified time | relevance | path

Searched refs:rand_ul (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/
H A Dtests.c128 *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()
H A Dsizes.h22 #define rand_ul() rand32() macro