Searched refs:__attribute_const__ (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/include/
H A Derrno.h42 int* __errno(void) __attribute_const__;
H A Dmath.h146 int ilogb(double __x) __attribute_const__;
147 int ilogbf(float __x) __attribute_const__;
148 int ilogbl(long double __x) __RENAME_LDBL(ilogb, 3, 3) __attribute_const__;
191 double fabs(double __x) __attribute_const__;
192 float fabsf(float __x) __attribute_const__;
193 long double fabsl(long double __x) __RENAME_LDBL(fabs, 3, 3) __attribute_const__;
275 double copysign(double __value, double __sign) __attribute_const__;
276 float copysignf(float __value, float __sign) __attribute_const__;
277 long double copysignl(long double __value, long double __sign) __RENAME_LDBL(copysign, 3, 3) __attribute_const__;
279 double nan(const char* __kind) __attribute_const__ __INTRODUCED_IN_AR
[all...]
H A Dstdlib.h134 div_t div(int __numerator, int __denominator) __attribute_const__;
141 ldiv_t ldiv(long __numerator, long __denominator) __attribute_const__;
148 lldiv_t lldiv(long long __numerator, long long __denominator) __attribute_const__;
178 int abs(int __x) __attribute_const__ __INTRODUCED_IN(19);
179 long labs(long __x) __attribute_const__ __INTRODUCED_IN(19);
180 long long llabs(long long __x) __attribute_const__ __INTRODUCED_IN(19);
H A Dinttypes.h258 intmax_t imaxabs(intmax_t __i) __attribute_const__ __INTRODUCED_IN(19);
259 imaxdiv_t imaxdiv(intmax_t __numerator, intmax_t __denominator) __attribute_const__ __INTRODUCED_IN(19);
H A Dpthread.h252 pthread_t pthread_self(void) __attribute_const__;
H A Dunistd.h84 pid_t gettid(void) __attribute_const__;
/bionic/tools/versioner/current/
H A Derrno.h42 int* __errno(void) __attribute_const__;
H A Dmath.h146 int ilogb(double __x) __attribute_const__;
147 int ilogbf(float __x) __attribute_const__;
148 int ilogbl(long double __x) __RENAME_LDBL(ilogb, 3, 3) __attribute_const__;
191 double fabs(double __x) __attribute_const__;
192 float fabsf(float __x) __attribute_const__;
193 long double fabsl(long double __x) __RENAME_LDBL(fabs, 3, 3) __attribute_const__;
275 double copysign(double __value, double __sign) __attribute_const__;
276 float copysignf(float __value, float __sign) __attribute_const__;
277 long double copysignl(long double __value, long double __sign) __RENAME_LDBL(copysign, 3, 3) __attribute_const__;
279 double nan(const char* __kind) __attribute_const__ __INTRODUCED_IN_AR
[all...]
H A Dstdlib.h134 div_t div(int __numerator, int __denominator) __attribute_const__;
141 ldiv_t ldiv(long __numerator, long __denominator) __attribute_const__;
148 lldiv_t lldiv(long long __numerator, long long __denominator) __attribute_const__;
178 int abs(int __x) __attribute_const__ __INTRODUCED_IN(19);
179 long labs(long __x) __attribute_const__ __INTRODUCED_IN(19);
180 long long llabs(long long __x) __attribute_const__ __INTRODUCED_IN(19);
H A Dinttypes.h258 intmax_t imaxabs(intmax_t __i) __attribute_const__ __INTRODUCED_IN(19);
259 imaxdiv_t imaxdiv(intmax_t __numerator, intmax_t __denominator) __attribute_const__ __INTRODUCED_IN(19);
H A Dpthread.h252 pthread_t pthread_self(void) __attribute_const__;
H A Dunistd.h84 pid_t gettid(void) __attribute_const__;
/bionic/libc/include/sys/
H A Dendian.h52 uint32_t htonl(uint32_t __x) __attribute_const__ __INTRODUCED_IN(21);
53 uint16_t htons(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
54 uint32_t ntohl(uint32_t __x) __attribute_const__ __INTRODUCED_IN(21);
55 uint16_t ntohs(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
H A Dcdefs.h112 #define __attribute_const__ __attribute__((__const__)) macro
/bionic/tools/versioner/current/sys/
H A Dendian.h52 uint32_t htonl(uint32_t __x) __attribute_const__ __INTRODUCED_IN(21);
53 uint16_t htons(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
54 uint32_t ntohl(uint32_t __x) __attribute_const__ __INTRODUCED_IN(21);
55 uint16_t ntohs(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
H A Dcdefs.h112 #define __attribute_const__ __attribute__((__const__)) macro

Completed in 67 milliseconds