| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| cmpdi2.c | 1 /* ===-- cmpdi2.c - Implement __cmpdi2 -------------------------------------=== 10 * This file implements __cmpdi2 for the compiler_rt library. 23 __cmpdi2(di_int a, di_int b) function in typeref:typename:COMPILER_RT_ABI si_int 48 return __cmpdi2(a, b) - 1;
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| cmpdi2_test.c | 1 //===-- cmpdi2_test.c - Test __cmpdi2 -------------------------------------===// 10 // This file tests __cmpdi2 for the compiler_rt library. 21 si_int __cmpdi2(di_int a, di_int b); 25 si_int x = __cmpdi2(a, b); 27 printf("error in __cmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
|
| /src/common/lib/libc/quad/ |
| cmpdi2.c | 53 __cmpdi2(quad_t a, quad_t b) function in typeref:typename:int
|
| quad.h | 123 int __cmpdi2(quad_t, quad_t);
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| cmpdi2_test.c | 1 //===-- cmpdi2_test.c - Test __cmpdi2 -------------------------------------===// 10 // This file tests __cmpdi2 for the compiler_rt library. 21 COMPILER_RT_ABI si_int __cmpdi2(di_int a, di_int b); 25 si_int x = __cmpdi2(a, b); 27 printf("error in __cmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
|