mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Depend on granular targets rather than //third_party/tensorflow/core:framework_headers_lib
PiperOrigin-RevId: 884615862
This commit is contained in:
committed by
Copybara-Service
parent
9e558dd5c2
commit
45a3e9fda9
@@ -28,7 +28,7 @@ static BROTLI_INLINE uint64_t GetMatchingTagMask(
|
||||
}
|
||||
#else
|
||||
const int chunk_size = sizeof(size_t);
|
||||
const size_t shift_amount = ((chunk_size * 8) - chunk_size);
|
||||
const ssize_t shift_amount = ((chunk_size * 8) - chunk_size);
|
||||
const size_t xFF = ~((size_t)0);
|
||||
const size_t x01 = xFF / 0xFF;
|
||||
const size_t x80 = x01 << 7;
|
||||
|
||||
Reference in New Issue
Block a user