Lines Matching refs:displayName
159 const char* displayName, int cLevel, in BMK_benchMem() argument
178 …if (strlen(displayName)>17) displayName += strlen(displayName)-17; /* can only display 17 charac… in BMK_benchMem()
246 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)srcSize); in BMK_benchMem()
276 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
312 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
320 …DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig,… in BMK_benchMem()
347 ….1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName, g_additionalPa… in BMK_benchMem()
349 …%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName); in BMK_benchMem()
387 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() argument
392 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel()
393 if (!pch) pch = strrchr(displayName, '/'); /* Linux */ in BMK_benchCLevel()
394 if (pch) displayName = pch+1; in BMK_benchCLevel()
405 displayName, l, in BMK_benchCLevel()
468 { const char* displayName = (nbFiles > 1) ? mfName : fileNamesTable[0]; in BMK_benchFileTable() local
470 displayName, cLevel, cLevelLast, in BMK_benchFileTable()