Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:crc64
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H
A
D
DictionaryTest.java
22
private static long
crc64
(ByteBuffer data) {
in crc64()
method in DictionaryTest
H
A
D
TransformTest.java
23
private static long
crc64
(byte[] data) {
in crc64()
method in TransformTest
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/
H
A
D
checksum_n_exporter.cpp
573
uint64_t
crc64
= 0U;
in Crc64()
local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H
A
D
common_func.cpp
73
int64_t
crc64
= 0U;
in GetCrc64Arg()
local
/third_party/lzma/C/
H
A
D
Xz.h
90
UInt64
crc64
;
member
/third_party/lz4/tests/
H
A
D
fuzzer.c
1323
{ U64 const
crc64
= XXH64(testInput, testCompressedSize, 0);
in FUZ_unitTests()
local
1387
{ U64 const
crc64
= XXH64(testInput + 64 KB, testCompressedSize, 0);
in FUZ_unitTests()
local
1404
XXH64_hash_t const
crc64
= ( (void)assert((unsigned)segSize + testCompressedSize < testInputSize) ,
in FUZ_unitTests()
local
1424
{ U64 const
crc64
= XXH64(testInput + 64 KB, testCompressedSize, 0);
in FUZ_unitTests()
local
/third_party/ntfs-3g/ntfsprogs/
H
A
D
mkntfs.c
307
static uint64_t
crc64
(uint64_t crc, const byte * data, size_t size)
in crc64()
function
Completed in 20 milliseconds