HomeSort by: relevance | last modified time | path
    Searched refs:hasher (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
unordered_map.h 61 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_map
67 const hasher& __hf = hasher(),
78 const hasher& __hf = hasher(),
112 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_multimap
118 const hasher& __hf = hasher(),
188 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_map
240 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_multimap
    [all...]
unordered_set.h 61 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_set
67 const hasher& __hf = hasher(),
78 const hasher& __hf = hasher(),
110 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_multiset
116 const hasher& __hf = hasher(),
181 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_set
230 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_multiset
    [all...]
hashtable_policy.h 651 typedef _H1 hasher; typedef in struct:tr1::__detail::_Hash_code_base
653 hasher
718 typedef _H1 hasher; typedef in struct:tr1::__detail::_Hash_code_base
720 hasher
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
unordered_map.h 61 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_map
67 const hasher& __hf = hasher(),
78 const hasher& __hf = hasher(),
112 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_multimap
118 const hasher& __hf = hasher(),
188 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_map
240 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_multimap
    [all...]
unordered_set.h 61 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_set
67 const hasher& __hf = hasher(),
78 const hasher& __hf = hasher(),
110 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_multiset
116 const hasher& __hf = hasher(),
181 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_set
230 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_multiset
    [all...]
hashtable_policy.h 651 typedef _H1 hasher; typedef in struct:tr1::__detail::_Hash_code_base
653 hasher
718 typedef _H1 hasher; typedef in struct:tr1::__detail::_Hash_code_base
720 hasher
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
murmurhash.d 60 // One can also hash ubyte data piecewise by instanciating a hasher and call
65 MurmurHash3!32 hasher;
66 hasher.put(data1);
67 hasher.put(data2);
71 auto hashed = hasher.finish();
82 // Data type must be the same as the hasher's element type:
87 // Note the hasher starts with 'Fast'.
88 MurmurHash3!32 hasher;
90 hasher.putElements(data);
92 hasher.putRemainder(ubyte(1), ubyte(1), ubyte(1))
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
llvm_checksum.py 111 hasher = hash_algo()
112 hasher.update(content)
113 file_digest = hasher.hexdigest()
122 hasher = hash_algo()
125 hasher.update(file_path)
126 hasher.update(file_digest)
127 project_checksums[proj.name] = hasher.hexdigest()
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unordered_set.h 115 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_set
153 const hasher& __hf = hasher(),
175 const hasher& __hf = hasher(),
230 const hasher& __hf = hasher(),
237 : unordered_set(__n, hasher(), key_equal(), __a)
240 unordered_set(size_type __n, const hasher& __hf
983 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_multiset
    [all...]
unordered_map.h 121 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_map
159 const hasher& __hf = hasher(),
181 const hasher& __hf = hasher(),
236 const hasher& __hf = hasher(),
243 : unordered_map(__n, hasher(), key_equal(), __a)
246 unordered_map(size_type __n, const hasher& __hf
1267 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_multimap
    [all...]
hashtable_policy.h 262 * Important traits for hash tables depending on associated hasher.
1359 typedef _Hash hasher; typedef in struct:_Hash_code_base
1361 hasher
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unordered_set.h 110 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_set
148 const hasher& __hf = hasher(),
170 const hasher& __hf = hasher(),
225 const hasher& __hf = hasher(),
232 : unordered_set(__n, hasher(), key_equal(), __a)
235 unordered_set(size_type __n, const hasher& __hf
978 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_multiset
    [all...]
unordered_map.h 116 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_map
154 const hasher& __hf = hasher(),
176 const hasher& __hf = hasher(),
231 const hasher& __hf = hasher(),
238 : unordered_map(__n, hasher(), key_equal(), __a)
241 unordered_map(size_type __n, const hasher& __hf
1261 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_multimap
    [all...]
hashtable_policy.h 254 * Important traits for hash tables depending on associated hasher.
1254 typedef _Hash hasher; typedef in struct:_Hash_code_base
1256 hasher
  /src/external/mpl/dhcp/dist/includes/omapip/
hash.h 91 #define HASH_FUNCTIONS(name, bufarg, type, hashtype, ref, deref, hasher) \
130 hasher, file, line); \
  /src/external/mpl/dhcp/dist/omapip/
hash.c 221 unsigned (*hasher)(const void *, unsigned, unsigned),
234 (*rp)->do_hash = hasher;
236 if (hasher == do_case_hash)
  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 40 def hashfile(hasher, fname, blocksize=65536):
43 hasher.update(chunk)
44 return hasher.hexdigest()
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
hashtable.h 262 typedef _HashFcn hasher; typedef in class:hashtable
272 hasher
310 hasher _M_hash;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
hashtable.h 262 typedef _HashFcn hasher; typedef in class:hashtable
272 hasher
310 hasher _M_hash;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 901 // The heuristic used is that the type contains an inner type `hasher` and does
908 static char test(typename U::hasher*, typename U::reverse_iterator*);
910 static int test(typename U::hasher*, ...);
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 569 std::hash<T> hasher; local
570 seed ^= hasher(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1857 hash<string_view_t> hasher; variable
1859 hash_value = __hash_combine(hash_value, hasher(*PP));
  /src/external/gpl3/gdb.old/dist/gdbsupport/
unordered_dense.h 823 using hasher = Hash;
1877 auto hash_function() const -> hasher {
  /src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h 823 using hasher = Hash;
1877 auto hash_function() const -> hasher {

Completed in 42 milliseconds