Searched defs:hashing (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/hash/
H A DMessageDigestAlgorithmBenchmark.java97 @Benchmark byte hashing(int reps) { method in class:MessageDigestAlgorithmBenchmark
/external/llvm/unittests/ADT/
H A DHashingTest.cpp41 namespace hashing { namespace in namespace:llvm
45 } // namespace hashing
335 // Hashing a sequence of homogenous types matches range hashing.
348 // same data for hashing produces the same as a range-based hash of the
/external/llvm/include/llvm/ADT/
H A DHashing.h1 //===-- 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
63 /// This object represents the result of hashing some entity. It is intended to
64 /// be used to implement hashtables or other hashing-based data structures.
125 /// This hashing library uses a per-execution seed designed to change on each
143 namespace hashing { namespace in namespace:llvm
487 namespace hashing { namespace in namespace:llvm
611 namespace hashing { namespace in namespace:llvm
[all...]

Completed in 414 milliseconds