HomeSort by: relevance | last modified time | path
    Searched refs:__restrict__ (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libssp/ssp/
stdio.h 52 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...]
string.h 60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src,
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src,
115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src)
126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src)
137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src
    [all...]
unistd.h 59 (const char *__restrict__ __path,
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf,
  /src/external/gpl3/gcc.old/dist/libssp/ssp/
stdio.h 52 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...]
string.h 60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src,
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src,
115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src)
126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src)
137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src
    [all...]
unistd.h 59 (const char *__restrict__ __path,
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf,
  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
30643.c 3 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq)
  /src/external/gpl3/gcc/dist/libssp/
memcpy-chk.c 44 __memcpy_chk (void *__restrict__ dest, const void *__restrict__ src,
mempcpy-chk.c 45 __mempcpy_chk (void *__restrict__ dest, const void *__restrict__ src,
stpcpy-chk.c 44 __stpcpy_chk (char *__restrict__ dest, const char *__restrict__ src,
strcpy-chk.c 44 __strcpy_chk (char *__restrict__ dest, const char *__restrict__ src,
strncpy-chk.c 44 __strncpy_chk (char *__restrict__ dest, const char *__restrict__ src,
strcat-chk.c 44 __strcat_chk (char *__restrict__ dest, const char *__restrict__ src,
strncat-chk.c 44 __strncat_chk (char *__restrict__ dest, const char *__restrict__ src,
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
30643.c 3 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq)
  /src/external/gpl3/gcc.old/dist/libssp/
memcpy-chk.c 44 __memcpy_chk (void *__restrict__ dest, const void *__restrict__ src,
mempcpy-chk.c 45 __mempcpy_chk (void *__restrict__ dest, const void *__restrict__ src,
stpcpy-chk.c 44 __stpcpy_chk (char *__restrict__ dest, const char *__restrict__ src,
strcpy-chk.c 44 __strcpy_chk (char *__restrict__ dest, const char *__restrict__ src,
strncpy-chk.c 44 __strncpy_chk (char *__restrict__ dest, const char *__restrict__ src,
strcat-chk.c 44 __strcat_chk (char *__restrict__ dest, const char *__restrict__ src,
strncat-chk.c 44 __strncat_chk (char *__restrict__ dest, const char *__restrict__ src,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
valarray_array.h 140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
161 _Tp* __restrict__ __o)
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
170 size_t __s, _Tp* __restrict__ __o)
189 __valarray_copy_construct (const _Tp* __restrict__ __a,
190 const size_t* __restrict__ __i,
191 _Tp* __restrict__ __o, size_t __n)
217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
valarray_array.h 140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
161 _Tp* __restrict__ __o)
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
170 size_t __s, _Tp* __restrict__ __o)
189 __valarray_copy_construct (const _Tp* __restrict__ __a,
190 const size_t* __restrict__ __i,
191 _Tp* __restrict__ __o, size_t __n)
217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
valarray.cc 37 __valarray_fill(size_t* __restrict__, size_t, const size_t&);
40 __valarray_copy(const size_t* __restrict__, size_t, size_t* __restrict__);

Completed in 53 milliseconds

1 2 3 4 5