OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__popcountti2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
popcountti2.c
1
/* ===-- popcountti2.c - Implement
__popcountti2
----------------------------===
10
* This file implements
__popcountti2
for the compiler_rt library.
22
__popcountti2
(ti_int a)
function in typeref:typename:COMPILER_RT_ABI si_int
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
popcountti2_test.c
1
//===-- popcountti2_test.c - Test
__popcountti2
----------------------------===//
10
// This file tests
__popcountti2
for the compiler_rt library.
22
si_int
__popcountti2
(ti_int a);
34
si_int x =
__popcountti2
(a);
40
printf("error in
__popcountti2
(0x%.16llX%.16llX) = %d, expected %d\n",
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
popcountti2_test.c
1
//===-- popcountti2_test.c - Test
__popcountti2
----------------------------===//
10
// This file tests
__popcountti2
for the compiler_rt library.
22
COMPILER_RT_ABI si_int
__popcountti2
(ti_int a);
34
si_int x =
__popcountti2
(a);
40
printf("error in
__popcountti2
(0x%.16llX%.16llX) = %d, expected %d\n",
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025