Searched refs:top_11_digits (Results 1 – 1 of 1) sorted by relevance
1083 uint64 top_11_digits = u64 / 1000000000; in FastUInt64ToBufferLeft() local1084 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer); in FastUInt64ToBufferLeft()1085 u = u64 - (top_11_digits * 1000000000); in FastUInt64ToBufferLeft()