Lines Matching refs:tmp1
766 unsigned int tmp1, tmp2, best = 0xFFFFFFFFU, sbest = 0xFFFFFFFFU;
794 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE);
797 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
800 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
803 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
806 tmp1 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE);
809 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
812 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
815 tmp1 = (tmp2 < tmp1) ? tmp2 : tmp1;
818 if((!frqBuf) || (tmp1 == 0)) {
820 "\tChecked %s memcpy()... \t%u\n",curData->mName, tmp1);
825 cpuFreq * 1.e6 * (double)BUFFERSIZE / ((double)(tmp1) * (double)(0x100000)));
828 if(tmp1 < best) {
829 best = tmp1;
835 if(tmp1 < sbest) {
836 sbest = tmp1;