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
refs:headerCRC
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
bzcat.c
76
unsigned int dataCRC,
headerCRC
;
member
148
* 32 bits : bw->
headerCRC
170
bw->
headerCRC
= get_bits(bd,32);
in read_block_header()
577
if (bw->dataCRC != bw->
headerCRC
) {
in write_bunzip_data()
578
bd->totalCRC = bw->
headerCRC
+1;
in write_bunzip_data()
652
if (bd->bwdata[0].
headerCRC
==bd->totalCRC) i = 0;
in bunzipStream()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zOut.cpp
822
UInt32
headerCRC
;
in WriteDatabase()
local
828
headerCRC
= CrcCalc(NULL, 0);
in WriteDatabase()
886
headerCRC
= CRC_GET_DIGEST(_crc);
in WriteDatabase()
894
h.NextHeaderCRC =
headerCRC
;
in WriteDatabase()
909
h.NextHeaderCRC =
headerCRC
;
in WriteDatabase()
/third_party/gptfdisk/
H
A
D
gpt.cc
558
oldCRC = header->
headerCRC
;
in CheckHeaderCRC()
559
header->
headerCRC
= UINT32_C(0);
in CheckHeaderCRC()
593
header->
headerCRC
= oldCRC;
in CheckHeaderCRC()
627
mainHeader.
headerCRC
= 0;
in RecomputeCRCs()
628
secondHeader.
headerCRC
= 0;
in RecomputeCRCs()
633
mainHeader.
headerCRC
= crc;
in RecomputeCRCs()
637
secondHeader.
headerCRC
= crc;
in RecomputeCRCs()
652
mainHeader.
headerCRC
= UINT32_C(0);
in RebuildMainHeader()
673
secondHeader.
headerCRC
= UINT32_C(0);
in RebuildSecondHeader()
2561
ReverseBytes(&header->
headerCRC
,
in ReverseHeaderBytes()
[all...]
H
A
D
gpt.h
45
uint32_t
headerCRC
;
member
Completed in 8 milliseconds