OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__subvti3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
subvti3.c
1
/* ===-- subvti3.c - Implement
__subvti3
-----------------------------------===
10
* This file implements
__subvti3
for the compiler_rt library.
24
__subvti3
(ti_int a, ti_int b)
function
apple_versioning.c
136
NOT_HERE_BEFORE_10_6(
__subvti3
)
/external/compiler-rt/test/builtins/Unit/
subvti3_test.c
1
//===-- subvti3_test.c - Test
__subvti3
-----------------------------------===//
10
// This file tests
__subvti3
for the compiler_rt library.
24
COMPILER_RT_ABI ti_int
__subvti3
(ti_int a, ti_int b);
28
ti_int x =
__subvti3
(a, b);
Completed in 1482 milliseconds