Home
last modified time | relevance | path

Searched refs:__restrict__ (Results 1 – 25 of 140) sorted by relevance

123456

/netbsd/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstdio.h52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
53 __const char *__restrict__ __format, ...);
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
55 __const char *__restrict__ __format,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
65 size_t __slen, __const char *__restrict__ __format,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
68 size_t __slen, __const char *__restrict__ __format,
88 (char *__restrict__ __s, int __n,
89 FILE *__restrict__ __stream), fgets);
[all …]
H A Dstring.h60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __memcpy_ichk()
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __mempcpy_ichk()
115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcpy_ichk()
126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __stpcpy_ichk()
137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncpy_ichk()
149 __strcat_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcat_ichk()
160 __strncat_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncat_ichk()
H A Dunistd.h59 (const char *__restrict__ __path,
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, in readlink()
/netbsd/external/gpl3/gcc/dist/libssp/ssp/
H A Dstdio.h52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
53 __const char *__restrict__ __format, ...);
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
55 __const char *__restrict__ __format,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
65 size_t __slen, __const char *__restrict__ __format,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
68 size_t __slen, __const char *__restrict__ __format,
88 (char *__restrict__ __s, int __n,
89 FILE *__restrict__ __stream), fgets);
[all …]
H A Dstring.h60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __memcpy_ichk()
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __mempcpy_ichk()
115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcpy_ichk()
126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __stpcpy_ichk()
137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncpy_ichk()
149 __strcat_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcat_ichk()
160 __strncat_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncat_ichk()
H A Dunistd.h59 (const char *__restrict__ __path,
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, in readlink()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dvalarray_array.h161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
236 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
249 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
260 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
271 _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
280 _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
289 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, in _GLIBCXX_VISIBILITY()
311 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
322 _Tp* __restrict__ __b, const size_t* __restrict__ __i) in _GLIBCXX_VISIBILITY()
333 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dvalarray_array.h161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
236 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
249 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
260 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
271 _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
280 _Tp* __restrict__ __b) in _GLIBCXX_VISIBILITY()
289 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, in _GLIBCXX_VISIBILITY()
311 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
322 _Tp* __restrict__ __b, const size_t* __restrict__ __i) in _GLIBCXX_VISIBILITY()
333 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dvalarray.cc37 __valarray_fill(size_t* __restrict__, size_t, const size_t&);
40 __valarray_copy(const size_t* __restrict__, size_t, size_t* __restrict__);
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dvalarray.cc37 __valarray_fill(size_t* __restrict__, size_t, const size_t&);
40 __valarray_copy(const size_t* __restrict__, size_t, size_t* __restrict__);
/netbsd/external/gpl3/gcc.old/dist/libssp/
H A Dmemcpy-chk.c44 __memcpy_chk (void *__restrict__ dest, const void *__restrict__ src, in __memcpy_chk()
H A Dstrncpy-chk.c44 __strncpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strncpy_chk()
H A Dmempcpy-chk.c45 __mempcpy_chk (void *__restrict__ dest, const void *__restrict__ src, in __mempcpy_chk()
H A Dstrcpy-chk.c44 __strcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcpy_chk()
H A Dstpcpy-chk.c44 __stpcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __stpcpy_chk()
H A Dstrcat-chk.c44 __strcat_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcat_chk()
H A Dstrncat-chk.c44 __strncat_chk (char *__restrict__ dest, const char *__restrict__ src, in __strncat_chk()
/netbsd/external/gpl3/gcc/dist/libssp/
H A Dmemcpy-chk.c44 __memcpy_chk (void *__restrict__ dest, const void *__restrict__ src, in __memcpy_chk()
H A Dstrncpy-chk.c44 __strncpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strncpy_chk()
H A Dstrcpy-chk.c44 __strcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcpy_chk()
H A Dmempcpy-chk.c45 __mempcpy_chk (void *__restrict__ dest, const void *__restrict__ src, in __mempcpy_chk()
H A Dstpcpy-chk.c44 __stpcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __stpcpy_chk()
H A Dstrcat-chk.c44 __strcat_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcat_chk()
/netbsd/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D30643.c3 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq) in bar()
/netbsd/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D30643.c3 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq) in bar()

123456