HomeSort by relevance Sort by last modified time
    Searched full:hashing (Results 151 - 175 of 756) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
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.6/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
  /external/bison/lib/
hash.c 1 /* hash - hashing table processing.
89 entry contents may be hashed by a randomization function (the hashing
93 slot. A bucket is the collection of all entries hashing to the same slot.
394 This is a convenience routine for constructing other hashing functions. */
399 B. J. McKenzie, R. Harries & T. Bell, Selecting a hashing algorithm,
423 per a few experiments. It is inspired from a hashing routine found in the
488 /* When hashing unique pointers, it is often the case that they were
575 arguments ENTRY and TABLE_SIZE. It computes, by hashing ENTRY contents, a
    [all...]
  /external/icu/icu4c/source/common/
uhash.h 83 * The hashing and comparison functions take a pointer to a
100 * A hashing function.
180 * @param keyHash A pointer to the key hashing function. Must not be
196 * @param keyHash A pointer to the key hashing function. Must not be
214 * @param keyHash A pointer to the key hashing function. Must not be
  /external/guava/guava/src/com/google/common/collect/
HashBiMap.java 112 int tableSize = Hashing.closedTableSize(expectedSize, LOAD_FACTOR);
173 return Hashing.smear((o == null) ? 0 : o.hashCode());
282 if (Hashing.needsResizing(size, oldKToV.length, LOAD_FACTOR)) {
  /external/openfst/src/include/fst/
bi-table.h 329 // when hashing entry into the compact hash table. If passed to the
458 FP *fp_; // Fingerprint used when hashing entry into vector
459 H *h_; // Hash function used when hashing entry into hash_set
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 66 // Algorithm: use open addressing double hashing (no chaining) on the
183 i = (c << hshift) ^ ent; // xor hashing
  /external/guava/guava/src/com/google/common/hash/
HashCode.java 68 * @since 14.0 (since 11.0 as {@code Hashing.padToLong(HashCode)})
371 * everything else in the hashing API uniformly treats multibyte values as little-endian. But
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java 32 import com.google.common.hash.Hashing;
170 assertEquals("cfa0c5002275c90508338a5cdb2a9781", byteSource.hash(Hashing.md5()).toString());
  /external/v8/src/
unique.h 23 // ability of checking for equality and hashing without accessing the heap.
28 // and hashing use the old address of the object, without dereferencing it.
  /external/v8/test/mjsunit/
regexp-global.js 245 // Test String hashing (compiling regular expression includes hashing).
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DownloadPackageTask.java 283 ProvisionLogger.loge("Hashing algorithm " + hashType + " not supported.", e);
336 ProvisionLogger.loge("Hashing algorithm " + SHA256_TYPE + " not supported.", e);
  /prebuilts/ndk/5/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/5/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>.

Completed in 562 milliseconds

1 2 3 4 5 67 8 91011>>