HomeSort by relevance Sort by last modified time
    Searched defs:CheckSum (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEmbeddedFileParameterDictionary_autogen.cpp 59 SkString SkPdfEmbeddedFileParameterDictionary::CheckSum(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("CheckSum", "");
68 return get("CheckSum", "") != NULL;
  /external/freetype/src/truetype/
ttobjs.c 193 FT_UInt32 checksum = 0; local
201 checksum += (FT_UInt32)FT_GET_ULONG();
204 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) );
208 return checksum;
219 if ( face->dir_tables[i].CheckSum )
220 return face->dir_tables[i].CheckSum;
239 FT_ULong CheckSum;
345 FT_ULong checksum; local
360 checksum = 0;
386 if ( !checksum )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 193 FT_UInt32 checksum = 0; local
201 checksum += (FT_UInt32)FT_GET_ULONG();
204 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) );
208 return checksum;
219 if ( face->dir_tables[i].CheckSum )
220 return face->dir_tables[i].CheckSum;
239 FT_ULong CheckSum;
345 FT_ULong checksum; local
360 checksum = 0;
386 if ( !checksum )
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.c     [all...]
  /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-type-private.hh 691 /* CheckSum */
692 struct CheckSum : ULONG
  /external/v8/src/
serialize.cc 2065 int checksum = Version::Hash(); local
    [all...]
  /external/freetype/include/internal/
tttypes.h 123 /* CheckSum :: The table checksum. This value can be ignored. */
133 FT_ULong CheckSum; /* table checksum */
190 /* CheckSum :: The table checksum. This value can be ignored. */
202 FT_ULong CheckSum; /* uncompressed checksum */
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 50 support::ulittle16_t Checksum;
113 support::ulittle32_t CheckSum;
148 support::ulittle32_t CheckSum;
425 support::ulittle32_t CheckSum;
  /external/pdfium/third_party/freetype/include/internal/
tttypes.h 123 /* CheckSum :: The table checksum. This value can be ignored. */
133 FT_ULong CheckSum; /* table checksum */
190 /* CheckSum :: The table checksum. This value can be ignored. */
202 FT_ULong CheckSum; /* uncompressed checksum */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 301 ULONG CheckSum;
350 ULONG CheckSum;
ntddk.h 272 ULONG CheckSum;
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 399 uint32_t CheckSum;
477 uint16_t Checksum;
516 uint32_t CheckSum;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdddisk.h 341 ULONG CheckSum;
winternl.h 48 ULONG CheckSum;
    [all...]
winioctl.h 699 DWORD CheckSum;
    [all...]
winnt.h     [all...]
  /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/valgrind/coregrind/m_debuginfo/
readpdb.c 123 unsigned short e_csum; /* 12: Checksum */
196 unsigned long CheckSum; /* 0x40 */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 389 DWORD CheckSum;
413 DWORD CheckSum;
443 DWORD CheckSum;
456 DWORD CheckSum;
524 DWORD CheckSum;
542 DWORD CheckSum;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 395 DWORD CheckSum;
421 DWORD CheckSum;
453 DWORD CheckSum;
466 DWORD CheckSum;
553 DWORD CheckSum;
571 DWORD CheckSum;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 

Completed in 762 milliseconds

1 2