Home
last modified time | relevance | path

Searched refs:__o (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dobstack.h272 ({ struct obstack const *__o = (OBSTACK); \
273 (unsigned) (__o->next_free - __o->object_base); })
277 ({ struct obstack const *__o = (OBSTACK); \
278 (unsigned) (__o->chunk_limit - __o->next_free); })
282 ({ struct obstack *__o = (OBSTACK); \
284 if (__o->chunk_limit - __o->next_free < __len) \
285 _obstack_newchunk (__o, __len); \
290 ({ struct obstack const *__o = (OBSTACK); \
291 (__o->chunk->prev == 0 \
292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dobstack.h272 ({ struct obstack const *__o = (OBSTACK); \
273 (unsigned) (__o->next_free - __o->object_base); })
277 ({ struct obstack const *__o = (OBSTACK); \
278 (unsigned) (__o->chunk_limit - __o->next_free); })
282 ({ struct obstack *__o = (OBSTACK); \
284 if (__o->chunk_limit - __o->next_free < __len) \
285 _obstack_newchunk (__o, __len); \
290 ({ struct obstack const *__o = (OBSTACK); \
291 (__o->chunk->prev == 0 \
292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dobstack.h287 ({ struct obstack const *__o = (OBSTACK); \
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
299 ({ struct obstack *__o = (OBSTACK); \
301 if (obstack_room (__o) < __len) \
302 _obstack_newchunk (__o, __len); \
307 ({ struct obstack const *__o = (OBSTACK); \
308 (__o->chunk->prev == 0 \
309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
310 __o->chunk->contents, \
311 __o->alignment_mask)); })
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dobstack.h287 ({ struct obstack const *__o = (OBSTACK); \
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
299 ({ struct obstack *__o = (OBSTACK); \
301 if (obstack_room (__o) < __len) \
302 _obstack_newchunk (__o, __len); \
307 ({ struct obstack const *__o = (OBSTACK); \
308 (__o->chunk->prev == 0 \
309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
310 __o->chunk->contents, \
311 __o->alignment_mask)); })
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Darm_neon.h10884 __builtin_aarch64_simd_oi __o; \
10892 __o = __builtin_aarch64_set_qregoi##qmode (__o, \
10894 __o = __builtin_aarch64_set_qregoi##qmode (__o, \
10897 __ptr, __o, __c); \
10936 __builtin_aarch64_simd_oi __o; } __temp = { __b }; \ in __ST2_LANE_FUNC()
10938 __ptr, __temp.__o, __c); \ in __ST2_LANE_FUNC()
10963 __builtin_aarch64_simd_ci __o; \
10974 __o = __builtin_aarch64_set_qregci##qmode (__o, \
10976 __o = __builtin_aarch64_set_qregci##qmode (__o, \
10978 __o = __builtin_aarch64_set_qregci##qmode (__o, \
[all …]
/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/parallel/
H A Dfor_each_selectors.h59 operator()(_Op& __o, _It __i) in operator()
61 __o(*__i); in operator()
75 operator()(_Op& __o, _It __i) in operator()
77 *__i = __o(); in operator()
107 operator()(_Op& __o, _It __i) in operator()
109 *__i.second = __o(*__i.first); in operator()
123 operator()(_Op& __o, _It __i) in operator()
125 *__i._M_third = __o(*__i._M_first, *__i._M_second); in operator()
170 operator()(_Op& __o, _It __i) in operator()
172 if (__o(*__i)) in operator()
[all …]
H A Dpar_loop.h68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_ed() argument
102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed()
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
134 return __o; in __for_each_template_random_access_ed()
H A Domp_loop_static.h67 _RAIter __end, _Op __o, in __for_each_template_random_access_omp_loop_static() argument
98 __f(__o, __begin+__pos)); in __for_each_template_random_access_omp_loop_static()
110 return __o; in __for_each_template_random_access_omp_loop_static()
H A Domp_loop.h68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_omp_loop() argument
98 __f(__o, __begin+__pos)); in __for_each_template_random_access_omp_loop()
110 return __o; in __for_each_template_random_access_omp_loop()
/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/parallel/
H A Dfor_each_selectors.h59 operator()(_Op& __o, _It __i) in operator()
61 __o(*__i); in operator()
75 operator()(_Op& __o, _It __i) in operator()
77 *__i = __o(); in operator()
107 operator()(_Op& __o, _It __i) in operator()
109 *__i.second = __o(*__i.first); in operator()
123 operator()(_Op& __o, _It __i) in operator()
125 *__i._M_third = __o(*__i._M_first, *__i._M_second); in operator()
170 operator()(_Op& __o, _It __i) in operator()
172 if (__o(*__i)) in operator()
[all …]
H A Dpar_loop.h68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_ed() argument
102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed()
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
134 return __o; in __for_each_template_random_access_ed()
H A Domp_loop_static.h67 _RAIter __end, _Op __o, in __for_each_template_random_access_omp_loop_static() argument
98 __f(__o, __begin+__pos)); in __for_each_template_random_access_omp_loop_static()
110 return __o; in __for_each_template_random_access_omp_loop_static()
H A Domp_loop.h68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_omp_loop() argument
98 __f(__o, __begin+__pos)); in __for_each_template_random_access_omp_loop()
110 return __o; in __for_each_template_random_access_omp_loop()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic1166 atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
1168 return __o->is_lock_free();
1174 atomic_is_lock_free(const atomic<_Tp>* __o) _NOEXCEPT
1176 return __o->is_lock_free();
1184 atomic_init(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1186 __c11_atomic_init(&__o->__a_, __d);
1192 atomic_init(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1194 __c11_atomic_init(&__o->__a_, __d);
1202 atomic_store(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1204 __o->store(__d);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic1166 atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
1168 return __o->is_lock_free();
1174 atomic_is_lock_free(const atomic<_Tp>* __o) _NOEXCEPT
1176 return __o->is_lock_free();
1184 atomic_init(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1186 __c11_atomic_init(&__o->__a_, __d);
1192 atomic_init(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1194 __c11_atomic_init(&__o->__a_, __d);
1202 atomic_store(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1204 __o->store(__d);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Darm_neon.h7719 union { int8x8x2_t __i; __builtin_neon_ti __o; } __au = { __a }; in vtbl2_s8() member
7720 return (int8x8_t)__builtin_neon_vtbl2v8qi (__au.__o, __b); in vtbl2_s8()
7727 union { uint8x8x2_t __i; __builtin_neon_ti __o; } __au = { __a }; in vtbl2_u8() member
7728 return (uint8x8_t)__builtin_neon_vtbl2v8qi (__au.__o, (int8x8_t) __b); in vtbl2_u8()
7735 union { poly8x8x2_t __i; __builtin_neon_ti __o; } __au = { __a }; in vtbl2_p8() member
7736 return (poly8x8_t)__builtin_neon_vtbl2v8qi (__au.__o, (int8x8_t) __b); in vtbl2_p8()
7743 union { int8x8x3_t __i; __builtin_neon_ei __o; } __au = { __a }; in vtbl3_s8() member
7744 return (int8x8_t)__builtin_neon_vtbl3v8qi (__au.__o, __b); in vtbl3_s8()
7751 union { uint8x8x3_t __i; __builtin_neon_ei __o; } __au = { __a }; in vtbl3_u8() member
7752 return (uint8x8_t)__builtin_neon_vtbl3v8qi (__au.__o, (int8x8_t) __b); in vtbl3_u8()
[all …]
/OK3568_Linux_fs/buildroot/toolchain/
H A Dhelpers.mk355 __o=$(BUILD_DIR)/.br-toolchain-test-dlang.tmp ; \
357 $${__CROSS_GDC} -x d -o $${__o} - ; \
359 rm -f $${__o}* ; \
363 rm -f $${__o}* \
373 __o=$(BUILD_DIR)/.br-toolchain-test-fortran.tmp ; \
375 $${__CROSS_FC} -x f95 -o $${__o} - ; \
377 rm -f $${__o}* ; \
381 rm -f $${__o}* \
391 __o=$(BUILD_DIR)/.br-toolchain-test-openmp.tmp ; \
393 $${__CROSS_CC} -fopenmp -x c -o $${__o} - ; \
[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 Dexception_ptr.h106 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() argument
107 : _M_exception_object(__o._M_exception_object) in exception_ptr()
108 { __o._M_exception_object = 0; } in exception_ptr()
123 operator=(exception_ptr&& __o) noexcept
125 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
H A Dvalarray_array.h140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
143 new(__o++) _Tp(*__b++); in _GLIBCXX_VISIBILITY()
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
154 __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); in _GLIBCXX_VISIBILITY()
161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
163 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o); in _GLIBCXX_VISIBILITY()
170 size_t __s, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
175 *__o++ = *__a; in _GLIBCXX_VISIBILITY()
181 new(__o++) _Tp(*__a); in _GLIBCXX_VISIBILITY()
191 _Tp* __restrict__ __o, size_t __n) in _GLIBCXX_VISIBILITY()
[all …]
H A Dgslice.h80 gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
153 gslice::gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {} 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/bits/
H A Dexception_ptr.h106 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() argument
107 : _M_exception_object(__o._M_exception_object) in exception_ptr()
108 { __o._M_exception_object = 0; } in exception_ptr()
123 operator=(exception_ptr&& __o) noexcept
125 exception_ptr(static_cast<exception_ptr&&>(__o)).swap(*this);
H A Dvalarray_array.h140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
143 new(__o++) _Tp(*__b++); in _GLIBCXX_VISIBILITY()
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
154 __builtin_memcpy(__o, __b, (__e - __b) * sizeof(_Tp)); in _GLIBCXX_VISIBILITY()
161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
163 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o); in _GLIBCXX_VISIBILITY()
170 size_t __s, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
175 *__o++ = *__a; in _GLIBCXX_VISIBILITY()
181 new(__o++) _Tp(*__a); in _GLIBCXX_VISIBILITY()
191 _Tp* __restrict__ __o, size_t __n) in _GLIBCXX_VISIBILITY()
[all …]
H A Dgslice.h80 gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
153 gslice::gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {} 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/libc/usr/include/sys/
H A Dcdefs.h132 # define __glibc_objsize0(__o) __builtin_dynamic_object_size (__o, 0) argument
133 # define __glibc_objsize(__o) __builtin_dynamic_object_size (__o, 1) argument
135 # define __glibc_objsize0(__o) __bos0 (__o) argument
136 # define __glibc_objsize(__o) __bos (__o) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dcdefs.h132 # define __glibc_objsize0(__o) __builtin_dynamic_object_size (__o, 0) argument
133 # define __glibc_objsize(__o) __builtin_dynamic_object_size (__o, 1) argument
135 # define __glibc_objsize0(__o) __bos0 (__o) argument
136 # define __glibc_objsize(__o) __bos (__o) argument

123