Home
last modified time | relevance | path

Searched refs:__ATTR_CONST__ (Results 1 – 7 of 7) sorted by relevance

/dports/devel/avr-libc/avr-libc-2.0.0/include/
H A Dmath.h116 #ifndef __ATTR_CONST__
127 extern double cos(double __x) __ATTR_CONST__;
133 extern double sin(double __x) __ATTR_CONST__;
139 extern double tan(double __x) __ATTR_CONST__;
146 extern double fabs(double __x) __ATTR_CONST__;
176 extern double sqrt(double __x) __ATTR_CONST__;
179 extern float sqrtf (float) __ATTR_CONST__;
184 extern double cbrt(double __x) __ATTR_CONST__;
249 extern double exp(double __x) __ATTR_CONST__;
324 extern int isnan(double __x) __ATTR_CONST__;
[all …]
H A Dctype.h43 #ifndef __ATTR_CONST__
74 extern int isalnum(int __c) __ATTR_CONST__;
81 extern int isalpha(int __c) __ATTR_CONST__;
88 extern int isascii(int __c) __ATTR_CONST__;
94 extern int isblank(int __c) __ATTR_CONST__;
100 extern int iscntrl(int __c) __ATTR_CONST__;
106 extern int isdigit(int __c) __ATTR_CONST__;
112 extern int isgraph(int __c) __ATTR_CONST__;
118 extern int islower(int __c) __ATTR_CONST__;
124 extern int isprint(int __c) __ATTR_CONST__;
[all …]
H A Dstring.h52 #ifndef __ATTR_CONST__
53 # define __ATTR_CONST__ __attribute__((__const__)) macro
113 extern int ffs (int __val) __ATTR_CONST__;
114 extern int ffsl (long __val) __ATTR_CONST__;
115 __extension__ extern int ffsll (long long __val) __ATTR_CONST__;
H A Dstdlib.h86 #ifndef __ATTR_CONST__
87 # define __ATTR_CONST__ __attribute__((__const__)) macro
121 extern int abs(int __i) __ATTR_CONST__;
130 extern long labs(long __i) __ATTR_CONST__;
162 extern div_t div(int __num, int __denom) __asm__("__divmodhi4") __ATTR_CONST__;
168 extern ldiv_t ldiv(long __num, long __denom) __asm__("__divmodsi4") __ATTR_CONST__;
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Dpgmspace.h93 #ifndef __ATTR_CONST__
94 #define __ATTR_CONST__ __attribute__((__const__)) macro
1085 extern const void * memchr_P(const void *, int __val, size_t __len) __ATTR_CONST__;
1134 extern const void * memrchr_P(const void *, int __val, size_t __len) __ATTR_CONST__;
1160 extern const char * strchr_P(const char *, int __val) __ATTR_CONST__;
1172 extern const char * strchrnul_P(const char *, int __val) __ATTR_CONST__;
1273 extern size_t strnlen_P(const char *, size_t) __ATTR_CONST__; /* program memory can't change */
1354 extern const char * strrchr_P(const char *, int __val) __ATTR_CONST__;
1456 extern size_t strlen_PF(uint_farptr_t src) __ATTR_CONST__; /* program memory can't change */
1472 extern size_t strnlen_PF(uint_farptr_t src, size_t len) __ATTR_CONST__; /* program memory can't cha…
[all …]
/dports/devel/avr-libc/avr-libc-2.0.0/
H A DChangeLog-2007297 EXPAND_ONLY_PREDEF variables to YES. Add __ATTR_CONST__ to
/dports/devel/avr-libc/avr-libc-2.0.0/doc/api/
H A Ddoxygen.config.in2022 __ATTR_CONST__= \