Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dstream_utils.cc129 uint64_t unsigned_offset = static_cast<uint64_t>(-offset); in CheckInt64Overflow() local
130 if (position >= unsigned_offset) in CheckInt64Overflow()