Searched refs:checkSum (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedCode128Writer.cpp | 141 int32_t checkSum = 0; in EncodeImpl() local 143 checkSum = Encode128B(contents, &patterns); in EncodeImpl() 145 checkSum = Encode128C(contents, &patterns); in EncodeImpl() 147 checkSum %= 103; in EncodeImpl() 148 patterns.push_back(checkSum); in EncodeImpl() 175 int32_t checkSum = CODE_START_B * checkWeight; in Encode128B() local 179 checkSum += patternIndex * checkWeight++; in Encode128B() 181 return checkSum; in Encode128B() 189 int32_t checkSum = CODE_START_C * checkWeight; in Encode128C() local 206 checkSum += patternIndex * checkWeight++; in Encode128C() [all …]
|
/external/fonttools/Lib/fontTools/ |
D | ttx.py | 183 checkSum = int(entry.checkSum) 184 if checkSum < 0: 185 checkSum = checkSum + 0x100000000 186 checksum = "0x%08X" % checkSum
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | sfnt.py | 86 elif checksum != entry.checkSum: 146 entry.checkSum = calcChecksum(data[:8] + b'\0\0\0\0' + data[12:]) 150 entry.checkSum = calcChecksum(data) 240 checksums.append(self.tables[tags[i]].checkSum)
|
/external/testng/src/test/java/test/factory/ |
D | FactoryInSeparateClass.java | 35 public void checkSum() { in checkSum() method in FactoryInSeparateClass
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1458 const UInt32 *checkSum, IHasher *hf, in CrcBig() argument 1480 if (checkSum && sum != *checkSum) in CrcBig() 2137 const UInt32 *checkSum, in CrcBench() argument 2203 if (checkSum) in CrcBench() 2205 info.CheckSum = *checkSum; in CrcBench() 2206 info.CheckSumDefined = (checkSum && (i == 0)); in CrcBench() 2245 RINOK(CrcBig(buf, bufferSize, numIterations, checkSum, hasher, _file)); in CrcBench() 2689 const UInt32 *checkSum = NULL; in Bench() local 2706 checkSum = &h.CheckSum; in Bench() 2758 (pow == kNumHashDictBits) ? checkSum : NULL, method, NULL, NULL, false, 0)); in Bench()
|
/external/harfbuzz_ng/src/ |
D | hb-open-file-private.hh | 66 CheckSum checkSum; /* CheckSum for this table. */ member
|
D | hb-uniscribe.cc | 413 record.checkSum.set_for_data (&name, name_table_length); in _hb_rename_font()
|