Lines Matching refs:displayName
164 const char* displayName, int cLevel, in BMK_benchMem() argument
182 …if (strlen(displayName)>17) displayName += strlen(displayName)-17; /* can only display 17 charac… in BMK_benchMem()
248 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)srcSize); in BMK_benchMem()
284 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
324 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
332 …DISPLAY("\n!!! WARNING !!! %17s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOri… in BMK_benchMem()
359 ….1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName, g_additionalPa… in BMK_benchMem()
361 …%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName); in BMK_benchMem()
399 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() argument
404 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel()
405 if (!pch) pch = strrchr(displayName, '/'); /* Linux */ in BMK_benchCLevel()
406 if (pch) displayName = pch+1; in BMK_benchCLevel()
417 displayName, l, in BMK_benchCLevel()
488 { const char* displayName = (nbFiles > 1) ? mfName : fileNamesTable[0]; in BMK_benchFileTable() local
490 displayName, cLevel, cLevelLast, in BMK_benchFileTable()