Searched refs:top_1to11 (Results 1 – 1 of 1) sorted by relevance
401 uint64 top_1to11 = u64 / 1000000000; in FastUInt64ToBufferLeft() local402 u32 = static_cast<uint32>(u64 - top_1to11 * 1000000000); in FastUInt64ToBufferLeft()403 uint32 top_1to11_32 = static_cast<uint32>(top_1to11); in FastUInt64ToBufferLeft()405 if (top_1to11_32 == top_1to11) { in FastUInt64ToBufferLeft()409 uint32 top_8to9 = static_cast<uint32>(top_1to11 / 100); in FastUInt64ToBufferLeft()410 uint32 mid_2 = static_cast<uint32>(top_1to11 - top_8to9 * 100); in FastUInt64ToBufferLeft()