Searched refs:vals64 (Results 1 – 1 of 1) sorted by relevance
24 uint64_t vals64[] = { in test_builtin_bitops() local49 for(int j=0; j<count_of(vals64); j++) { in test_builtin_bitops()50 x += __builtin_popcountll(vals64[j]); in test_builtin_bitops()51 x += (int32_t)__revll(vals64[j]); in test_builtin_bitops()54 if (!vals64[j]) { in test_builtin_bitops()59 x += __builtin_clzll(vals64[j]); in test_builtin_bitops()60 x += __builtin_ctzll(vals64[j]); in test_builtin_bitops()