Searched refs:checkSum (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
D | TestUtils.java | 116 public static long checkSum(byte[] b, int offset, int length) { in checkSum() method in TestUtils 117 long checkSum = 0; in checkSum() local 122 checkSum += (b[j+i] & 0xff) << (24 - 8*j); in checkSum() 126 return checkSum & 0xffffffffL; in checkSum()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-open-file.hh | 72 CheckSum checkSum; /* CheckSum for this table. */ member 175 rec.checkSum.set_for_data (start, end - start); in serialize() 191 checksum = checksum + rec.checkSum; in serialize()
|
D | hb-uniscribe.cc | 395 record.checkSum.set_for_data (&name, padded_name_table_length); in _hb_rename_font()
|
/third_party/cups-filters/fontembed/ |
D | sfnt.h | 8 unsigned int checkSum; member
|
D | sfnt.c | 188 otf->tables[iA].checkSum=get_ULONG(buf+4); in otf_do_load() 443 if (csum!=table->checkSum) { in otf_get_table() 795 *(unsigned int *)context=table->checkSum; in otf_action_copy() 822 *(unsigned int *)context=table->checkSum; in otf_action_copy_head()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2157 const UInt32 *checkSum, IHasher *hf, 2180 const UInt32 *checkSum, IHasher *hf, in CrcProcess() argument 2221 if (checkSum) in CrcProcess() 2223 if (sum != *checkSum) in CrcProcess() 2229 checkSum = &checkSum_Prev; in CrcProcess() 3215 const UInt32 *checkSum, in CrcBench() argument 3293 if (checkSum) in CrcBench() 3295 ci.CheckSum = *checkSum; in CrcBench() 3361 RINOK(crcib.CrcProcess(numIterations, checkSum, hasher, _file)); in CrcBench() 3986 const UInt32 *checkSum = NULL; in Bench() local [all …]
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 1758 checkSum
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 6059 <!-- OT::CheckSum OT::TableRecord::checkSum --> 6060 …<var-decl name='checkSum' type-id='type-id-248' visibility='default' filepath='/tmp/legendre/spack…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3852 …<var-decl name='checkSum' type-id='type-id-248' visibility='default' filepath='/tmp/legendre/spack…
|