Home
last modified time | relevance | path

Searched refs:__obj (Results 1 – 25 of 47) sorted by relevance

12

/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/pstl/
H A Dunseq_backend_simd.h536 _Combiner(const _Combiner& __obj) : __value{}, __bin_op(__obj.__bin_op) {} in _Combiner()
539 operator()(const _Combiner& __obj) in operator()
541 __value = (*__bin_op)(__value, __obj.__value); in operator()
631 _ComplexType(const _ComplexType& __obj) in __simd_min_element()
632 : __min_val(__obj.__min_val), __min_ind(__obj.__min_ind), __min_comp(__obj.__min_comp) in __simd_min_element()
638 operator()(const _ComplexType& __obj) in __simd_min_element()
640 if (!(*__min_comp)(__min_val, __obj.__min_val) && in __simd_min_element()
641 ((*__min_comp)(__obj.__min_val, __min_val) || __obj.__min_ind - __min_ind < 0)) in __simd_min_element()
643 __min_val = __obj.__min_val; in __simd_min_element()
644 __min_ind = __obj.__min_ind; in __simd_min_element()
[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/pstl/
H A Dunseq_backend_simd.h536 _Combiner(const _Combiner& __obj) : __value{}, __bin_op(__obj.__bin_op) {} in _Combiner()
539 operator()(const _Combiner& __obj) in operator()
541 __value = (*__bin_op)(__value, __obj.__value); in operator()
631 _ComplexType(const _ComplexType& __obj) in __simd_min_element()
632 : __min_val(__obj.__min_val), __min_ind(__obj.__min_ind), __min_comp(__obj.__min_comp) in __simd_min_element()
638 operator()(const _ComplexType& __obj) in __simd_min_element()
640 if (!(*__min_comp)(__min_val, __obj.__min_val) && in __simd_min_element()
641 ((*__min_comp)(__obj.__min_val, __min_val) || __obj.__min_ind - __min_ind < 0)) in __simd_min_element()
643 __min_val = __obj.__min_val; in __simd_min_element()
644 __min_ind = __obj.__min_ind; in __simd_min_element()
[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/bits/
H A Dstream_iterator.h75 istream_iterator(const istream_iterator& __obj) in _GLIBCXX_VISIBILITY()
76 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), in _GLIBCXX_VISIBILITY()
77 _M_ok(__obj._M_ok) in _GLIBCXX_VISIBILITY()
218 ostream_iterator(const ostream_iterator& __obj) in _GLIBCXX_VISIBILITY()
219 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
H A Dstl_map.h918 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
936 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
987 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
994 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
[all …]
H A Dmove.h152 __exchange(_Tp& __obj, _Up&& __new_val) in _GLIBCXX_VISIBILITY()
154 _Tp __old_val = std::move(__obj); in _GLIBCXX_VISIBILITY()
155 __obj = std::forward<_Up>(__new_val); 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/bits/
H A Dstream_iterator.h75 istream_iterator(const istream_iterator& __obj) in _GLIBCXX_VISIBILITY()
76 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), in _GLIBCXX_VISIBILITY()
77 _M_ok(__obj._M_ok) in _GLIBCXX_VISIBILITY()
218 ostream_iterator(const ostream_iterator& __obj) in _GLIBCXX_VISIBILITY()
219 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in _GLIBCXX_VISIBILITY()
H A Dstl_map.h918 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
936 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
987 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
994 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
[all …]
H A Dmove.h152 __exchange(_Tp& __obj, _Up&& __new_val) in _GLIBCXX_VISIBILITY()
154 _Tp __old_val = std::move(__obj); in _GLIBCXX_VISIBILITY()
155 __obj = std::forward<_Up>(__new_val); 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/backward/
H A Dhashtable.h444 insert_unique(const value_type& __obj) in _GLIBCXX_VISIBILITY()
447 return insert_unique_noresize(__obj); in _GLIBCXX_VISIBILITY()
451 insert_equal(const value_type& __obj) in _GLIBCXX_VISIBILITY()
454 return insert_equal_noresize(__obj); in _GLIBCXX_VISIBILITY()
458 insert_unique_noresize(const value_type& __obj); in _GLIBCXX_VISIBILITY()
461 insert_equal_noresize(const value_type& __obj); in _GLIBCXX_VISIBILITY()
514 find_or_insert(const value_type& __obj); in _GLIBCXX_VISIBILITY()
599 _M_bkt_num(const value_type& __obj) const in _GLIBCXX_VISIBILITY()
600 { return _M_bkt_num_key(_M_get_key(__obj)); } in _GLIBCXX_VISIBILITY()
607 _M_bkt_num(const value_type& __obj, std::size_t __n) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dhash_map199 insert(const value_type& __obj)
200 { return _M_ht.insert_unique(__obj); }
208 insert_noresize(const value_type& __obj)
209 { return _M_ht.insert_unique_noresize(__obj); }
418 insert(const value_type& __obj)
419 { return _M_ht.insert_equal(__obj); }
427 insert_noresize(const value_type& __obj)
428 { return _M_ht.insert_equal_noresize(__obj); }
/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/backward/
H A Dhashtable.h444 insert_unique(const value_type& __obj) in _GLIBCXX_VISIBILITY()
447 return insert_unique_noresize(__obj); in _GLIBCXX_VISIBILITY()
451 insert_equal(const value_type& __obj) in _GLIBCXX_VISIBILITY()
454 return insert_equal_noresize(__obj); in _GLIBCXX_VISIBILITY()
458 insert_unique_noresize(const value_type& __obj); in _GLIBCXX_VISIBILITY()
461 insert_equal_noresize(const value_type& __obj); in _GLIBCXX_VISIBILITY()
514 find_or_insert(const value_type& __obj); in _GLIBCXX_VISIBILITY()
599 _M_bkt_num(const value_type& __obj) const in _GLIBCXX_VISIBILITY()
600 { return _M_bkt_num_key(_M_get_key(__obj)); } in _GLIBCXX_VISIBILITY()
607 _M_bkt_num(const value_type& __obj, std::size_t __n) const 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/ext/
H A Dcodecvt_specializations.h104 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0) in _GLIBCXX_VISIBILITY()
105 { construct(__obj); } in _GLIBCXX_VISIBILITY()
109 operator=(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
111 construct(__obj); in _GLIBCXX_VISIBILITY()
178 construct(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
181 _M_int_enc = __obj._M_int_enc; in _GLIBCXX_VISIBILITY()
182 _M_ext_enc = __obj._M_ext_enc; in _GLIBCXX_VISIBILITY()
183 _M_ext_bom = __obj._M_ext_bom; in _GLIBCXX_VISIBILITY()
184 _M_int_bom = __obj._M_int_bom; in _GLIBCXX_VISIBILITY()
185 _M_bytes = __obj._M_bytes; 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 Dcodecvt_specializations.h104 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0) in _GLIBCXX_VISIBILITY()
105 { construct(__obj); } in _GLIBCXX_VISIBILITY()
109 operator=(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
111 construct(__obj); in _GLIBCXX_VISIBILITY()
178 construct(const encoding_state& __obj) in _GLIBCXX_VISIBILITY()
181 _M_int_enc = __obj._M_int_enc; in _GLIBCXX_VISIBILITY()
182 _M_ext_enc = __obj._M_ext_enc; in _GLIBCXX_VISIBILITY()
183 _M_ext_bom = __obj._M_ext_bom; in _GLIBCXX_VISIBILITY()
184 _M_int_bom = __obj._M_int_bom; in _GLIBCXX_VISIBILITY()
185 _M_bytes = __obj._M_bytes; 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/debug/
H A Dunordered_map327 insert(const value_type& __obj)
330 auto __res = _Base::insert(__obj);
350 insert(_Pair&& __obj)
353 auto __res = _Base::insert(std::forward<_Pair>(__obj));
359 insert(const_iterator __hint, const value_type& __obj)
363 auto __it = _Base::insert(__hint.base(), __obj);
384 insert(const_iterator __hint, _Pair&& __obj)
388 auto __it = _Base::insert(__hint.base(), std::forward<_Pair>(__obj));
460 insert_or_assign(const key_type& __k, _Obj&& __obj)
463 std::forward<_Obj>(__obj));
[all …]
H A Dunordered_set321 insert(const value_type& __obj)
324 auto __res = _Base::insert(__obj);
330 insert(const_iterator __hint, const value_type& __obj)
334 auto __it = _Base::insert(__hint.base(), __obj);
340 insert(value_type&& __obj)
343 auto __res = _Base::insert(std::move(__obj));
349 insert(const_iterator __hint, value_type&& __obj)
353 auto __it = _Base::insert(__hint.base(), std::move(__obj));
890 insert(const value_type& __obj)
893 auto __it = _Base::insert(__obj);
[all …]
H A Dmap.h393 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
396 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
402 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
405 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
412 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
418 std::forward<_Obj>(__obj)), in _GLIBCXX_VISIBILITY()
425 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
431 std::forward<_Obj>(__obj)), 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/debug/
H A Dunordered_map327 insert(const value_type& __obj)
330 auto __res = _Base::insert(__obj);
350 insert(_Pair&& __obj)
353 auto __res = _Base::insert(std::forward<_Pair>(__obj));
359 insert(const_iterator __hint, const value_type& __obj)
363 auto __it = _Base::insert(__hint.base(), __obj);
384 insert(const_iterator __hint, _Pair&& __obj)
388 auto __it = _Base::insert(__hint.base(), std::forward<_Pair>(__obj));
460 insert_or_assign(const key_type& __k, _Obj&& __obj)
463 std::forward<_Obj>(__obj));
[all …]
H A Dunordered_set321 insert(const value_type& __obj)
324 auto __res = _Base::insert(__obj);
330 insert(const_iterator __hint, const value_type& __obj)
334 auto __it = _Base::insert(__hint.base(), __obj);
340 insert(value_type&& __obj)
343 auto __res = _Base::insert(std::move(__obj));
349 insert(const_iterator __hint, value_type&& __obj)
353 auto __it = _Base::insert(__hint.base(), std::move(__obj));
890 insert(const value_type& __obj)
893 auto __it = _Base::insert(__obj);
[all …]
H A Dmap.h393 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
396 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
402 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
405 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
412 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
418 std::forward<_Obj>(__obj)), in _GLIBCXX_VISIBILITY()
425 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
431 std::forward<_Obj>(__obj)), in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1338 #define nft_is_active(__net, __obj) \ argument
1339 (((__obj)->genmask & nft_genmask_cur(__net)) == 0)
1342 #define nft_is_active_next(__net, __obj) \ argument
1343 (((__obj)->genmask & nft_genmask_next(__net)) == 0)
1346 #define nft_activate_next(__net, __obj) \ argument
1347 (__obj)->genmask = nft_genmask_cur(__net)
1350 #define nft_deactivate_next(__net, __obj) \ argument
1351 (__obj)->genmask = nft_genmask_next(__net)
1354 #define nft_clear(__net, __obj) \ argument
1355 (__obj)->genmask &= ~nft_genmask_next(__net)
[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/libc/usr/include/
H A Dobstack.h406 void *__obj = (OBJ); \
407 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
408 __o->next_free = __o->object_base = (char *) __obj; \
409 else (__obstack_free) (__o, __obj); })
/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.h421 void *__obj = (void *) (OBJ); \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
423 __o->next_free = __o->object_base = (char *) __obj; \
425 _obstack_free (__o, __obj); })
/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.h421 void *__obj = (void *) (OBJ); \
422 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
423 __o->next_free = __o->object_base = (char *) __obj; \
425 _obstack_free (__o, __obj); })
/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.h406 void *__obj = (OBJ); \
407 if (__obj > (void *) __o->chunk && __obj < (void *) __o->chunk_limit) \
408 __o->next_free = __o->object_base = (char *) __obj; \
409 else (__obstack_free) (__o, __obj); })
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h352 #define ttm_prime_object_kfree(__obj, __prime) \ argument
353 kfree_rcu(__obj, __prime.base.rhead)

12