Home | History | Annotate | Download | only in examples

Lines Matching refs:U64

200     {   U64 fastestC = (U64)(-1LL), fastestD = (U64)(-1LL);
201 U64 const crcOrig = XXH64(srcBuffer, srcSize, 0);
203 U64 const maxTime = (g_nbIterations * TIMELOOP_MICROSEC) + 100;
204 U64 totalCTime=0, totalDTime=0;
216 U64 clockLoop = g_nbIterations ? TIMELOOP_MICROSEC : 1;
379 { U64 const clockSpan = UTIL_clockSpanMicro(clockStart);
523 { U64 const clockSpan = UTIL_clockSpanMicro(clockStart);
536 { U64 const crcCheck = XXH64(resultBuffer, srcSize, 0);
583 static size_t BMK_findMaxMem(U64 requiredMem)
702 U64 fileSize = UTIL_getFileSize(fileNamesTable[n]);
736 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles);
743 U64 const dictFileSize = UTIL_getFileSize(dictFileName);
755 if ((U64)benchedSize > totalSizeToLoad) benchedSize = (size_t)totalSizeToLoad;