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

/illumos-gate/usr/src/boot/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 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...]
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;
/illumos-gate/usr/src/boot/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

Completed in 95 milliseconds