HomeSort by relevance Sort by last modified time
    Searched refs:lastSlot (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/delibs/depool/
dePoolHash.h 387 TYPENAME##Slot* lastSlot = slot; \
388 while (lastSlot->nextSlot) \
390 prevSlot = lastSlot; \
391 lastSlot = lastSlot->nextSlot; \
394 slot->keys[elemNdx] = lastSlot->keys[lastSlot->numUsed-1]; \
395 slot->values[elemNdx] = lastSlot->values[lastSlot->numUsed-1]; \
396 lastSlot->numUsed--;
    [all...]
dePoolSet.h 395 TYPENAME##Slot* lastSlot = slot; \
396 while (lastSlot->nextSlot) \
398 prevSlot = lastSlot; \
399 lastSlot = lastSlot->nextSlot; \
402 slot->keys[elemNdx] = lastSlot->keys[lastSlot->numUsed-1]; \
403 lastSlot->numUsed--; \
405 if (lastSlot->numUsed == 0) \
412 lastSlot->nextSlot = set->slotFreeList;
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 944 int lastSlot, lastHdrSlot = 0, thisHdrSlot;
957 lastSlot = (hSbrElement->useFrameSlot > 0) ? hSbrElement->useFrameSlot-1 : self->numDelayFrames;
958 lastHdrSlot = hSbrElement->useHeaderSlot[lastSlot];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 474 milliseconds