Searched refs:UL_ONEBITS (Results 1 – 2 of 2) sorted by relevance
260 q = (j % 2) == 0 ? UL_ONEBITS : 0; in test_solidbits_comparison()436 q = UL_ONEBITS ^ (ONE << j); in test_walkbits1_comparison()438 q = UL_ONEBITS ^ (ONE << (UL_LEN * 2 - j - 1)); in test_walkbits1_comparison()483 data[1] = UL_ONEBITS ^ ((ONE << j) | (ONE << (j + 2))); in test_bitspread_comparison()487 data[1] = UL_ONEBITS ^ (ONE << (UL_LEN * 2 - 1 - j) in test_bitspread_comparison()
23 #define UL_ONEBITS 0xffffffff macro