Home
last modified time | relevance | path

Searched defs:__NTH (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dmathinline.h127 __NTH (__signbitf (float __x)) in __NTH() function
139 __NTH (__signbit (double __x)) in __NTH() function
151 __NTH (__signbitl (long double __x)) in __NTH() function
176 __NTH (lrintf (float __x)) in __NTH() function
189 __NTH (lrint (double __x)) in __NTH() function
202 __NTH (llrintf (float __x)) in __NTH() function
213 __NTH (llrint (double __x)) in __NTH() function
229 __NTH (fmaxf (float __x, float __y)) in __NTH() function
241 __NTH (fmax (double __x, double __y)) in __NTH() function
255 __NTH (fminf (float __x, float __y)) in __NTH() function
[all …]
Dwchar2.h39 __NTH (wmemcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2, in __NTH() function
68 __NTH (wmemmove (wchar_t *__s1, const wchar_t *__s2, size_t __n)) in __NTH() function
100 __NTH (wmempcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2, in __NTH() function
129 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) in __NTH() function
152 __NTH (wcscpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src)) in __NTH() function
168 __NTH (wcpcpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src)) in __NTH() function
191 __NTH (wcsncpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src, in __NTH() function
222 __NTH (wcpncpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src, in __NTH() function
246 __NTH (wcscat (wchar_t *__restrict __dest, const wchar_t *__restrict __src)) in __NTH() function
263 __NTH (wcsncat (wchar_t *__restrict __dest, const wchar_t *__restrict __src, in __NTH() function
[all …]
Dstring3.h48 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, in __NTH() function
55 __NTH (memmove (void *__dest, const void *__src, size_t __len)) in __NTH() function
62 __NTH (mempcpy (void *__restrict __dest, const void *__restrict __src, in __NTH() function
76 __NTH (memset (void *__dest, int __ch, size_t __len)) in __NTH() function
89 __NTH (bcopy (const void *__src, void *__dest, size_t __len)) in __NTH() function
95 __NTH (bzero (void *__dest, size_t __len)) in __NTH() function
102 __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) in __NTH() function
109 __NTH (stpcpy (char *__restrict __dest, const char *__restrict __src)) in __NTH() function
117 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, in __NTH() function
130 __NTH (stpncpy (char *__dest, const char *__src, size_t __n)) in __NTH() function
[all …]
Dmath-finite.h256 __extern_always_inline double __NTH (lgamma (double __d)) in __NTH() function
265 __extern_always_inline float __NTH (lgammaf (float __d)) in __NTH() function
275 __extern_always_inline long double __NTH (lgammal (long double __d)) in __NTH() function
289 __extern_always_inline double __NTH (gamma (double __d)) in __NTH() function
298 __extern_always_inline float __NTH (gammaf (float __d)) in __NTH() function
308 __extern_always_inline long double __NTH (gammal (long double __d)) in __NTH() function
428 __extern_always_inline double __NTH (tgamma (double __d)) in __NTH() function
435 __extern_always_inline float __NTH (tgammaf (float __d)) in __NTH() function
443 __extern_always_inline long double __NTH (tgammal (long double __d)) in __NTH() function
Dunistd.h139 __NTH (readlink (const char *__restrict __path, char *__restrict __buf, in __NTH() function
173 __NTH (readlinkat (int __fd, const char *__restrict __path, in __NTH() function
200 __NTH (getcwd (char *__buf, size_t __size)) in __NTH() function
221 __NTH (getwd (char *__buf)) in __NTH() function
240 __NTH (confstr (int __name, char *__buf, size_t __len)) in __NTH() function
265 __NTH (getgroups (int __size, __gid_t __list[])) in __NTH() function
291 __NTH (ttyname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() function
344 __NTH (gethostname (char *__buf, size_t __buflen)) in __NTH() function
373 __NTH (getdomainname (char *__buf, size_t __buflen)) in __NTH() function
Dstdio2.h31 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) in __NTH() function
43 __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, in __NTH() function
61 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH() function
74 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH() function
176 __NTH (asprintf (char **__restrict __ptr, const char *__restrict __fmt, ...)) in __NTH() function
183 __NTH (__asprintf (char **__restrict __ptr, const char *__restrict __fmt, in __NTH() function
191 __NTH (obstack_printf (struct obstack *__restrict __obstack, in __NTH() function
207 __NTH (vasprintf (char **__restrict __ptr, const char *__restrict __fmt, in __NTH() function
214 __NTH (obstack_vprintf (struct obstack *__restrict __obstack, in __NTH() function
Dstdlib.h37 __NTH (realpath (const char *__restrict __name, char *__restrict __resolved)) in __NTH() function
64 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() function
83 __NTH (wctomb (char *__s, wchar_t __wchar)) in __NTH() function
113 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH() function
144 __NTH (wcstombs (char *__restrict __dst, const wchar_t *__restrict __src, in __NTH() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dmathinline.h127 __NTH (__signbitf (float __x)) in __NTH() function
139 __NTH (__signbit (double __x)) in __NTH() function
151 __NTH (__signbitl (long double __x)) in __NTH() function
176 __NTH (lrintf (float __x)) in __NTH() function
189 __NTH (lrint (double __x)) in __NTH() function
202 __NTH (llrintf (float __x)) in __NTH() function
213 __NTH (llrint (double __x)) in __NTH() function
229 __NTH (fmaxf (float __x, float __y)) in __NTH() function
241 __NTH (fmax (double __x, double __y)) in __NTH() function
255 __NTH (fminf (float __x, float __y)) in __NTH() function
[all …]
Dwchar2.h39 __NTH (wmemcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2, in __NTH() function
68 __NTH (wmemmove (wchar_t *__s1, const wchar_t *__s2, size_t __n)) in __NTH() function
100 __NTH (wmempcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2, in __NTH() function
129 __NTH (wmemset (wchar_t *__s, wchar_t __c, size_t __n)) in __NTH() function
152 __NTH (wcscpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src)) in __NTH() function
168 __NTH (wcpcpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src)) in __NTH() function
191 __NTH (wcsncpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src, in __NTH() function
222 __NTH (wcpncpy (wchar_t *__restrict __dest, const wchar_t *__restrict __src, in __NTH() function
246 __NTH (wcscat (wchar_t *__restrict __dest, const wchar_t *__restrict __src)) in __NTH() function
263 __NTH (wcsncat (wchar_t *__restrict __dest, const wchar_t *__restrict __src, in __NTH() function
[all …]
Dstring3.h48 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, in __NTH() function
55 __NTH (memmove (void *__dest, const void *__src, size_t __len)) in __NTH() function
62 __NTH (mempcpy (void *__restrict __dest, const void *__restrict __src, in __NTH() function
76 __NTH (memset (void *__dest, int __ch, size_t __len)) in __NTH() function
89 __NTH (bcopy (const void *__src, void *__dest, size_t __len)) in __NTH() function
95 __NTH (bzero (void *__dest, size_t __len)) in __NTH() function
102 __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) in __NTH() function
109 __NTH (stpcpy (char *__restrict __dest, const char *__restrict __src)) in __NTH() function
117 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, in __NTH() function
130 __NTH (stpncpy (char *__dest, const char *__src, size_t __n)) in __NTH() function
[all …]
Dmath-finite.h256 __extern_always_inline double __NTH (lgamma (double __d)) in __NTH() function
265 __extern_always_inline float __NTH (lgammaf (float __d)) in __NTH() function
275 __extern_always_inline long double __NTH (lgammal (long double __d)) in __NTH() function
289 __extern_always_inline double __NTH (gamma (double __d)) in __NTH() function
298 __extern_always_inline float __NTH (gammaf (float __d)) in __NTH() function
308 __extern_always_inline long double __NTH (gammal (long double __d)) in __NTH() function
428 __extern_always_inline double __NTH (tgamma (double __d)) in __NTH() function
435 __extern_always_inline float __NTH (tgammaf (float __d)) in __NTH() function
443 __extern_always_inline long double __NTH (tgammal (long double __d)) in __NTH() function
Dunistd.h139 __NTH (readlink (const char *__restrict __path, char *__restrict __buf, in __NTH() function
173 __NTH (readlinkat (int __fd, const char *__restrict __path, in __NTH() function
200 __NTH (getcwd (char *__buf, size_t __size)) in __NTH() function
221 __NTH (getwd (char *__buf)) in __NTH() function
240 __NTH (confstr (int __name, char *__buf, size_t __len)) in __NTH() function
265 __NTH (getgroups (int __size, __gid_t __list[])) in __NTH() function
291 __NTH (ttyname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() function
344 __NTH (gethostname (char *__buf, size_t __buflen)) in __NTH() function
373 __NTH (getdomainname (char *__buf, size_t __buflen)) in __NTH() function
Dstdio2.h31 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) in __NTH() function
43 __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, in __NTH() function
61 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH() function
74 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH() function
176 __NTH (asprintf (char **__restrict __ptr, const char *__restrict __fmt, ...)) in __NTH() function
183 __NTH (__asprintf (char **__restrict __ptr, const char *__restrict __fmt, in __NTH() function
191 __NTH (obstack_printf (struct obstack *__restrict __obstack, in __NTH() function
207 __NTH (vasprintf (char **__restrict __ptr, const char *__restrict __fmt, in __NTH() function
214 __NTH (obstack_vprintf (struct obstack *__restrict __obstack, in __NTH() function
Dstdlib.h37 __NTH (realpath (const char *__restrict __name, char *__restrict __resolved)) in __NTH() function
64 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() function
83 __NTH (wctomb (char *__s, wchar_t __wchar)) in __NTH() function
113 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH() function
144 __NTH (wcstombs (char *__restrict __dst, const wchar_t *__restrict __src, in __NTH() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dstat.h454 __NTH (stat (const char *__path, struct stat *__statbuf)) in __NTH() function
461 __NTH (lstat (const char *__path, struct stat *__statbuf)) in __NTH() function
468 __NTH (fstat (int __fd, struct stat *__statbuf)) in __NTH() function
475 __NTH (fstatat (int __fd, const char *__filename, struct stat *__statbuf, in __NTH() function
484 __NTH (mknod (const char *__path, __mode_t __mode, __dev_t __dev)) in __NTH() function
492 __NTH (mknodat (int __fd, const char *__path, __mode_t __mode, in __NTH() function
503 __NTH (stat64 (const char *__path, struct stat64 *__statbuf)) in __NTH() function
510 __NTH (lstat64 (const char *__path, struct stat64 *__statbuf)) in __NTH() function
517 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) in __NTH() function
524 __NTH (fstatat64 (int __fd, const char *__filename, struct stat64 *__statbuf, in __NTH() function
Dsysmacros.h44 __NTH (gnu_dev_major (unsigned long long int __dev)) in __NTH() function
50 __NTH (gnu_dev_minor (unsigned long long int __dev)) in __NTH() function
56 __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) in __NTH() function
Dcdefs.h58 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct macro
63 # define __NTH(fct) __LEAF_ATTR fct throw () macro
67 # define __NTH(fct) fct macro
77 # define __NTH(fct) fct macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dstat.h454 __NTH (stat (const char *__path, struct stat *__statbuf)) in __NTH() function
461 __NTH (lstat (const char *__path, struct stat *__statbuf)) in __NTH() function
468 __NTH (fstat (int __fd, struct stat *__statbuf)) in __NTH() function
475 __NTH (fstatat (int __fd, const char *__filename, struct stat *__statbuf, in __NTH() function
484 __NTH (mknod (const char *__path, __mode_t __mode, __dev_t __dev)) in __NTH() function
492 __NTH (mknodat (int __fd, const char *__path, __mode_t __mode, in __NTH() function
503 __NTH (stat64 (const char *__path, struct stat64 *__statbuf)) in __NTH() function
510 __NTH (lstat64 (const char *__path, struct stat64 *__statbuf)) in __NTH() function
517 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) in __NTH() function
524 __NTH (fstatat64 (int __fd, const char *__filename, struct stat64 *__statbuf, in __NTH() function
Dsysmacros.h44 __NTH (gnu_dev_major (unsigned long long int __dev)) in __NTH() function
50 __NTH (gnu_dev_minor (unsigned long long int __dev)) in __NTH() function
56 __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor)) in __NTH() function
Dcdefs.h58 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct macro
63 # define __NTH(fct) __LEAF_ATTR fct throw () macro
67 # define __NTH(fct) fct macro
77 # define __NTH(fct) fct macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dinttypes.h325 __NTH (strtoimax (const char *__restrict nptr, char **__restrict endptr, in __NTH() function
337 __NTH (strtoumax (const char *__restrict nptr, char **__restrict endptr, in __NTH() function
349 __NTH (wcstoimax (const __gwchar_t *__restrict nptr, in __NTH() function
363 __NTH (wcstoumax (const __gwchar_t *__restrict nptr, in __NTH() function
378 __NTH (strtoimax (const char *__restrict nptr, char **__restrict endptr, in __NTH() function
394 __NTH (strtoumax (const char *__restrict nptr, char **__restrict endptr, in __NTH() function
407 __NTH (wcstoimax (const __gwchar_t *__restrict nptr, in __NTH() function
424 __NTH (wcstoumax (const __gwchar_t *__restrict nptr, in __NTH() function
Dwchar.h399 __NTH (btowc (int __c)) in __NTH() function
405 __NTH (wctob (wint_t __wc)) in __NTH() function
410 __NTH (mbrlen (const char *__restrict __s, size_t __n, in __NTH() function
Dstdlib.h278 __NTH (atoi (const char *__nptr)) in __NTH() function
283 __NTH (atol (const char *__nptr)) in __NTH() function
292 __NTH (atoll (const char *__nptr)) in __NTH() function
Dargz.h159 __NTH (__argz_next (const char *__argz, size_t __argz_len, in __NTH() function
173 __NTH (argz_next (const char *__argz, size_t __argz_len, in __NTH() function
Dargp.h36 # define __NTH(fct) fct __THROW macro
567 __NTH (__option_is_short (const struct argp_option *__opt)) in __NTH() function
579 __NTH (__option_is_end (const struct argp_option *__opt)) in __NTH() function

12