Lines Matching refs:U32
79 static U32 g_compressibilityDefault = 50;
87 static U32 g_displayLevel = 2; /* 0 : no display; 1: errors; 2 : + result + interaction + war…
117 static U32 g_nbSeconds = NBSECONDS;
160 const size_t* fileSizes, U32 nbFiles) in BMK_benchMem()
163 U32 const maxNbBlocks = (U32) ((srcSize + (blockSize-1)) / blockSize) + nbFiles; in BMK_benchMem()
168 U32 nbBlocks; in BMK_benchMem()
198 U32 fileNb; in BMK_benchMem()
201 U32 const nbBlocksforThisFile = (U32)((remaining + (blockSize-1)) / blockSize); in BMK_benchMem()
202 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; in BMK_benchMem()
225 U32 cCompleted=0, dCompleted=0; in BMK_benchMem()
228 U32 markNb = 0; in BMK_benchMem()
246 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)srcSize); in BMK_benchMem()
254 U32 nbLoops = 0; in BMK_benchMem()
256 U32 blockNb; in BMK_benchMem()
271 … { U32 blockNb; for (blockNb=0; blockNb<nbBlocks; blockNb++) cSize += blockTable[blockNb].cSize; } in BMK_benchMem()
276 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
289 U32 nbLoops = 0; in BMK_benchMem()
291 U32 blockNb; in BMK_benchMem()
312 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
323 U32 segNb, bNb, pos; in BMK_benchMem()
325 DISPLAY("Decoding error at pos %u ", (U32)u); in BMK_benchMem()
330 pos = (U32)(u - bacc); in BMK_benchMem()
399 … KB blocks\n", LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_b… in BMK_benchCLevel()
459 DISPLAY("Not enough memory; testing %u MB only...\n", (U32)(benchedSize >> 20)); in BMK_benchFileTable()