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

  /external/compiler-rt/lib/
udivti3.c 1 /* ===-- udivti3.c - Implement __udivti3 -----------------------------------===
10 * This file implements __udivti3 for the compiler_rt library.
24 __udivti3(tu_int a, tu_int b) function
apple_versioning.c 141 NOT_HERE_BEFORE_10_6(__udivti3)
  /external/compiler-rt/test/Unit/
udivti3_test.c 1 //===-- udivti3_test.c - Test __udivti3 -----------------------------------===//
10 // This file tests __udivti3 for the compiler_rt library.
21 tu_int __udivti3(tu_int a, tu_int b);
25 tu_int q = __udivti3(a, b);
36 printf("error in __udivti3: 0x%llX%.16llX / 0x%llX%.16llX = "

Completed in 90 milliseconds