Searched refs:ct1p (Results 1 – 1 of 1) sorted by relevance
344 static inline int32_t ct1p(uint64_t x) in ct1p() function366 check32(ct1p(0x00000000000000f0ULL), 0); in test_count_trailing_zeros_ones()367 check32(ct1p(0x000000000000000fULL), 4); in test_count_trailing_zeros_ones()368 check32(ct1p(0x0000000000000000ULL), 0); in test_count_trailing_zeros_ones()369 check32(ct1p(0xffffffffffffffffULL), 64); in test_count_trailing_zeros_ones()370 check32(ct1p(0xffffffffff0fffffULL), 20); in test_count_trailing_zeros_ones()371 check32(ct1p(0xffffff0fffffffffULL), 36); in test_count_trailing_zeros_ones()