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

  /external/skia/src/core/
SkDescriptor.h 55 void computeChecksum() {
56 fChecksum = SkDescriptor::ComputeChecksum(this);
61 SkASSERT(SkDescriptor::ComputeChecksum(this) == fChecksum);
122 static uint32_t ComputeChecksum(const SkDescriptor* desc) {
  /external/skqp/src/core/
SkDescriptor.h 55 void computeChecksum() {
56 fChecksum = SkDescriptor::ComputeChecksum(this);
61 SkASSERT(SkDescriptor::ComputeChecksum(this) == fChecksum);
122 static uint32_t ComputeChecksum(const SkDescriptor* desc) {
  /tools/dexter/slicer/
dex_format.cc 26 u4 ComputeChecksum(const Header* header) {
writer.cc 348 header->checksum = dex::ComputeChecksum(header);
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 292 void ComputeChecksum();
304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);
readable_font_data.cc 52 ComputeChecksum();
355 void ReadableFontData::ComputeChecksum() {
359 sum = ComputeCheckSum(0, Length());
367 sum += ComputeCheckSum(low_bound, high_bound);
375 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound,
  /prebuilts/go/darwin-x86/src/archive/tar/
format.go 172 chksum1, chksum2 := b.ComputeChecksum()
218 chksum, _ := b.ComputeChecksum() // Possible values are 256..128776
223 // ComputeChecksum computes the checksum for the header block.
227 func (b *block) ComputeChecksum() (unsigned, signed int64) {
  /prebuilts/go/linux-x86/src/archive/tar/
format.go 172 chksum1, chksum2 := b.ComputeChecksum()
218 chksum, _ := b.ComputeChecksum() // Possible values are 256..128776
223 // ComputeChecksum computes the checksum for the header block.
227 func (b *block) ComputeChecksum() (unsigned, signed int64) {
  /tools/dexter/slicer/export/slicer/
dex_format.h 303 u4 ComputeChecksum(const Header* header);

Completed in 157 milliseconds