OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__popcount_tab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
libgcc2.c
814
const UQItype
__popcount_tab
[256] =
861
ret +=
__popcount_tab
[(x >> i) & 0xff];
892
ret +=
__popcount_tab
[(x >> i) & 0xff];
791
const UQItype
__popcount_tab
[256] =
variable
/src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c
814
const UQItype
__popcount_tab
[256] =
861
ret +=
__popcount_tab
[(x >> i) & 0xff];
892
ret +=
__popcount_tab
[(x >> i) & 0xff];
791
const UQItype
__popcount_tab
[256] =
variable
Completed in 22 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026