Home
last modified time | relevance | path

Searched refs:hashing (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Support/
DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/external/llvm/include/llvm/ADT/
DHashing.h142 namespace hashing {
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
486 namespace hashing {
604 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
610 namespace hashing {
634 return ::llvm::hashing::detail::hash_integer_value(value);
640 return ::llvm::hashing::detail::hash_integer_value(
/external/iptables/extensions/
Dlibxt_HMARK.man1 Like MARK, i.e. set the fwmark, but the mark is calculated from hashing
4 and used to calculate the hashing.
Dlibipt_CLUSTERIP.man11 Specify the hashing mode. Has to be one of
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/
Dsecurity.rst7 This module provides security related helpers such as secure password hashing
/external/llvm/test/Linker/
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java97 @Benchmark byte hashing(int reps) { in hashing() method in MessageDigestAlgorithmBenchmark
/external/clang/test/Modules/
Dsystem_version.m1 // Test checking that we're hashing a system version file in the
/external/openfst/
DNEWS55 - sub-optimal hashing functions
57 - hashing bug in FloatWeight
/external/lzma/
DMethods.txt121 F0 - Misc Ciphers (Real Ciphers without hashing algo)
Dlzma.txt223 bt2 d * 9.5 + 4MB Binary Tree with 2 bytes hashing.
224 bt3 d * 11.5 + 4MB Binary Tree with 3 bytes hashing.
225 bt4 d * 11.5 + 4MB Binary Tree with 4 bytes hashing.
226 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
/external/liblzf/
DChanges98 - very very slight tuning of the hashing function.
/external/srtp/
DREADME51 crypto/hash/ crypto hashing (hmac, tmmhv2, ...)
/external/llvm/unittests/ADT/
DHashingTest.cpp41 namespace hashing { namespace
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll262 %"struct.llvm::hashing::detail::hash_combine_recursive_helper" = type { [64 x i8], %"struct.llvm::h…
263 %"struct.llvm::hashing::detail::hash_state" = type { i64, i64, i64, i64, i64, i64, i64, i64 }
/external/llvm/docs/
DMergeFunctions.rst138 introduce hashing and other helpers, but it is still just an optimization, and
147 them in special hash-table. Functions with equal hash are equal. Good hashing
150 Lookup-up time would be small, but such approach adds some delay due to hashing
165 cases total "hashing" time was greater than total "logarithmical-search" time.
DProgrammersManual.rst1392 defining the appropriate comparison and hashing methods for each alternate key
/external/v8/test/cctest/
Dcctest.gyp123 'test-hashing.cc',
/external/valgrind/
Dxfree-4.supp256 # (hashing) which gcc turns into a multiply by 33818641 and
DNEWS.old345 n-i-bz ExeContext hashing fix
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt362 r6341 r6424 Vfd n-i-bz ExeContext hashing fix
/external/chromium-trace/trace-viewer/third_party/webapp2/
DCHANGES126 password hashing tools.
/external/wpa_supplicant_8/hostapd/
DChangeLog757 tool for hashing password to generate NtPasswordHash
/external/libxml2/
DNEWS218 Improve the hashing functions (Daniel Franke),
848 new hashing functions for dictionnaries (based on Stefan Behnel work),
/external/openssh/
DChangeLog3299 When hashing or removing hosts using ssh-keygen, don't choke on
5351 Introduce digest API and use it to perform all hashing operations

12