• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/

Lines Matching defs:__code

745       typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
746 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
747 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code);
762 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
763 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
764 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code);
779 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
780 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
783 if (this->_M_compare(__k, __code, __p))
804 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
805 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
807 _Node* __p = _M_find_node(*__head, __k, __code);
813 if (!this->_M_compare(__k, __code, __p1))
842 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
843 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
845 _Node* __p = _M_find_node(*__head, __k, __code);
851 if (!this->_M_compare(__k, __code, __p1))
876 typename _Hashtable::_Hash_code_type __code) const
879 if (this->_M_compare(__k, __code, __p))
895 typename _Hashtable::_Hash_code_type __code)
910 __n = this->_M_bucket_index(__k, __code, __do_rehash.second);
915 this->_M_store_code(__new_node, __code);
941 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
942 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
944 if (_Node* __p = _M_find_node(_M_buckets[__n], __k, __code))
946 return std::make_pair(_M_insert_bucket(__v, __n, __code), true);
968 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
969 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
972 _Node* __prev = _M_find_node(_M_buckets[__n], __k, __code);
985 this->_M_store_code(__new_node, __code);
1068 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
1069 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
1073 while (*__slot && !this->_M_compare(__k, __code, *__slot))
1077 while (*__slot && this->_M_compare(__k, __code, *__slot))