Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1066 uint64 top_11_digits = u64 / 1000000000; in FastUInt64ToBufferLeft() local
1067 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer); in FastUInt64ToBufferLeft()
1068 u = u64 - (top_11_digits * 1000000000); in FastUInt64ToBufferLeft()