HomeSort by relevance Sort by last modified time
    Searched full:__restrict__ (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /ndk/sources/android/support/include/
wchar.h 116 wchar_t *wcscpy (wchar_t *__restrict__, const wchar_t *__restrict__);
117 wchar_t *wcsncpy (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
119 wchar_t *wcscat (wchar_t *__restrict__, const wchar_t *__restrict__);
120 wchar_t *wcsncat (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
126 size_t wcsxfrm (wchar_t *__restrict__, const wchar_t *__restrict__, size_t n)
    [all...]
monetary.h 39 ssize_t strfmon(char *__restrict__, size_t, const char *__restrict__, ...);
40 ssize_t strfmon_l(char *__restrict__, size_t, locale_t, const char *__restrict__, ...);
stdio.h 50 int vfwscanf(FILE* __restrict__, const wchar_t* __restrict__, va_list);
51 int vswscanf(const wchar_t *__restrict__, const wchar_t * __restrict__, va_list);
52 int vwscanf(const wchar_t *__restrict__, va_list);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 37 size_t mbrlen_l( const char *__restrict__ s, size_t n,
38 mbstate_t *__restrict__ ps, locale_t loc )
43 size_t mbsrtowcs_l( wchar_t *__restrict__ dst, const char **__restrict__ src,
44 size_t len, mbstate_t *__restrict__ ps, locale_t loc )
49 size_t wcrtomb_l( char *__restrict__ s, wchar_t wc, mbstate_t *__restrict__ ps,
55 size_t mbrtowc_l( wchar_t *__restrict__ pwc, const char *__restrict__ s,
56 size_t n, mbstate_t *__restrict__ ps, locale_t loc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 38 size_t mbrlen_l( const char *__restrict__ s, size_t n,
39 mbstate_t *__restrict__ ps, locale_t loc);
40 size_t mbsrtowcs_l( wchar_t *__restrict__ dst, const char **__restrict__ src,
41 size_t len, mbstate_t *__restrict__ ps, locale_t loc );
42 size_t wcrtomb_l( char *__restrict__ s, wchar_t wc, mbstate_t *__restrict__ ps,
44 size_t mbrtowc_l( wchar_t *__restrict__ pwc, const char *__restrict__ s,
45 size_t n, mbstate_t *__restrict__ ps, locale_t loc)
    [all...]
  /external/clang/test/Sema/
declspec.c 22 __restrict__ f* v2; // expected-error {{restrict requires a pointer or reference ('f' (aka 'int (void)') is invalid)}}
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.h 58 inline _Tp*__restrict__
61 return static_cast<_Tp*__restrict__>
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
163 _Tp* __restrict__ __o)
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
172 size_t __s, _Tp* __restrict__ __o)
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
192 const size_t* __restrict__ __i,
193 _Tp* __restrict__ __o, size_t __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_array.h 58 inline _Tp*__restrict__
61 return static_cast<_Tp*__restrict__>
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
163 _Tp* __restrict__ __o)
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
172 size_t __s, _Tp* __restrict__ __o)
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
192 const size_t* __restrict__ __i,
193 _Tp* __restrict__ __o, size_t __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 58 inline _Tp*__restrict__
61 return static_cast<_Tp*__restrict__>
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
163 _Tp* __restrict__ __o)
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
172 size_t __s, _Tp* __restrict__ __o)
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
192 const size_t* __restrict__ __i,
193 _Tp* __restrict__ __o, size_t __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 58 inline _Tp*__restrict__
61 return static_cast<_Tp*__restrict__>
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
163 _Tp* __restrict__ __o)
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
172 size_t __s, _Tp* __restrict__ __o)
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
192 const size_t* __restrict__ __i,
193 _Tp* __restrict__ __o, size_t __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 58 inline _Tp*__restrict__
61 return static_cast<_Tp*__restrict__>
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
163 _Tp* __restrict__ __o)
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
172 size_t __s, _Tp* __restrict__ __o)
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
192 const size_t* __restrict__ __i,
193 _Tp* __restrict__ __o, size_t __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 58 inline _Tp*__restrict__
61 return static_cast<_Tp*__restrict__>
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
163 _Tp* __restrict__ __o)
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
172 size_t __s, _Tp* __restrict__ __o)
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
192 const size_t* __restrict__ __i,
193 _Tp* __restrict__ __o, size_t __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
143 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
154 _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
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 60 virtual bool resolve(ResolveInfo & __restrict__ pOld,
61 const ResolveInfo & __restrict__ pNew,
69 ResolveInfo& __restrict__ pOld,
70 const ResolveInfo& __restrict__ pNew,

Completed in 540 milliseconds

1 2 3 4