Home
last modified time | relevance | path

Searched refs:ctzll (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins.c75 P(ctzll, (N)); in main()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins.c75 P(ctzll, (N)); in main()
/external/fmtlib/include/fmt/
Dformat-inl.h2045 int t = ctzll(n);
Dformat.h250 inline int ctzll(uint64_t x) { in ctzll() function
265 # define FMT_BUILTIN_CTZLL(n) detail::ctzll(n)