Home
last modified time | relevance | path

Searched refs:update_crc (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/util/
Dcrc32.cc88 uint32_t update_crc = UpdateCrc32(0, xored_str); in UpdateWithXor() local
89 update_crc = crc32_combine(update_crc, 0, in UpdateWithXor()
91 crc_ ^= update_crc; in UpdateWithXor()
/external/icing/icing/legacy/core/
Dicing-string-util.cc58 uint32_t update_crc = UpdateCrc32(0, xored_str, len); in UpdateAtPositionCrc32() local
59 update_crc = crc32_combine(update_crc, 0, orig_len - (offset + len)); in UpdateAtPositionCrc32()
60 return crc ^ update_crc; in UpdateAtPositionCrc32()
/external/rust/crates/libz-sys/src/zlib/doc/
Drfc1952.txt647 crc = update_crc(crc, buffer, length);
651 unsigned long update_crc(unsigned long crc,
668 return update_crc(0L, buf, len);
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Drfc1952.txt647 crc = update_crc(crc, buffer, length);
651 unsigned long update_crc(unsigned long crc,
668 return update_crc(0L, buf, len);