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

  /external/compiler-rt/lib/
ucmpti2.c 1 /* ===-- ucmpti2.c - Implement __ucmpti2 -----------------------------------===
10 * This file implements __ucmpti2 for the compiler_rt library.
25 __ucmpti2(tu_int a, tu_int b) function
apple_versioning.c 129 NOT_HERE_BEFORE_10_6(__ucmpti2)
  /external/compiler-rt/test/Unit/
ucmpti2_test.c 1 //===-- ucmpti2_test.c - Test __ucmpti2 -----------------------------------===//
10 // This file tests __ucmpti2 for the compiler_rt library.
23 si_int __ucmpti2(tu_int a, tu_int b);
27 si_int x = __ucmpti2(a, b);
34 printf("error in __ucmpti2(0x%.16llX%.16llX, 0x%.16llX%.16llX) = %d, "

Completed in 249 milliseconds