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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 109 string CheckSum() const {
221 // the table will result in an updated checksum.
222 string CheckSum() const {
223 return impl_->CheckSum();
382 return syms1->CheckSum() == syms2->CheckSum();
relabel.h 208 old_isymbols->CheckSum() != new_isymbols->CheckSum()) {
218 old_osymbols->CheckSum() != new_osymbols->CheckSum()) {
  /external/openfst/src/include/fst/
symbol-table.h 159 string CheckSum() const {
181 // if the checksum is up-to-date (requiring no recomputation).
335 // added to the table will result in an updated checksum.
337 virtual string CheckSum() const {
338 return impl_->CheckSum();
341 // Same as CheckSum(), but this returns an label-dependent version.
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 62 CheckSum checkSum; /* CheckSum for this table. */
hb-open-type-private.hh 642 /* CheckSum */
643 struct CheckSum : ULONG
  /external/freetype/src/sfnt/
ttload.c 185 FT_FRAME_ULONG( CheckSum ),
388 " tag offset length checksum\n"
394 entry->CheckSum = FT_GET_ULONG();
410 entry->CheckSum ));
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 365 uint32_t CheckSum;
437 uint16_t Checksum;
473 uint32_t CheckSum;
  /external/freetype/src/truetype/
ttobjs.c 191 FT_UInt32 checksum = 0; local
199 checksum += (FT_UInt32)FT_GET_ULONG();
202 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) );
206 return checksum;
217 if ( face->dir_tables[i].CheckSum )
218 return face->dir_tables[i].CheckSum;
237 FT_ULong CheckSum;
323 FT_ULong checksum; local
338 checksum = 0;
364 if ( !checksum )
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 88 support::ulittle32_t CheckSum;
  /external/qemu/
a.out.h 209 host_ulong x_checksum; /* section COMDAT checksum */
338 unsigned short e_csum; /* Checksum, 0x0 */
393 host_ulong CheckSum;
  /external/freetype/include/freetype/internal/
tttypes.h 123 /* CheckSum :: The table checksum. This value can be ignored. */
133 FT_ULong CheckSum; /* table checksum */
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.c     [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 580 WriteLE32(i->Aux.SectionDefinition.CheckSum);
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 508 << format("scnlen 0x%x nreloc %d nlnno %d checksum 0x%x "
512 , unsigned(asd->CheckSum))
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 122 unsigned short e_csum; /* 12: Checksum */
195 unsigned long CheckSum; /* 0x40 */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/mdnsresponder/mDNSCore/
mDNS.c 1921 mDNSOpaque16 checksum; local
10426 mDNSu16 checksum = IPv6CheckSum(&src->ip.v6, &dst->ip.v6, protocol, t->bytes, len); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 909 milliseconds