Lines Matching refs:tmp1
663 unsigned int tmp1, tmp2, best = 0xFFFFFFFFU, sbest = 0xFFFFFFFFU;
690 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE);
693 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
696 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
699 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
702 tmp1 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE);
705 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
708 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
711 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
714 if((!frqBuf) || (tmp1 == 0)) {
716 "\tChecked %s memcpy()... \t%u\n",curData->mName, tmp1);
721 cpuFreq * 1.e6 * (double)BUFFERSIZE / ((double)(tmp1) * (double)(0x100000)));
724 if(tmp1 < best) {
725 best = tmp1;
730 if(tmp1 < sbest) {
731 sbest = tmp1;