HomeSort by relevance Sort by last modified time
    Searched full:_hash (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 40 typename _H1, typename _H2, typename _Hash,
57 typename _H1, typename _H2, typename _Hash, typename _Traits>
83 template <typename _Key, typename _Hash>
85 noexcept(declval<const _Hash&>()(declval<const _Key&>()))>
421 typename _H1, typename _H2, typename _Hash,
428 typename _H1, typename _H2, typename _Hash,
431 _H1, _H2, _Hash, _RehashPolicy, _Traits, false>
438 typename _H1, typename _H2, typename _Hash,
441 _H1, _H2, _Hash, _RehashPolicy, _Traits, true>
446 _Equal, _H1, _H2, _Hash,
    [all...]
hashtable.h 41 template<typename _Tp, typename _Hash>
44 __is_fast_hash<_Hash>,
47 is_default_constructible<_Hash>,
48 is_copy_assignable<_Hash>,
50 __detail::__is_noexcept_hash<_Tp, _Hash>>>;
82 * @tparam _Hash The ranged hash function (Tavori and Dreizin). A
86 * h2(h1(k), N). If _Hash is anything other than the default, _H1
172 typename _H1, typename _H2, typename _Hash,
176 _H1, _H2, _Hash, _Traits>,
178 _H1, _H2, _Hash, _RehashPolicy, _Traits>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h 40 typename _H1, typename _H2, typename _Hash,
57 typename _H1, typename _H2, typename _Hash, typename _Traits>
83 template <typename _Key, typename _Hash>
85 noexcept(declval<const _Hash&>()(declval<const _Key&>()))>
421 typename _H1, typename _H2, typename _Hash,
428 typename _H1, typename _H2, typename _Hash,
431 _H1, _H2, _Hash, _RehashPolicy, _Traits, false>
438 typename _H1, typename _H2, typename _Hash,
441 _H1, _H2, _Hash, _RehashPolicy, _Traits, true>
446 _Equal, _H1, _H2, _Hash,
    [all...]
hashtable.h 41 template<typename _Tp, typename _Hash>
44 __is_fast_hash<_Hash>,
47 is_default_constructible<_Hash>,
48 is_copy_assignable<_Hash>,
50 __detail::__is_noexcept_hash<_Tp, _Hash>>>;
82 * @tparam _Hash The ranged hash function (Tavori and Dreizin). A
86 * h2(h1(k), N). If _Hash is anything other than the default, _H1
172 typename _H1, typename _H2, typename _Hash,
176 _H1, _H2, _Hash, _Traits>,
178 _H1, _H2, _Hash, _RehashPolicy, _Traits>
    [all...]
  /external/libcxx/include/ext/
hash_set 213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
221 typedef _Hash hasher;
330 template <class _Value, class _Hash, class _Pred, class _Alloc>
331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
338 template <class _Value, class _Hash, class _Pred, class _Alloc>
339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
346 template <class _Value, class _Hash, class _Pred, class _Alloc>
348 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
355 template <class _Value, class _Hash, class _Pred, class _Alloc>
357 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
221 typedef _Hash hasher;
330 template <class _Value, class _Hash, class _Pred, class _Alloc>
331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
338 template <class _Value, class _Hash, class _Pred, class _Alloc>
339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
346 template <class _Value, class _Hash, class _Pred, class _Alloc>
348 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
355 template <class _Value, class _Hash, class _Pred, class _Alloc>
357 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
221 typedef _Hash hasher;
330 template <class _Value, class _Hash, class _Pred, class _Alloc>
331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
338 template <class _Value, class _Hash, class _Pred, class _Alloc>
339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
346 template <class _Value, class _Hash, class _Pred, class _Alloc>
348 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
355 template <class _Value, class _Hash, class _Pred, class _Alloc>
357 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set
    [all...]
  /external/libcxx/include/
unordered_set 334 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
342 typedef _Hash hasher;
619 template <class _Value, class _Hash, class _Pred, class _Alloc>
620 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
630 template <class _Value, class _Hash, class _Pred, class _Alloc>
631 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
641 template <class _Value, class _Hash, class _Pred, class _Alloc>
643 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
652 template <class _Value, class _Hash, class _Pred, class _Alloc>
654 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_set 334 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
342 typedef _Hash hasher;
619 template <class _Value, class _Hash, class _Pred, class _Alloc>
620 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
630 template <class _Value, class _Hash, class _Pred, class _Alloc>
631 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
641 template <class _Value, class _Hash, class _Pred, class _Alloc>
643 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
652 template <class _Value, class _Hash, class _Pred, class _Alloc>
654 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_set 334 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
342 typedef _Hash hasher;
619 template <class _Value, class _Hash, class _Pred, class _Alloc>
620 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
630 template <class _Value, class _Hash, class _Pred, class _Alloc>
631 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
641 template <class _Value, class _Hash, class _Pred, class _Alloc>
643 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
652 template <class _Value, class _Hash, class _Pred, class _Alloc>
654 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 41 template<typename _Tp, typename _Hash>
44 __is_fast_hash<_Hash>,
46 __detail::__is_noexcept_hash<_Tp, _Hash>>>;
78 * @tparam _Hash The ranged hash function (Tavori and Dreizin). A
82 * h2(h1(k), N). If _Hash is anything other than the default, _H1
168 typename _H1, typename _H2, typename _Hash,
172 _H1, _H2, _Hash, _Traits>,
174 _H1, _H2, _Hash, _RehashPolicy, _Traits>,
176 _H1, _H2, _Hash, _RehashPolicy, _Traits>,
178 _H1, _H2, _Hash, _RehashPolicy, _Traits>
    [all...]
hashtable_policy.h 40 typename _H1, typename _H2, typename _Hash,
57 typename _H1, typename _H2, typename _Hash, typename _Traits>
83 template <typename _Key, typename _Hash>
85 noexcept(declval<const _Hash&>()(declval<const _Key&>()))>
529 typename _H1, typename _H2, typename _Hash,
536 typename _H1, typename _H2, typename _Hash,
539 _H1, _H2, _Hash, _RehashPolicy, _Traits, false>
546 typename _H1, typename _H2, typename _Hash,
549 _H1, _H2, _Hash, _RehashPolicy, _Traits, true>
554 _Equal, _H1, _H2, _Hash,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 41 template<typename _Tp, typename _Hash>
44 __is_fast_hash<_Hash>,
47 is_default_constructible<_Hash>,
48 is_copy_assignable<_Hash>,
50 __detail::__is_noexcept_hash<_Tp, _Hash>>>;
82 * @tparam _Hash The ranged hash function (Tavori and Dreizin). A
86 * h2(h1(k), N). If _Hash is anything other than the default, _H1
172 typename _H1, typename _H2, typename _Hash,
176 _H1, _H2, _Hash, _Traits>,
178 _H1, _H2, _Hash, _RehashPolicy, _Traits>
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 14 UInt32[] _hash; field in class:SevenZip.Compression.LZ.BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new UInt32[_hashSizeSum = hs];
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
153 UInt32 curMatch2 = _hash[hash2Value];
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Value] = _pos;
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 14 int[] _hash; field in class:BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new int [_hashSizeSum = hs];
150 int curMatch = _hash[kFixHashSize + hashValue];
153 int curMatch2 = _hash[hash2Value];
154 int curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Value] = _pos;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_map 39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
48 typename _Hash = std::hash<_Key>,
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
256 template<typename _Key, typename _Tp, typename _Hash,
259 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
260 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
263 template<typename _Key, typename _Tp, typename _Hash,
266 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
270 template<typename _Key, typename _Tp, typename _Hash,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_map 39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
48 typename _Hash = std::hash<_Key>,
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
256 template<typename _Key, typename _Tp, typename _Hash,
259 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
260 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
263 template<typename _Key, typename _Tp, typename _Hash,
266 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
270 template<typename _Key, typename _Tp, typename _Hash,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
unordered_map 39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
48 typename _Hash = std::hash<_Key>,
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
256 template<typename _Key, typename _Tp, typename _Hash,
259 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
260 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
263 template<typename _Key, typename _Tp, typename _Hash,
266 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
270 template<typename _Key, typename _Tp, typename _Hash,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
unordered_map 39 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
48 typename _Hash = std::hash<_Key>,
53 public _Unordered_profile<unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
272 template<typename _Key, typename _Tp, typename _Hash,
275 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
276 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
279 template<typename _Key, typename _Tp, typename _Hash,
282 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
283 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
286 template<typename _Key, typename _Tp, typename _Hash,
    [all...]
