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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
761 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
    [all...]
unordered_set.h 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
683 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_map.h 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
761 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
    [all...]
unordered_set.h 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
683 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
792 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
    [all...]
unordered_set.h 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
713 * @tparam _Hash Hashing function object type, defaults to hash<_Value>.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 49 import com.google.common.hash.Hashing;
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 576 * A hashing method that changes a string (like a URL) into a hash suitable for using as a
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 576 * A hashing method that changes a string (like a URL) into a hash suitable for using as a
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 464 /* Standard ELF hashing function */
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 576 * A hashing method that changes a string (like a URL) into a hash suitable for using as a
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 80 * if the number of buckets is small). We could implement dual hashing algorithms
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 860 * we cannot rely on the output order, as the hashing algorithm or other aspects
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
intset.py 394 # Hashing
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 30 // (in-place) rewriting, hashing, typing, etc.
  /external/clang/lib/Basic/
IdentifierTable.cpp 301 /// at hashing identifiers.
  /external/freetype/src/base/
ftdbgmem.c 150 * L-Hashing, which is 10% faster and doesn't require divisions.
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 197 for (int j = Hashing.smear(hash); ; j++) {
Multiset.java 293 // Comparison and hashing
  /external/guava/guava/src/com/google/common/util/concurrent/
Striped.java 458 // Copied from java/com/google/common/collect/Hashing.java
  /external/icu/icu4c/source/tools/gensprep/
store.c 225 /* Callback for hashing the entry */
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_tables.h 744 #define NFT_QUEUE_FLAG_CPU_FANOUT 0x02 /* use current CPU (no hashing) */
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 216 /// /// type that is actually stored and used for hashing and comparisons.
  /external/llvm/lib/IR/
ConstantsContext.h 19 #include "llvm/ADT/Hashing.h"
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 42 is O(1) in nearly all scenarios, thanks to hashing).

Completed in 187 milliseconds

<<11121314151617181920>>