HomeSort by: relevance | last modified time | path
    Searched refs:popcountll (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libc/string/
popcount64.c 85 __strong_alias(popcountll, popcount64)
  /src/include/
strings.h 68 unsigned int popcountll(unsigned long long) __constfunc;
  /src/tests/lib/libc/string/
t_popcount.c 160 atf_tc_set_md_var(tc, "descr", "Test popcountll results");
183 ATF_CHECK_EQ(r, popcountll(v));
185 ATF_CHECK_EQ(r, popcountll(v));
189 ATF_CHECK_EQ(popcountll(0xffffffffffffffffULL), 64);
  /src/sys/lib/libkern/
libkern.h 488 #define popcountll __builtin_popcountll macro
494 unsigned int popcountll(unsigned long long) __constfunc;

Completed in 15 milliseconds