Home
last modified time | relevance | path

Searched defs:popcount (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dpopcount.h62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dbit.h268 popcount(T value) { in popcount() function
274 popcount(T value) { in popcount() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h307 [[nodiscard]] inline int popcount(T Value) noexcept { in popcount() function
H A DAPInt.h1670 unsigned popcount() const { in popcount() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClauseAppertainment.cpp53 unsigned popcount() const { return llvm::popcount<uint64_t>(Data); } in popcount() function in __anon5500e1230111::AccClauseSet
/freebsd/contrib/ncurses/progs/
H A Dtput.c250 int popcount = 0; in tput_cmd() local
H A Dtic.c2080 int popcount; in check_params() local
3018 int popcount; in check_ANSI_cap() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c121 #define popcount _nc_popcount /* workaround for NetBSD 6.0 defect */ macro
467 _nc_tparm_analyze(TERMINAL *term, const char *string, char **p_is_s, int *popcount) in _nc_tparm_analyze()