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

  /external/compiler-rt/lib/
cmpti2.c 1 /* ===-- cmpti2.c - Implement __cmpti2 -------------------------------------===
10 * This file implements __cmpti2 for the compiler_rt library.
25 __cmpti2(ti_int a, ti_int b) function
apple_versioning.c 52 NOT_HERE_BEFORE_10_6(__cmpti2)
  /frameworks/compile/libbcc/runtime/lib/
cmpti2.c 1 /* ===-- cmpti2.c - Implement __cmpti2 -------------------------------------===
10 * This file implements __cmpti2 for the compiler_rt library.
25 __cmpti2(ti_int a, ti_int b) function
apple_versioning.c 52 NOT_HERE_BEFORE_10_6(__cmpti2)
  /external/compiler-rt/test/Unit/
cmpti2_test.c 1 //===-- cmpti2_test.c - Test __cmpti2 -------------------------------------===//
10 // This file tests __cmpti2 for the compiler_rt library.
23 si_int __cmpti2(ti_int a, ti_int b);
27 si_int x = __cmpti2(a, b);
34 printf("error in __cmpti2(0x%llX%.16llX, 0x%llX%.16llX) = %d, expected %d\n",
  /frameworks/compile/libbcc/runtime/test/Unit/
cmpti2_test.c 1 //===-- cmpti2_test.c - Test __cmpti2 -------------------------------------===//
10 // This file tests __cmpti2 for the compiler_rt library.
23 si_int __cmpti2(ti_int a, ti_int b);
27 si_int x = __cmpti2(a, b);
34 printf("error in __cmpti2(0x%llX%.16llX, 0x%llX%.16llX) = %d, expected %d\n",

Completed in 2234 milliseconds