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

1 2

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp 45 checkSum_ = CheckSum();
48 char CheckSum() {
65 TEST_F(Platform, CheckSum) {
67 EXPECT_EQ(checkSum_, CheckSum());
108 EXPECT_EQ(checkSum_, CheckSum());
119 EXPECT_EQ(checkSum_, CheckSum());
129 EXPECT_EQ(checkSum_, CheckSum());
144 EXPECT_EQ(checkSum_, CheckSum());
159 EXPECT_EQ(checkSum_, CheckSum());
  /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/harfbuzz_ng/src/
hb-open-type-private.hh 724 /* CheckSum */
725 struct CheckSum : ULONG
  /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;
448 support::ulittle32_t CheckSum;
  /external/pdfium/third_party/freetype/include/freetype/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...]
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 189 char e_csum[2]; /* Checksum, 0x0. */
228 char e_csum[2]; /* Checksum, 0x0. */
285 char CheckSum[4];
324 char CheckSum[4];
429 char Checksum[4]; /* Section COMDAT checksum. */
internal.h 47 unsigned short e_csum; /* Checksum, 0x0 */
227 long CheckSum; /* Set to 0. */
604 unsigned long x_checksum; /* section COMDAT checksum for PE */
  /external/llvm/include/llvm/Support/
COFF.h 391 uint32_t CheckSum;
469 uint16_t Checksum;
508 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 452 milliseconds

1 2