Searched refs:top_8to9 (Results 1 – 1 of 1) sorted by relevance
409 uint32 top_8to9 = static_cast<uint32>(top_1to11 / 100); in FastUInt64ToBufferLeft() local410 uint32 mid_2 = static_cast<uint32>(top_1to11 - top_8to9 * 100); in FastUInt64ToBufferLeft()411 buffer = FastUInt32ToBufferLeft(top_8to9, buffer); in FastUInt64ToBufferLeft()