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

  /system/core/include/utils/
LinearAllocator.h 69 size_t usedSize() const { return mTotalAllocated - mWastedSpace; }
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 856 * \param usedSize size of the 'used' array
861 GLboolean used[], GLuint usedSize)
865 memset(used, 0, usedSize);
872 ASSERT(inst->DstReg.Index < usedSize);
873 if(inst->DstReg.Index < usedSize)
879 ASSERT(inst->SrcReg[j].Index < usedSize);
880 if(inst->SrcReg[j].Index < usedSize)
893 * \param usedSize size of the 'used' array
899 GLuint usedSize, GLuint firstReg)
903 assert(firstReg < usedSize);
    [all...]
program.h 171 GLboolean used[], GLuint usedSize);
  /external/mesa3d/src/mesa/program/
program.c 856 * \param usedSize size of the 'used' array
861 GLboolean used[], GLuint usedSize)
865 memset(used, 0, usedSize);
872 ASSERT(inst->DstReg.Index < usedSize);
873 if(inst->DstReg.Index < usedSize)
879 ASSERT(inst->SrcReg[j].Index < usedSize);
880 if(inst->SrcReg[j].Index < usedSize)
893 * \param usedSize size of the 'used' array
899 GLuint usedSize, GLuint firstReg)
903 assert(firstReg < usedSize);
    [all...]
program.h 171 GLboolean used[], GLuint usedSize);
  /external/svox/pico/lib/
picoos.c 268 picoos_ptrdiff_t usedSize;
384 this->usedSize = 0;
483 *usedBytes = (picoos_int32) this->usedSize;
484 *incrUsedBytes = (picoos_int32) (this->usedSize - this->prevUsedSize);
487 this->prevUsedSize = this->usedSize;
550 this->usedSize += cellSize;
551 if (this->usedSize > this->maxUsedSize) {
552 this->maxUsedSize = this->usedSize;
574 this->usedSize -= c->size;
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 297 final long usedSize = totalSize - availSize;
300 mUsageBarPreference.addEntry(0, usedSize / (float) totalSize, android.graphics.Color.GRAY);
  /frameworks/base/libs/hwui/
DisplayList.cpp 165 mSize = mDisplayListData->allocator.usedSize();

Completed in 110 milliseconds