OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crc64
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/external/lzma/C/
XzCrc64Opt.c
1
/* XzCrc64Opt.c --
CRC64
calculation
Xz.h
81
UInt64
crc64
;
member in struct:__anon20011
/external/lzma/xz-embedded/
xz_config.h
13
/* Uncomment to enable
CRC64
support. */
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/fio/
Android.mk
34
crc_src_files := crc/crc7.c crc/crc16.c crc/crc32.c crc/
crc64
.c crc/crc32c.c crc/crc32c-intel.c \
/external/fio/crc/
crc64.c
1
#include "
crc64
.h"
test.c
11
#include "../crc/
crc64
.h"
190
.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/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
AnalyzerTest.java
38
import org.jacoco.core.internal.data.
CRC64
;
95
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
152
!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
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555-sources.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128-sources.jar
Completed in 529 milliseconds
1
2
3
4