Searched refs:bit (Results 1 – 1 of 1) sorted by relevance
214 uint64_t bit = 1ULL << n; in print_legacy_hwcap_directories() local215 if (HWCAP_IMPORTANT & bit) in print_legacy_hwcap_directories()219 print_hwcap_1 (&first, GLRO (dl_hwcap) & bit, "supported"); in print_legacy_hwcap_directories()220 print_hwcap_1 (&first, !(hwcap_mask & bit), "masked"); in print_legacy_hwcap_directories()221 print_hwcap_1 (&first, searched & bit, "searched"); in print_legacy_hwcap_directories()
Completed in 2 milliseconds