Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__bit/
H A Dpopcount.h41 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { popcount() function
/freebsd-src/contrib/ncurses/progs/
H A Dtput.c247 int popcount; in tput_cmd() local
H A Dtic.c2078 int popcount; in check_params() local
3016 int popcount; in check_ANSI_cap() local
/freebsd-src/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1614 unsigned popcount() const { popcount() function