OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__parityti2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
parityti2.c
1
/* ===-- parityti2.c - Implement
__parityti2
-------------------------------===
10
* This file implements
__parityti2
for the compiler_rt library.
24
__parityti2
(ti_int a)
function
apple_versioning.c
125
NOT_HERE_BEFORE_10_6(
__parityti2
)
/external/compiler-rt/test/Unit/
parityti2_test.c
1
//===-- parityti2_test.c - Test
__parityti2
-------------------------------===//
10
// This file tests
__parityti2
for the compiler_rt library.
22
si_int
__parityti2
(ti_int a);
34
si_int x =
__parityti2
(a);
40
printf("error in
__parityti2
(0x%.16llX%.16llX) = %d, expected %d\n",
Completed in 37 milliseconds