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

  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 177 uint32_t file_checksum = 0; local
181 file_checksum += table->checksum;
183 file_checksum += ComputeHeaderChecksum(*font);
185 StoreU32(0xb1b0afba - file_checksum, &offset, head_buf);
woff2_dec.cc 648 uint32_t file_checksum = 0; local
655 file_checksum += checksum;
657 file_checksum += ComputeChecksum(dst,
659 uint32_t checksum_adjustment = 0xb1b0afba - file_checksum;
  /external/chromium_org/third_party/ots/src/
woff2.cc 761 uint32_t file_checksum = 0; local
768 file_checksum += checksum; // The addition is mod 2^32
770 file_checksum += ComputeChecksum(dst,
772 uint32_t checksum_adjustment = 0xb1b0afba - file_checksum;
    [all...]

Completed in 56 milliseconds