HomeSort by: relevance | last modified time | path
    Searched defs:__ucmpdi2 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/quad/
ucmpdi2.c 52 __ucmpdi2(u_quad_t a, u_quad_t b) function in typeref:typename:int
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
ucmpdi2.c 1 /* ===-- ucmpdi2.c - Implement __ucmpdi2 -----------------------------------===
10 * This file implements __ucmpdi2 for the compiler_rt library.
23 __ucmpdi2(du_int a, du_int b) function in typeref:typename:COMPILER_RT_ABI si_int
48 return __ucmpdi2(a, b) - 1;

Completed in 14 milliseconds