HomeSort by relevance Sort by last modified time
    Searched refs:__addvti3 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/builtins/
addvti3.c 1 /* ===-- addvti3.c - Implement __addvti3 -----------------------------------===
10 * This file implements __addvti3 for the compiler_rt library.
24 __addvti3(ti_int a, ti_int b) function
apple_versioning.c 51 NOT_HERE_BEFORE_10_6(__addvti3)
  /external/compiler-rt/test/builtins/Unit/
addvti3_test.c 1 //===-- addvti3_test.c - Test __addvti3 -----------------------------------===//
10 // This file tests __addvti3 for the compiler_rt library.
23 COMPILER_RT_ABI ti_int __addvti3(ti_int a, ti_int b);
27 ti_int x = __addvti3(a, b);

Completed in 113 milliseconds