HomeSort by relevance Sort by last modified time
    Searched refs:uCount (Results 1 - 15 of 15) 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...]
  /system/wlan/ti/wilink_6_1/utils/
queue.c 54 TI_UINT32 uCount; /* Current number of nodes in queue */
56 TI_UINT32 uMaxCount; /* Maximum uCount value (for debug) */
181 if (pQue->uCount)
235 if(pQue->uCount < pQue->uLimit)
251 pQue->uCount++;
254 if (pQue->uCount > pQue->uMaxCount)
256 pQue->uMaxCount = pQue->uCount;
292 if (pQue->uCount)
300 pQue->uCount--;
336 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...]
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.c 292 unsigned long uCount = 0;
352 uCount++;
354 } while ((uByte != SDIO_BITS_CODE) && (uCount < MAX_RETRIES));
357 uCount = 0;
372 uCount++;
374 } while ((uByte != 4) && (uCount < MAX_RETRIES));
379 uCount = 0;
393 uCount++;
395 } while ((uByte != 3) && (uCount < MAX_RETRIES));
400 uCount = 0
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 150 * uCount : number of elements in above array
159 aNotifications, UINT uCount,
sync.h 321 * uCount: Number of event handles.
339 hSyncEvents, IN UINT uCount,
wcdioctl.h 104 UINT uCount;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 150 * uCount : number of elements in above array
159 aNotifications, UINT uCount,
sync.h 321 * uCount: Number of event handles.
339 hSyncEvents, IN UINT uCount,
wcdioctl.h 104 UINT uCount;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 255 UINT uCount, OUT UINT *puIndex, UINT uTimeout)
265 if (uCount) {
270 tempStruct.ARGS_MGR_WAIT.uCount = uCount;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/EventMbox/
eventMbox.c 109 UINT32 uCount;
696 pEventCb->uCount++;
750 i, eventTable[i].str, pEventMbox->cbTable[i].uCount));
  /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);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
eventMbox.c 67 TI_UINT32 uCount;
740 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 617 uint32_t uCount = 0, lCount = 0;
636 uCount++;
652 if(uCount != 0 && lCount != 0) {
654 } else if(uCount != 0) {
    [all...]

Completed in 314 milliseconds