OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__builtin_popcount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
support.h
21
#define
__builtin_popcount
(x) __popcnt4(x)
macro
26
#define __builtin_popcountl(x)
__builtin_popcount
(x)
/src/crypto/external/bsd/openssh/dist/
libcrux_mlkem768_sha3.h
93
__builtin_popcount
(unsigned int num)
function
391
return
__builtin_popcount
(x0);
399
return
__builtin_popcount
(x0);
libcrux_internal.h
108
__builtin_popcount
(unsigned int num)
function
369
return
__builtin_popcount
(x0);
377
return
__builtin_popcount
(x0);
385
return
__builtin_popcount
(x0);
Completed in 32 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026