HomeSort by relevance Sort by last modified time
    Searched refs:combinedCRC (Results 1 - 10 of 10) sorted by null

  /external/bzip2/
compress.c 607 s->combinedCRC = (s->combinedCRC << 1) | (s->combinedCRC >> 31);
608 s->combinedCRC ^= s->blockCRC;
614 s->blockNo, s->blockCRC, s->combinedCRC, s->nblock );
662 bsPutUInt32 ( s, s->combinedCRC );
664 VPrintf1( " final combined CRC = 0x%08x\n ", s->combinedCRC );
bzlib_private.h 246 UInt32 combinedCRC;
bzlib.c 192 s->combinedCRC = 0;
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 635 UInt32 combinedCRC;
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 628 UInt32 combinedCRC;
    [all...]
varinfo6.c 666 UInt32 combinedCRC;
    [all...]
  /external/valgrind/main/perf/
bz2.c 628 UInt32 combinedCRC;
    [all...]
test_input_for_tinycc.c 1056 UInt32 combinedCRC;
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 37 milliseconds