Searched refs:update_crc (Results 1 – 4 of 4) sorted by relevance
/external/icing/icing/util/ |
D | crc32.cc | 88 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/ |
D | icing-string-util.cc | 58 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/ |
D | rfc1952.txt | 647 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/ |
D | rfc1952.txt | 647 crc = update_crc(crc, buffer, length); 651 unsigned long update_crc(unsigned long crc, 668 return update_crc(0L, buf, len);
|