Searched refs:PrintLeft (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2049 void PrintLeft(IBenchPrintCallback &f, const char *s, unsigned size) in PrintLeft() function 2077 PrintLeft(*callback->_file, bench.Name, kFieldSize_Name); in TotalBench() 2368 PrintLeft(*callback->_file, bench.Name, kFieldSize_Name); in TotalBench_Hash() 3300 PrintLeft(f, totalBenchMode ? "Method" : "Dict", callback.NameFieldSize); in Bench() 3359 PrintLeft(f, "CPU", kFieldSize_Name); in Bench() 3394 PrintLeft(f, "CPU", kFieldSize_Name); in Bench() 3458 PrintLeft(f, s, kFieldSize_SmallName); in Bench() 3511 PrintLeft(f, "Avr:", callback.NameFieldSize); in Bench() 3518 PrintLeft(f, "Tot:", callback.NameFieldSize); in Bench()
|