HomeSort by relevance Sort by last modified time
    Searched refs:hashing (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Support/
Hashing.cpp 1 //===-------------- lib/Support/Hashing.cpp -------------------------------===//
10 // This file provides implementation bits for the LLVM common hashing
16 #include "llvm/ADT/Hashing.h"
23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value;
  /external/llvm/include/llvm/ADT/
Hashing.h 1 //===-- llvm/ADT/Hashing.h - Utilities for hashing --------------*- C++ -*-===//
10 // This file implements the newly proposed standard C++ interfaces for hashing
18 // data. It is the intended product of hashing, and can be used to implement
25 // construction of hashing datastructures.
28 // user-defined type which wishes to be used within a hashing context. It
37 // Note that 'hash_combine_range' contains very special logic for hashing
69 /// This object represents the result of hashing some entity. It is intended to
70 /// be used to implement hashtables or other hashing-based data structures.
82 /// can be used as sentinels within hashing data structures
152 namespace hashing { namespace in namespace:llvm
498 namespace hashing { namespace in namespace:llvm
720 namespace hashing { namespace in namespace:llvm
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 942 int hashing = 0;
992 hashing = (literals >= 2 && (literals * words) >= 10);
993 if (hashing)
1014 else if (hashing)
1049 if (hashing)
935 int hashing = 0; local
    [all...]
  /external/llvm/unittests/ADT/
HashingTest.cpp 10 // Hashing.h unit tests.
15 #include "llvm/ADT/Hashing.h"
42 namespace hashing { namespace in namespace:llvm
46 } // namespace hashing
336 // Hashing a sequence of homogenous types matches range hashing.
348 // Hashing a sequence of heterogenous types which *happen* to all produce the
349 // same data for hashing produces the same as a range-based hash of the
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 588 # Run block gamut tranformations, without hashing HTML blocks. This is
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 341 /// This could be done using hashing or binary search, but this is inefficient
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 318 milliseconds