Lines Matching refs:displayName
152 const char* displayName, int cLevel, in BMK_benchMem() argument
172 …if (strlen(displayName)>17) displayName += strlen(displayName)-17; /* can only display 17 charac… in BMK_benchMem()
226 … DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (unsigned)srcSize); in BMK_benchMem()
375 marks[markNb], displayName, (unsigned)srcSize, (unsigned)cSize, ratio, in BMK_benchMem()
514 marks[markNb], displayName, (unsigned)srcSize, (unsigned)cSize, ratio, in BMK_benchMem()
522 …DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig,… in BMK_benchMem()
549 ….1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName, g_additionalPa… in BMK_benchMem()
551 …%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName); in BMK_benchMem()
585 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() argument
591 const char* pch = strrchr(displayName, '\\'); /* Windows */ in BMK_benchCLevel()
592 if (!pch) pch = strrchr(displayName, '/'); /* Linux */ in BMK_benchCLevel()
593 if (pch) displayName = pch+1; in BMK_benchCLevel()
607 displayName, l, in BMK_benchCLevel()
615 displayName, l, in BMK_benchCLevel()
623 displayName, l, in BMK_benchCLevel()
631 displayName, l, in BMK_benchCLevel()
643 displayName, l, in BMK_benchCLevel()
651 displayName, l, in BMK_benchCLevel()
659 displayName, l, in BMK_benchCLevel()
667 displayName, l, in BMK_benchCLevel()
749 { const char* displayName = (nbFiles > 1) ? mfName : fileNamesTable[0]; in BMK_benchFileTable() local
751 displayName, cLevel, cLevelLast, in BMK_benchFileTable()