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

  /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;
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ucmpdi2_test.c 1 //===-- ucmpdi2_test.c - Test __ucmpdi2 -----------------------------------===//
10 // This file tests __ucmpdi2 for the compiler_rt library.
21 si_int __ucmpdi2(du_int a, du_int b);
25 si_int x = __ucmpdi2(a, b);
27 printf("error in __ucmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ucmpdi2_test.c 1 //===-- ucmpdi2_test.c - Test __ucmpdi2 -----------------------------------===//
10 // This file tests __ucmpdi2 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b);
25 si_int x = __ucmpdi2(a, b);
27 printf("error in __ucmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
  /src/common/lib/libc/quad/
ucmpdi2.c 52 __ucmpdi2(u_quad_t a, u_quad_t b) function in typeref:typename:int
quad.h 146 int __ucmpdi2(u_quad_t, u_quad_t);

Completed in 13 milliseconds