/external/lzma/C/ |
XzCrc64Opt.c | 1 /* XzCrc64Opt.c -- CRC64 calculation
|
Xz.h | 81 UInt64 crc64;
member in struct:__anon26891
|
/external/xz-embedded/userspace/ |
boottest.c | 22 /* Disable the CRC64 support even if it was enabled in the Makefile. */
|
xz_config.h | 13 /* Uncomment to enable CRC64 support. */
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64.go | 5 // Package crc64 implements the 64-bit cyclic redundancy check, or CRC-64, 8 package crc64 package
|
/prebuilts/go/linux-x86/src/hash/crc64/ |
crc64.go | 5 // Package crc64 implements the 64-bit cyclic redundancy check, or CRC-64, 8 package crc64 package
|
/external/fio/crc/ |
crc64.c | 1 #include "crc64.h"
|
test.c | 11 #include "../crc/crc64.h" 251 .name = "crc64",
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
implementation.html | 122 JaCoCo creates such identities by a CRC64 hash code of the raw class definition. 133 classes. The CRC64 hash computation is simple and fast resulting in a small 64 144 results. The CRC64 code might produce so called <i>collisions</i>, i.e. 145 creating the same hash code for two different classes. Although CRC64 is not
|
/external/lzma/Asm/x86/ |
XzCrc64Opt.asm | 1 ; XzCrc64Opt.asm -- CRC64 calculation : optimized version
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
XZOutputStream.java | 25 * settings and the default integrity check type (CRC64): 32 * is <code>6</code>) and SHA-256 instead of CRC64 for integrity checking: 76 * Creates a new XZ compressor using one filter and CRC64 as 123 * Creates a new XZ compressor using 1-4 filters and CRC64 as
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 80 "hash/crc64",
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 151 "hash/crc64",
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
gccgoinstallation_test.go | 80 "hash/crc64",
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 151 "hash/crc64",
|
/external/xz-embedded/linux/lib/xz/ |
xz_dec_stream.c | 52 /* CRC32 or CRC64 value in Block or CRC32 value in Index */ 222 * is normally uint64_t). Update the CRC32 or CRC64 value if presence of 223 * the CRC32 or CRC64 field was indicated in Stream Header. 363 * The "bits" argument allows using the same code for both CRC32 and CRC64. 421 * CRC32 (Check ID = 1), and optionally CRC64 (Check ID = 4).
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
AnalyzerTest.java | 40 import org.jacoco.core.internal.data.CRC64; 98 executionData.get(Long.valueOf(CRC64.checksum(bytes)),
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
Utils.java | 143 // http://bioinf.cs.ucl.ac.uk/downloads/crc64/crc64.c
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Utils.java | 143 // http://bioinf.cs.ucl.ac.uk/downloads/crc64/crc64.c
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
ExecutionData.java | 66 * Return the unique identifier for this class. The identifier is the CRC64
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
makefile | 149 !include "../../Crc64.mak"
|
/external/lzma/Java/Tukaani/ |
fileset-src.txt | 57 src/org/tukaani/xz/check/CRC64.java
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
parser.go | 211 "hash/crc64",
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 211 "hash/crc64",
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/ |
org.jacoco.core-0.7.1.201405082137-sources.jar | |