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