HomeSort by relevance Sort by last modified time
    Searched refs:loopcnt (Results 1 - 2 of 2) 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) {
  /external/opencv3/modules/shape/src/
sc_dis.cpp 565 int loopcnt = 0; local
568 loopcnt++;
629 }while (loopcnt<2); // repeat once.

Completed in 1161 milliseconds