Searched refs:hashing (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DHashing.cpp10 // This file provides implementation bits for the LLVM common hashing
23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value;
/freebsd-10.3-release/contrib/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
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.
130 /// This hashing library uses a per-execution seed designed to change on each
148 namespace hashing { namespace in namespace:llvm
493 namespace hashing { namespace in namespace:llvm
715 namespace hashing { namespace in namespace:llvm
[all...]
/freebsd-10.3-release/contrib/ipfilter/
H A Dmli_ipl.c29 #include <sys/hashing.h>
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c97 # include <sys/hashing.h>
H A Dfil.c85 # include <sys/hashing.h>

Completed in 128 milliseconds