OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lshrti3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
lshrti3.c
1
/* ===-- lshrti3.c - Implement
__lshrti3
-----------------------------------===
10
* This file implements
__lshrti3
for the compiler_rt library.
24
__lshrti3
(ti_int a, si_int b)
function
apple_versioning.c
98
NOT_HERE_BEFORE_10_6(
__lshrti3
)
/external/compiler-rt/test/Unit/
lshrti3_test.c
1
//===-- lshrti3_test.c - Test
__lshrti3
-----------------------------------===//
10
// This file tests
__lshrti3
for the compiler_rt library.
23
ti_int
__lshrti3
(ti_int a, si_int b);
27
ti_int x =
__lshrti3
(a, b);
36
printf("error in
__lshrti3
: 0x%llX%.16llX >> %d = 0x%llX%.16llX,"
Completed in 43 milliseconds