Searched refs:AllBytes (Results 1 – 2 of 2) sorted by relevance
144 const uint64_t AllBytes = (1ULL << (Addend & 0xff)) - 4; in relaxAlign() local152 Remove = AllBytes; in relaxAlign()154 Remove = AllBytes - CurBytes; in relaxAlign()
1219 StringRef AllBytes(Buffer.data(), Buffer.size()); in createSignature() local1222 Hasher.update(AllBytes.slice(ASTBlockRange.first, ASTBlockRange.second)); in createSignature()1227 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()1230 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()1232 Hasher.update(AllBytes.substr(ASTBlockRange.second)); in createSignature()