HomeSort by relevance Sort by last modified time
    Searched refs:CheckSum (Results 1 - 25 of 42) 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/sfntly/cpp/src/test/
test_utils.h 78 // Calculate an OpenType checksum from the array.
79 // @param b the array to calculate checksum on
82 // @return checksum
84 static int64_t CheckSum(ByteArray* b, int32_t offset, int32_t length);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imagehlp.h 77 PIMAGE_NT_HEADERS IMAGEAPI CheckSumMappedFile (PVOID BaseAddress,DWORD FileLength,PDWORD HeaderSum,PDWORD CheckSum);
78 DWORD IMAGEAPI MapFileAndCheckSumA(PCSTR Filename,PDWORD HeaderSum,PDWORD CheckSum);
79 DWORD IMAGEAPI MapFileAndCheckSumW(PCWSTR Filename,PDWORD HeaderSum,PDWORD CheckSum);
ntdddisk.h 341 ULONG CheckSum;
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 63 CheckSum checkSum; /* CheckSum for this table. */
  /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/tools/obj2yaml/
coff2yaml.cpp 176 YAMLASD.CheckSum = ObjSD->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...]
  /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/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...]
  /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/ddk/
ntimage.h 301 ULONG CheckSum;
350 ULONG CheckSum;
  /external/freetype/src/sfnt/
ttload.c 184 FT_FRAME_ULONG( CheckSum ),
401 " tag offset length checksum\n"
407 entry->CheckSum = FT_GET_ULONG();
436 entry->CheckSum,
452 entry->CheckSum ));
    [all...]
sfobjs.c 513 " tag offset compLen origLen checksum\n"
527 table->CheckSum = FT_GET_ULONG();
537 table->CheckSum ));
641 WRITE_ULONG( sfnt_header, table->CheckSum );
    [all...]
  /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/sfnt/
ttload.c 186 FT_FRAME_ULONG( CheckSum ),
404 " tag offset length checksum\n"
416 entry.CheckSum = FT_GET_ULONG();
445 entry.CheckSum,
460 entry.CheckSum ));
    [all...]
sfobjs.c 495 " tag offset compLen origLen checksum\n"
509 table->CheckSum = FT_GET_ULONG();
519 table->CheckSum ));
623 WRITE_ULONG( sfnt_header, table->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...]
  /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...]
  /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/lzma/CPP/7zip/UI/Common/
Bench.cpp     [all...]
  /external/llvm/lib/Object/
COFFYAML.cpp 454 IO.mapRequired("CheckSum", ASD.CheckSum);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 570 << format("scnlen 0x%x nreloc %d nlnno %d checksum 0x%x "
574 , unsigned(asd->CheckSum))
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 570 writeLE32(i->Aux.SectionDefinition.CheckSum);
    [all...]

Completed in 653 milliseconds

1 2