OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storedBlockCRC
(Results
1 - 10
of
10
) sorted by null
/external/bzip2/
decompress.c
241
s->
storedBlockCRC
= 0;
243
s->
storedBlockCRC
= (s->
storedBlockCRC
<< 8) | ((UInt32)uc);
245
s->
storedBlockCRC
= (s->
storedBlockCRC
<< 8) | ((UInt32)uc);
247
s->
storedBlockCRC
= (s->
storedBlockCRC
<< 8) | ((UInt32)uc);
249
s->
storedBlockCRC
= (s->
storedBlockCRC
<< 8) | ((UInt32)uc);
bzlib_private.h
388
UInt32
storedBlockCRC
;
bzlib.c
827
VPrintf2 ( " {0x%08x, 0x%08x}", s->
storedBlockCRC
,
830
if (s->calculatedBlockCRC != s->
storedBlockCRC
)
[
all
...]
/external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c
777
UInt32
storedBlockCRC
;
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
770
UInt32
storedBlockCRC
;
[
all
...]
varinfo6.c
808
UInt32
storedBlockCRC
;
[
all
...]
/external/valgrind/main/perf/
bz2.c
770
UInt32
storedBlockCRC
;
[
all
...]
test_input_for_tinycc.c
1138
UInt32
storedBlockCRC
;
[
all
...]
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
/prebuilt/common/ant/
ant.jar
Completed in 24 milliseconds