Home
last modified time | relevance | path

Searched refs:hashing (Results 1 – 25 of 38) 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.h143 namespace hashing {
482 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
487 namespace hashing {
605 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
611 namespace hashing {
635 return ::llvm::hashing::detail::hash_integer_value(value);
641 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/catapult/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/opencv3/doc/py_tutorials/py_feature2d/py_brief/
Dpy_brief.markdown20 methods like PCA, LDA etc. Even other methods like hashing using LSH (Locality Sensitive Hashing) is
24 SSE instructions. But here, we need to find the descriptors first, then only we can apply hashing,
/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java97 @Benchmark byte hashing(int reps) { in hashing() method in MessageDigestAlgorithmBenchmark
/external/dbus/test/data/sha-1/
DReadme.txt11 Since it is possible for an implementation to correctly handle the hashing of byte-oriented
27 is supplied. These can be used to verify the hashing of longer message lengths. For bit oriented
/external/clang/test/Modules/
Dsystem_version.m1 // Test checking that we're hashing a system version file in the
/external/lzma/DOC/
Dlzma-sdk.txt273 bt2 d * 9.5 + 4MB Binary Tree with 2 bytes hashing.
274 bt3 d * 11.5 + 4MB Binary Tree with 3 bytes hashing.
275 bt4 d * 11.5 + 4MB Binary Tree with 4 bytes hashing.
276 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
DMethods.txt107 F0 - Ciphers without hashing algo
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
Dintro.rst149 Keyed-hashing for message authentication.
/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.
/external/v8/test/cctest/
Dcctest.gyp145 'test-hashing.cc',
/external/valgrind/
Dxfree-4.supp256 # (hashing) which gcc turns into a multiply by 33818641 and
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt362 r6341 r6424 Vfd n-i-bz ExeContext hashing fix
/external/clang/docs/
DControlFlowIntegrityDesign.rst428 ``CallSiteTypeId`` hashing will result in weaker CFI checks that would
/external/chromium-trace/catapult/third_party/webapp2/
DCHANGES126 password hashing tools.
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1297 Hash = llvm::hashing::detail::hash_16_bytes(Hash, V); in add()
/external/chromium-trace/catapult/third_party/gsutil/
DCHANGES.md86 - Re-hashing of existing bytes when resuming downloads now displays progress.
826 - Disable hashing and increase buffer size in perfdiag.

12