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

  /external/webkit/WebCore/loader/
Cache.cpp 456 unsigned queueIndex = fastLog2(resource->size() / accessCount);
458 resource->m_lruIndex = queueIndex;
460 if (m_allResources.size() <= queueIndex)
461 m_allResources.grow(queueIndex + 1);
462 return &m_allResources[queueIndex];
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.c 213 #define GET_QUEUE_INDEX(pTxData,acIndex) (pTxData->txDataAcTrfcCtrl[acIndex].QueueIndex)
291 int queueIndex = 0;
406 for(queueIndex = 0 ; queueIndex < MAX_NUM_OF_TX_QUEUES ; queueIndex++)
408 dataMsduListArr[queueIndex] = msduList_CreateNewMsduList( hOs);
409 if(!dataMsduListArr[queueIndex])
420 queueIndex--;
421 for(; queueIndex >= 0 ; queueIndex--
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 42 milliseconds