OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POPCOUNTCST4
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
libgcc2.c
830
#define
POPCOUNTCST4
(x) (((UWtype) x << (2 * __CHAR_BIT__)) | x)
837
#define POPCOUNTCST(x)
POPCOUNTCST4
(POPCOUNTCST2 (x))
839
#define POPCOUNTCST(x) POPCOUNTCST8 (
POPCOUNTCST4
(POPCOUNTCST2 (x)))
/src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c
830
#define
POPCOUNTCST4
(x) (((UWtype) x << (2 * __CHAR_BIT__)) | x)
837
#define POPCOUNTCST(x)
POPCOUNTCST4
(POPCOUNTCST2 (x))
839
#define POPCOUNTCST(x) POPCOUNTCST8 (
POPCOUNTCST4
(POPCOUNTCST2 (x)))
Completed in 35 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026