Searched defs:xor_bytes (Results 1 – 5 of 5) sorted by relevance
81 uint16_t xor_bytes = absl::little_endian::Load16(pa + count) ^ in FindLongestCommonPrefix() local96 uint64_t xor_bytes = absl::little_endian::Load64(pa + count) ^ in FindLongestCommonPrefix() local106 uint64_t xor_bytes = absl::little_endian::Load64(pa + count) ^ in FindLongestCommonPrefix() local
33 def xor_bytes(b1: bytes, b2: bytes) -> bytes: function
325 xor_bytes: [u8; T], field