| /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 D | hashtable.h | 749 __hash_code __code, __node_type* __n, in _GLIBCXX_VISIBILITY() 756 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY() 871 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 872 size_type __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 873 if (__node_type* __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 882 = _M_insert_unique_node(__k, __bkt, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 900 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 902 = _M_insert_multi_node(__hint._M_cur, __k, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 943 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 944 std::size_t __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hashtable_policy.h | 707 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 708 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 709 if (__node_type* __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 719 = __h->_M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 734 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 735 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 736 if (__node_type* __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 746 = __h->_M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 761 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 762 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() [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 D | hashtable.h | 749 __hash_code __code, __node_type* __n, in _GLIBCXX_VISIBILITY() 756 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY() 871 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 872 size_type __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 873 if (__node_type* __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 882 = _M_insert_unique_node(__k, __bkt, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 900 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 902 = _M_insert_multi_node(__hint._M_cur, __k, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 943 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 944 std::size_t __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hashtable_policy.h | 707 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 708 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 709 if (__node_type* __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 719 = __h->_M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 734 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 735 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 736 if (__node_type* __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 746 = __h->_M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 761 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 762 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() [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/tr1/ |
| H A D | hashtable.h | 706 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 707 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 708 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 723 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 724 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 725 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 740 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 741 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 744 if (this->_M_compare(__k, __code, __p)) in _GLIBCXX_VISIBILITY() 765 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local [all …]
|
| H A D | hashtable_policy.h | 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 519 std::size_t __n = __h->_M_bucket_index(__k, __code, in _GLIBCXX_VISIBILITY() 523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 526 __n, __code)->second; 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/tr1/ |
| H A D | hashtable.h | 706 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 707 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 708 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 723 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 724 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 725 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 740 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 741 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 744 if (this->_M_compare(__k, __code, __p)) in _GLIBCXX_VISIBILITY() 765 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local [all …]
|
| H A D | hashtable_policy.h | 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 519 std::size_t __n = __h->_M_bucket_index(__k, __code, in _GLIBCXX_VISIBILITY() 523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 526 __n, __code)->second; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/m5mols/ |
| H A D | m5mols.h | 243 #define is_code(__code, __type) (__code == m5mols_default_ffmt[__type].code) argument
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse.h | 361 #define _PE(__code, __str) TEP_ERRNO__ ## __code argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | system_error | 216 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 217 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | system_error | 216 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 217 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
|
| /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 D | tree.h | 3432 omp_clause_subcode_check (tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3437 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3438 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3688 omp_clause_subcode_check (const_tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3693 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3694 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3799 tree_operand_check_code (tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument 3802 if (TREE_CODE (__t) != __code) in tree_operand_check_code() 3803 tree_check_failed (__t, __f, __l, __g, __code, 0); in tree_operand_check_code() 3820 tree_operand_check_code (const_tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument [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 D | tree.h | 3432 omp_clause_subcode_check (tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3437 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3438 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3688 omp_clause_subcode_check (const_tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3693 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3694 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3799 tree_operand_check_code (tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument 3802 if (TREE_CODE (__t) != __code) in tree_operand_check_code() 3803 tree_check_failed (__t, __f, __l, __g, __code, 0); in tree_operand_check_code() 3820 tree_operand_check_code (const_tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument [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/ |
| H A D | system_error | 133 equivalent(const error_code& __code, int __i) const noexcept;
|
| /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 D | system_error | 133 equivalent(const error_code& __code, int __i) const noexcept;
|