Searched refs:half_ptr_bits (Results 1 – 1 of 1) sorted by relevance
17 unsigned long half_ptr_bits = sizeof(uintptr_t) * 8 / 2; in test_entry() local18 unsigned long mask = BIT(half_ptr_bits) - 1; in test_entry()20 int b = mask & ((uintptr_t)test_entry >> half_ptr_bits); in test_entry()
Completed in 6 milliseconds