Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dvalarray_array.h140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY()
170 size_t __s, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
189 __valarray_copy_construct (const _Tp* __restrict__ __a, in _GLIBCXX_VISIBILITY()
190 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
191 _Tp* __restrict__ __o, size_t __n) in _GLIBCXX_VISIBILITY()
217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) in _GLIBCXX_VISIBILITY()
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dvalarray_array.h140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY()
170 size_t __s, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
189 __valarray_copy_construct (const _Tp* __restrict__ __a, in _GLIBCXX_VISIBILITY()
190 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
191 _Tp* __restrict__ __o, size_t __n) in _GLIBCXX_VISIBILITY()
217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) in _GLIBCXX_VISIBILITY()
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dstring.c290 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src);
291 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src) in stpcpy()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dstressapptest_config_android.h231 # define __restrict__ macro
H A Dstressapptest_config.h.in228 __restrict__, even though the corresponding Sun C compiler ends up with
229 "#define restrict _Restrict" or "#define restrict __restrict__" in the
234 # define __restrict__ macro
/OK3568_Linux_fs/external/xserver/include/
H A DXprintf.h36 #define _X_RESTRICT_KYWD __restrict__
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dpool_allocator.h251 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dpool_allocator.h251 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dvalarray149 valarray(const _Tp* __restrict__, size_t);
572 _Tp* __restrict__ _M_data;
637 valarray<_Tp>::valarray(const _Tp* __restrict__ __p, size_t __n)
957 _Tp* __restrict__ __tmp_M_data =
998 _Tp* __restrict__ __tmp_M_data =
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dvalarray149 valarray(const _Tp* __restrict__, size_t);
572 _Tp* __restrict__ _M_data;
637 valarray<_Tp>::valarray(const _Tp* __restrict__ __p, size_t __n)
957 _Tp* __restrict__ __tmp_M_data =
998 _Tp* __restrict__ __tmp_M_data =
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp596 # define BOOST_RESTRICT __restrict__
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info53665 pointers, specified with the '__restrict__', or '__restrict' type
53673 void fn (int *__restrict__ rptr, int &__restrict__ rref)
53682 unaliased by using '__restrict__' as a member function qualifier.
53684 void T::fn () __restrict__
53690 *__restrict__ const this'. Notice that the interpretation of a
53691 '__restrict__' member function qualifier is different to that of 'const'
53696 As with all outermost parameter qualifiers, '__restrict__' is ignored
53698 '__restrict__' in a function definition, rather than in a function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info53665 pointers, specified with the '__restrict__', or '__restrict' type
53673 void fn (int *__restrict__ rptr, int &__restrict__ rref)
53682 unaliased by using '__restrict__' as a member function qualifier.
53684 void T::fn () __restrict__
53690 *__restrict__ const this'. Notice that the interpretation of a
53691 '__restrict__' member function qualifier is different to that of 'const'
53696 As with all outermost parameter qualifiers, '__restrict__' is ignored
53698 '__restrict__' in a function definition, rather than in a function