Home
last modified time | relevance | path

Searched refs:hashing (Results 1 – 25 of 47) 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/swiftshader/third_party/llvm-subzero/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/swiftshader/third_party/llvm-subzero/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(
641 return ::llvm::hashing::detail::hash_integer_value(
/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(
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/llvm/test/Linker/
Dunique-fwd-decl-order.ll4 ; This test exercises MDNode hashing. For the nodes to be correctly uniqued,
/external/python/cpython2/Doc/library/
Dpersistence.rst13 module also provides such disk-based string-to-string mappings based on hashing,
Dhashlib.rst160 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
161 brute-force attacks. A good password hashing function must be tunable, slow, and
Dsha.rst86 Links from NIST to various information on secure hashing.
/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/lzma/DOC/
Dlzma-sdk.txt274 bt2 d * 9.5 + 4MB Binary Tree with 2 bytes hashing.
275 bt3 d * 11.5 + 4MB Binary Tree with 3 bytes hashing.
276 bt4 d * 11.5 + 4MB Binary Tree with 4 bytes hashing.
277 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
DMethods.txt131 F0 - Ciphers without hashing algo
/external/liblzf/
DChanges98 - very very slight tuning of the hashing function.
/external/libtextclassifier/smartselect/
Dtext-classification-model.proto66 // Number of buckets used for hashing charactergrams.
/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/valgrind/
Dxfree-4.supp256 # (hashing) which gcc turns into a multiply by 33818641 and
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md108 1. OpenSSL deals with run-time relocations by not hashing parts of the module's data.
/external/clang/docs/
DControlFlowIntegrityDesign.rst428 ``CallSiteTypeId`` hashing will result in weaker CFI checks that would
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt362 r6341 r6424 Vfd n-i-bz ExeContext hashing fix
/external/flatbuffers/docs/source/
DCppUsage.md182 using the string hashing feature (see `hash` attribute in the
/external/python/cpython2/Doc/using/
Dcmdline.rst558 Its purpose is to allow repeatable hashing, such as for selftests for the

12