Searched defs:popcount (Results 1 – 8 of 8) sorted by relevance
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
268 popcount(T value) { in popcount() function274 popcount(T value) { in popcount() function
307 [[nodiscard]] inline int popcount(T Value) noexcept { in popcount() function
1670 unsigned popcount() const { in popcount() function
53 unsigned popcount() const { return llvm::popcount<uint64_t>(Data); } in popcount() function in __anon5500e1230111::AccClauseSet
250 int popcount = 0; in tput_cmd() local
2080 int popcount; in check_params() local3018 int popcount; in check_ANSI_cap() local
121 #define popcount _nc_popcount /* workaround for NetBSD 6.0 defect */ macro467 _nc_tparm_analyze(TERMINAL *term, const char *string, char **p_is_s, int *popcount) in _nc_tparm_analyze()