Home
last modified time | relevance | path

Searched refs:newCRC (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dlcd_display.py110 newCRC = 0x00F32100
116 newCRC >>= 1
120 newCRC |= 0x00800000
124 if newCRC & 0x00000080:
125 newCRC ^= 0x00840800
129 newCRC >>= 1
133 if newCRC & 0x00000080:
134 newCRC ^= 0x00840800
137 return ((~newCRC)>>8) & 0xffff
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dgpt.cc536 uint32_t oldCRC, newCRC, hSize; in CheckHeaderCRC() local
568 newCRC = chksum_crc32((unsigned char*) temp, hSize); in CheckHeaderCRC()
577 return (oldCRC == newCRC); in CheckHeaderCRC()
1074 uint32_t sizeOfParts, newCRC; in LoadPartitionTable() local
1094 newCRC = chksum_crc32((unsigned char*) partitions, sizeOfParts); in LoadPartitionTable()
1095 mainPartsCrcOk = secondPartsCrcOk = (newCRC == header.partitionEntriesCRC); in LoadPartitionTable()
1117 uint32_t sizeOfParts, newCRC; in CheckTable() local
1135 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()
1136 allOK = (newCRC == header->partitionEntriesCRC); in CheckTable()
1141 if (newCRC != otherHeader->partitionEntriesCRC) { in CheckTable()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/common/
H A DDumpFile.cpp3086 XMP_Uns32 newCRC = ComputeCRCforPNG ( file, (chunkOffset + 4), (chunkLen + 4) ); in DumpPNGChunk() local
3088 if ( chunkCRC != newCRC ) tree->addComment ( "** CRC should be 0x%.8X **", newCRC ); in DumpPNGChunk()
/dports/textproc/exempi/exempi-2.5.2/samples/source/common/
H A DDumpFile.cpp3739 XMP_Uns32 newCRC = ComputeCRCforPNG ( file, (chunkOffset + 4), (chunkLen + 4) ); in DumpPNGChunk() local
3741 if ( chunkCRC != newCRC ) tree->addComment ( "** CRC should be 0x%.8X **", newCRC ); in DumpPNGChunk()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtinydom.cpp15215 lUInt32 newCRC = buf.getCRC(); in writeIndex() local
15219 if (newCRC != _oldStreamCRC || newSize != _oldStreamSize) { in writeIndex()
15227 _oldStreamCRC = newCRC; in writeIndex()