OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ashlti3
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/
ashlti3.c
1
/* ===-- ashlti3.c - Implement
__ashlti3
-----------------------------------===
10
* This file implements
__ashlti3
for the compiler_rt library.
24
__ashlti3
(ti_int a, si_int b)
function
apple_versioning.c
44
NOT_HERE_BEFORE_10_6(
__ashlti3
)
/frameworks/compile/libbcc/runtime/lib/
ashlti3.c
1
/* ===-- ashlti3.c - Implement
__ashlti3
-----------------------------------===
10
* This file implements
__ashlti3
for the compiler_rt library.
24
__ashlti3
(ti_int a, si_int b)
function
apple_versioning.c
44
NOT_HERE_BEFORE_10_6(
__ashlti3
)
/external/compiler-rt/test/Unit/
ashlti3_test.c
1
//===-- ashlti3_test.c - Test
__ashlti3
-----------------------------------===//
10
// This file tests
__ashlti3
for the compiler_rt library.
23
ti_int
__ashlti3
(ti_int a, si_int b);
27
ti_int x =
__ashlti3
(a, b);
38
printf("error in
__ashlti3
: 0x%llX%.16llX << %d = 0x%llX%.16llX,"
/frameworks/compile/libbcc/runtime/test/Unit/
ashlti3_test.c
1
//===-- ashlti3_test.c - Test
__ashlti3
-----------------------------------===//
10
// This file tests
__ashlti3
for the compiler_rt library.
23
ti_int
__ashlti3
(ti_int a, si_int b);
27
ti_int x =
__ashlti3
(a, b);
38
printf("error in
__ashlti3
: 0x%llX%.16llX << %d = 0x%llX%.16llX,"
Completed in 211 milliseconds