Searched refs:__pure2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/include/
H A Dstrings.h50 int ffs(int) __pure2;
53 int ffsl(long) __pure2;
54 int ffsll(long long) __pure2;
55 int fls(int) __pure2;
56 int flsl(long) __pure2;
57 int flsll(long long) __pure2;
H A Dcomplex.h87 double cimag(double complex) __pure2;
88 float cimagf(float complex) __pure2;
89 long double cimagl(long double complex) __pure2;
90 double complex conj(double complex) __pure2;
91 float complex conjf(float complex) __pure2;
93 conjl(long double complex) __pure2;
94 float complex cprojf(float complex) __pure2;
95 double complex cproj(double complex) __pure2;
97 cprojl(long double complex) __pure2;
98 double creal(double complex) __pure2;
[all...]
H A Dinttypes.h51 intmax_t imaxabs(intmax_t) __pure2;
52 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
H A Dstdlib.h83 int abs(int) __pure2;
92 div_t div(int, int) __pure2;
96 long labs(long) __pure2;
97 ldiv_t ldiv(long, long) __pure2;
141 llabs(long long) __pure2;
143 lldiv_t lldiv(long long, long long) __pure2;
H A Dunistd.h472 int getpagesize(void) __pure2;
/freebsd-11.0-release/lib/msun/src/
H A Dmath.h174 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
180 int __fpclassifyd(double) __pure2;
181 int __fpclassifyf(float) __pure2;
182 int __fpclassifyl(long double) __pure2;
183 int __isfinitef(float) __pure2;
184 int __isfinite(double) __pure2;
185 int __isfinitel(long double) __pure2;
186 int __isinff(float) __pure2;
187 int __isinf(double) __pure2;
188 int __isinfl(long double) __pure2;
[all...]
/freebsd-11.0-release/sys/sparc64/include/
H A Dpcpu.h79 static __inline __pure2 struct thread *
/freebsd-11.0-release/sys/i386/include/
H A Dpcpu.h201 static __inline __pure2 struct thread *
216 static __inline __pure2 struct pcb *
H A Dpmap.h388 pt_entry_t *pmap_pte(pmap_t, vm_offset_t) __pure2;
/freebsd-11.0-release/sys/powerpc/include/
H A Dpcpu.h147 static __inline __pure2 struct thread *
/freebsd-11.0-release/sys/amd64/include/
H A Dpcpu.h216 static __inline __pure2 struct thread *
231 static __inline __pure2 struct pcb *
/freebsd-11.0-release/sys/sys/
H A Dcdefs.h210 #define __pure2 macro
222 #define __pure2 macro
227 #define __pure2 __attribute__((__const__)) macro
233 #define __pure2 __attribute__((__const__)) macro
H A Dproc.h1096 static __inline __pure2 struct td_sched *
/freebsd-11.0-release/tools/regression/include/tgmath/
H A Dtgmath.c30 /* All of our functions have side effects, __pure2 causes functions calls to
32 #undef __pure2 macro
33 #define __pure2 macro

Completed in 130 milliseconds