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