HomeSort by relevance Sort by last modified time
    Searched defs:__divdi3 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/builtins/
divdi3.c 1 /* ===-- divdi3.c - Implement __divdi3 -------------------------------------===
10 * This file implements __divdi3 for the compiler_rt library.
20 __divdi3(di_int a, di_int b) function