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

  /external/compiler-rt/lib/
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 42 NOT_HERE_BEFORE_10_6(__addvti3)
  /frameworks/compile/libbcc/runtime/lib/
addvti3.c 1 /* ===-- addvti3.c - Implement __addvti3 -----------------------------------===
10 * This file implements __addvti3 for the compiler_rt library.
25 __addvti3(ti_int a, ti_int b) function
apple_versioning.c 42 NOT_HERE_BEFORE_10_6(__addvti3)
  /external/compiler-rt/test/Unit/
addvti3_test.c 1 //===-- addvti3_test.c - Test __addvti3 -----------------------------------===//
10 // This file tests __addvti3 for the compiler_rt library.
23 ti_int __addvti3(ti_int a, ti_int b);
27 ti_int x = __addvti3(a, b);
  /frameworks/compile/libbcc/runtime/test/Unit/
addvti3_test.c 1 //===-- addvti3_test.c - Test __addvti3 -----------------------------------===//
10 // This file tests __addvti3 for the compiler_rt library.
23 ti_int __addvti3(ti_int a, ti_int b);
27 ti_int x = __addvti3(a, b);

Completed in 899 milliseconds