Searched refs:__paritysi2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dparitydi2.c24 return __paritysi2(x.s.high ^ x.s.low);
H A Dparitysi2.c1 /* ===-- paritysi2.c - Implement __paritysi2 -------------------------------===
10 * This file implements __paritysi2 for the compiler_rt library.
20 __paritysi2(si_int a) function
H A Dint_lib.h80 COMPILER_RT_ABI si_int __paritysi2(si_int a);
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dparitysi2_test.c1 //===-- paritysi2_test.c - Test __paritysi2 -------------------------------===//
10 // This file tests __paritysi2 for the compiler_rt library.
20 si_int __paritysi2(si_int a);
32 si_int x = __paritysi2(a);
35 printf("error in __paritysi2(0x%X) = %d, expected %d\n",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dparitysi2_test.c1 //===-- paritysi2_test.c - Test __paritysi2 -------------------------------===//
10 // This file tests __paritysi2 for the compiler_rt library.
20 COMPILER_RT_ABI si_int __paritysi2(si_int a);
32 si_int x = __paritysi2(a);
35 printf("error in __paritysi2(0x%X) = %d, expected %d\n",
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-64.c48 int __paritysi2 (uSI x);
65 int __paritysi2 (uSI x) { return __builtin_parity (x); } function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-64.c48 int __paritysi2 (uSI x);
65 int __paritysi2 (uSI x) { return __builtin_parity (x); } function

Completed in 274 milliseconds