OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashing
(Results
176 - 200
of
756
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp
116
// A mask range-
hashing
class (uses a bit-mask).
148
// A mod range-
hashing
class (uses the modulo function).
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_map
178
* @param Hash
Hashing
function object type, defaults to hash<Value>.
260
* @param Hash
Hashing
function object type, defaults to hash<Value>.
unordered_set
173
* @param Hash
Hashing
function object type, defaults to hash<Value>.
252
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp
116
// A mask range-
hashing
class (uses a bit-mask).
148
// A mod range-
hashing
class (uses the modulo function).
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_map
178
* @param Hash
Hashing
function object type, defaults to hash<Value>.
260
* @param Hash
Hashing
function object type, defaults to hash<Value>.
unordered_set
173
* @param Hash
Hashing
function object type, defaults to hash<Value>.
252
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
hash_policy.hpp
116
// A mask range-
hashing
class (uses a bit-mask).
148
// A mod range-
hashing
class (uses the modulo function).
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
unordered_map
178
* @param Hash
Hashing
function object type, defaults to hash<Value>.
260
* @param Hash
Hashing
function object type, defaults to hash<Value>.
unordered_set
173
* @param Hash
Hashing
function object type, defaults to hash<Value>.
252
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp
117
// A mask range-
hashing
class (uses a bit-mask).
149
// A mod range-
hashing
class (uses the modulo function).
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h
170
* @param Hash
Hashing
function object type, defaults to hash<Value>.
222
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h
170
* @param Hash
Hashing
function object type, defaults to hash<Value>.
222
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp
117
// A mask range-
hashing
class (uses a bit-mask).
149
// A mod range-
hashing
class (uses the modulo function).
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h
170
* @param Hash
Hashing
function object type, defaults to hash<Value>.
222
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h
170
* @param Hash
Hashing
function object type, defaults to hash<Value>.
222
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_map.h
170
* @param Hash
Hashing
function object type, defaults to hash<Value>.
222
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
unordered_map.h
170
* @param Hash
Hashing
function object type, defaults to hash<Value>.
222
* @param Hash
Hashing
function object type, defaults to hash<Value>.
/external/blktrace/
jhash.h
133
/* A special ultra-optimized versions that knows they are
hashing
exactly
/external/clang/utils/
ClangDataFormat.py
137
# FIXME:
Hashing
for SBTypes does not seem to work correctly, uses the typename instead,
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLMac.java
32
* Holds the EVP_MD for the
hashing
algorithm, e.g.
/external/google-breakpad/src/common/linux/
file_id.cc
147
// Fall back on
hashing
the first page of the text section.
/external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java
213
// Comparison and
hashing
/external/guava/guava/src/com/google/common/hash/
Hasher.java
28
* <p><b>Warning:</b> Using a specific character encoding when
hashing
a {@link CharSequence} with
Murmur3_128HashFunction.java
61
return "
Hashing
.murmur3_128(" + seed + ")";
Murmur3_32HashFunction.java
67
return "
Hashing
.murmur3_32(" + seed + ")";
Completed in 358 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>