Home
last modified time | relevance | path

Searched refs:UL_LEN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/
H A Dtests.c23 unsigned char bytes[UL_LEN / 8];
28 unsigned short u16s[UL_LEN / 16];
381 for (j = 0; j < UL_LEN * 2; j++) { in test_walkbits0_comparison()
387 if (j < UL_LEN) in test_walkbits0_comparison()
390 q = ONE << (UL_LEN * 2 - j - 1); in test_walkbits0_comparison()
429 for (j = 0; j < UL_LEN * 2; j++) { in test_walkbits1_comparison()
435 if (j < UL_LEN) in test_walkbits1_comparison()
438 q = UL_ONEBITS ^ (ONE << (UL_LEN * 2 - j - 1)); in test_walkbits1_comparison()
475 for (j = 0; j < UL_LEN * 2; j++) { in test_bitspread_comparison()
481 if (j < UL_LEN) { in test_bitspread_comparison()
[all …]
H A Dsizes.h24 #define UL_LEN 32 macro
H A Dmemtester.c165 printf("memtester version " __version__ " (%d-bit)\n", UL_LEN); in do_memtester()