Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp35 int InitialDigits = ((Buffer.size() - 1) % 3) + 1; in writeWithCommas() local
36 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()
39 Buffer = Buffer.drop_front(InitialDigits); in writeWithCommas()