Searched refs:imax (Results 1 – 2 of 2) sorted by relevance
297 int imax = 300; in testAppCacheClear() local298 while((availableBlks > thresholdBlks) &&(i < imax)) { in testAppCacheClear()709 int imax = fileList.length; in verifyUserDataCleared() local711 for(int i = 0; i < imax; i++) { in verifyUserDataCleared()
77 int bits, imax, imin, i; in InitMotionSearchModule() local103 imax = 1 << (bits >> 1); in InitMotionSearchModule()104 imin = imax >> 1; in InitMotionSearchModule()106 for (i = imin; i < imax; i++) mvbits[-i] = mvbits[i] = bits; in InitMotionSearchModule()