Lines Matching refs:UL_LEN
23 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()
485 data[0] = (ONE << (UL_LEN * 2 - 1 - j)) | in test_bitspread_comparison()
486 (ONE << (UL_LEN * 2 + 1 - j)); in test_bitspread_comparison()
487 data[1] = UL_ONEBITS ^ (ONE << (UL_LEN * 2 - 1 - j) in test_bitspread_comparison()
488 | (ONE << (UL_LEN * 2 + 1 - j))); in test_bitspread_comparison()
527 for (k = 0; k < UL_LEN; k++) { in test_bitflip_comparison()
581 for (b = 0; b < UL_LEN / 8; b++) in test_8bit_wide_random()
619 for (b = 0; b < UL_LEN / 16; b++) in test_16bit_wide_random()