HomeSort by relevance Sort by last modified time
    Searched defs:uCount (Results 1 - 7 of 7) sorted by null

  /hardware/ti/wlan/wl1271/utils/
queue.c 54 TI_UINT32 uCount; /* Current number of nodes in queue */
56 TI_UINT32 uMaxCount; /* Maximum uCount value (for debug) */
183 if (pQue->uCount)
239 if(pQue->uCount < pQue->uLimit)
254 pQue->uCount++;
257 if (pQue->uCount > pQue->uMaxCount)
259 pQue->uMaxCount = pQue->uCount;
297 if (pQue->uCount)
305 pQue->uCount--;
342 if (pQue->uCount < pQue->uLimit
    [all...]
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 297 unsigned long uCount = 0;
375 uCount++;
377 } while ((uByte != SDIO_BITS_CODE) && (uCount < MAX_RETRIES));
379 uCount = 0;
394 uCount++;
396 } while ((uByte != 4) && (uCount < MAX_RETRIES));
401 uCount = 0;
415 uCount++;
417 } while ((uByte != 3) && (uCount < MAX_RETRIES));
422 uCount = 0
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
eventMbox.c 67 TI_UINT32 uCount;
742 TRACE2(pEventMbox->hReport, REPORT_SEVERITY_CONSOLE, " %d) Event Name = EVENT , Number of Event = %d\n", i, pEventMbox->CbTable[i].uCount);
  /external/icu4c/i18n/
ucol_bld.cpp 624 uint32_t uCount = 0, lCount = 0;
643 uCount++;
659 if(uCount != 0 && lCount != 0) {
661 } else if(uCount != 0) {
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 104 UINT uCount;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 104 UINT uCount;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1157 milliseconds