unordered_set 39 #define _GLIBCXX_BASE unordered_set<_Key, _Hash, _Pred, _Alloc>
48 typename _Hash = std::hash<_Key>,
53 public _Unordered_profile<unordered_set<_Key, _Hash, _Pred, _Alloc>,
246 template<typename _Key, typename _Hash, typename _Pred, typename _Alloc>
248 swap(unordered_set<_Key, _Hash, _Pred, _Alloc>& __x,
249 unordered_set<_Key, _Hash, _Pred, _Alloc>& __y)
252 template<typename _Key, typename _Hash, typename _Pred, typename _Alloc>
254 operator==(const unordered_set<_Key, _Hash, _Pred, _Alloc>& __x,
255 const unordered_set<_Key, _Hash, _Pred, _Alloc>& __y)
258 template<typename _Key, typename _Hash, typename _Pred, typename _Alloc
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyclasses.swg 43 VALUE _hash;
45 SwigGCReferences() : _hash(Qnil) {
48 if (_hash != Qnil)
49 rb_gc_unregister_address(&_hash);
52 // Ruby interpreter ending - _hash can no longer be accessed.
53 s_references._hash = Qnil;
60 if (s_references._hash == Qnil) {
62 s_references._hash = rb_hash_new();
63 rb_gc_register_address(&s_references._hash);
69 if (_hash != Qnil)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
unordered_map 47 typename _Hash = std::hash<_Key>,
51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
53 _Hash, _Pred, _Alloc> >
55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash,
451 template<typename _Key, typename _Tp, typename _Hash,
454 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
455 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
458 template<typename _Key, typename _Tp, typename _Hash,
461 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
462 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
unordered_set 47 typename _Hash = std::hash<_Value>,
51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash,
55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash,
450 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc>
452 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
453 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
456 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc>
458 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
459 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
unordered_map 47 typename _Hash = std::hash<_Key>,
51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>,
53 _Hash, _Pred, _Alloc> >
55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash,
451 template<typename _Key, typename _Tp, typename _Hash,
454 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
455 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
458 template<typename _Key, typename _Tp, typename _Hash,
461 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
462 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
unordered_set 47 typename _Hash = std::hash<_Value>,
51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash,
55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash,
450 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc>
452 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
453 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
456 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc>
458 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
459 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y
    [all...]

Completed in 791 milliseconds

12 3 4 5 6