Searched refs:maxLoops (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/atomTime/
H A DatomTime.c139 unsigned maxLoops; local
200 maxLoops = loopsFast;
201 if(loopsSlow > maxLoops) {
202 maxLoops = loopsSlow;
210 numGiants = maxLoops * 2; // 2 giants per loop
211 if(loopsSlow > (maxLoops / 4)) {
263 shiftCnt = fmalloc(maxLoops * sizeof(int));

Completed in 84 milliseconds