Home
last modified time | relevance | path

Searched refs:vals64 (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/test/pico_stdlib_test/
Dpico_stdlib_test.c24 uint64_t vals64[] = { in test_builtin_bitops() local
49 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()