Searched +full:- +full:hashfile (Results 1 – 9 of 9) sorted by relevance
| /external/lz4/tests/ |
| D | test-lz4-speed.py | 4 # Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc. 7 # This source code is licensed under the BSD-style license found in the 13 # - doesn't support filenames with spaces 14 # - dir1/lz4 and dir2/lz4 will be merged in a single results file 24 script_version = 'v1.7.2 (2016-11-08)' 37 def hashfile(hasher, fname, blocksize=65536): function 45 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text) 53 stderr_lines = stderr_lines.decode("utf-8") 54 stdout_lines = stdout_lines.decode("utf-8") 82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose) [all …]
|
| /external/zstd/tests/ |
| D | DEPRECATED-test-zstd-speed.py | 2 # THIS BENCHMARK IS BEING REPLACED BY automated-bencmarking.py 8 # This source code is licensed under both the BSD-style license (found in the 11 # You may select, at your option, one of the above-listed licenses. 15 # - doesn't support filenames with spaces 16 # - dir1/zstd and dir2/zstd will be merged in a single results file 27 script_version = 'v1.1.2 (2017-03-26)' 40 def hashfile(hasher, fname, blocksize=65536): function 48 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text) 56 stderr_lines = stderr_lines.decode("utf-8") 57 stdout_lines = stdout_lines.decode("utf-8") [all …]
|
| /external/scapy/.appveyor/ |
| D | InstallNpcap.ps1 | 2 $urlPath = "https://nmap.org/npcap/dist/npcap-0.90.exe" 8 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.exe" 10 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap.exe" SHA256)[1] -replace " ","" 11 if ($_chksum -ne $checksum){ 18 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait
|
| D | InstallWindump.ps1 | 2 $urlPath = "https://github.com/hsluoyz/WinDump/releases/download/v0.2/WinDump-for-Npcap-0.2.zip" 8 wget $urlPath -UseBasicParsing -OutFile $PSScriptRoot"\npcap.zip" 9 Add-Type -AssemblyName System.IO.Compression.FileSystem 17 Remove-Item $PSScriptRoot"\npcap.zip" 19 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap\x64\WinDump.exe" SHA256)[1] -replace " ","" 20 if ($_chksum -ne $checksum){ 27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe" 28 Remove-Item $PSScriptRoot"\npcap" -recurse
|
| /external/zstd/ |
| D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 23 SCRIPT: "make allzstd MOREFLAGS=-static" 27 - COMPILER: "clang-cl" [all …]
|
| /external/flatbuffers/src/ |
| D | idl_parser.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 31 // clang-format off in FLATBUFFERS_VERSION() 36 // clang-format on in FLATBUFFERS_VERSION() 84 for (uoffset_t index = 0; index < documentation->size(); index++) in DeserializeDoc() 85 doc.push_back(documentation->Get(index)->str()); in DeserializeDoc() 135 const auto N = components.size() - skip_top; in LookupTableByName() 141 for (size_t i = N; i > 0; i--) { in LookupTableByName() 145 auto len = full_name.size() - components[i - 1].size() - 1 - name.size(); in LookupTableByName() 154 // clang-format off 162 __extension__ // Stop GCC complaining about trailing comma with -Wpendantic. [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
| D | xxhash.h | 2 * xxHash - Extremely Fast Hash algorithm 4 * Copyright (C) 2012-2020 Yann Collet 6 * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) 32 * - xxHash homepage: https://www.xxhash.com 33 * - xxHash source repository: https://github.com/Cyan4973/xxHash 60 MD5-32 0.33 GB/s 10 Ronald L. Rivest 61 SHA1-32 0.28 GB/s 10 68 Other speed-oriented implementations can be faster, 70 https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552696407071#c349009… 72 A 64-bit version, named XXH64, is available since r35. [all …]
|
| /external/AFLplusplus/include/ |
| D | xxhash.h | 2 * xxHash - Extremely Fast Hash algorithm 4 * Copyright (C) 2012-2022 Yann Collet 6 * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) 32 * - xxHash homepage: https://www.xxhash.com 33 * - xxHash source repository: https://github.com/Cyan4973/xxHash 61 MD5-32 0.33 GB/s 10 Ronald L. Rivest 62 SHA1-32 0.28 GB/s 10 69 Other speed-oriented implementations can be faster, 71 https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552696407071#c349009… 73 A 64-bit version, named XXH64, is available since r35. [all …]
|
| /external/zstd/lib/common/ |
| D | xxhash.h | 2 * xxHash - Fast Hash algorithm 6 * - xxHash homepage: http://www.xxhash.com 7 * - xxHash source repository : https://github.com/Cyan4973/xxHash 9 * This source code is licensed under both the BSD-style license (found in the 12 * You may select, at your option, one of the above-listed licenses. 49 MD5-32 0.33 GB/s 10 Ronald L. Rivest 50 SHA1-32 0.28 GB/s 10 57 Other speed-oriented implementations can be faster, 59 https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552696407071#c349009… 61 A 64-bit version, named XXH64, is available since r35. [all …]
|