HomeSort by relevance Sort by last modified time
    Searched full:loopcnt (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 133 int ret = 0, loopcnt = 0; local
206 loopcnt++;
233 } while (loopcnt < DEVPRESENT_RETRIES && !is_devpresent);
235 if (loopcnt < DEVPRESENT_RETRIES) {
  /frameworks/av/include/media/
ToneGenerator.h 223 // - loopCnt - Number of times to repeat a sequence of seqments after playing this
224 // - loopIndx - The segment index to go back and play is loopcnt > 0
235 unsigned short loopCnt;
  /frameworks/av/media/libmedia/
ToneGenerator.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 490 SCEVExpander SCEVE(*SE, "loopcnt");

Completed in 2250 milliseconds