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

  /external/svox/pico/lib/
picoextapi.c 142 picoos_int32 *usedBytes,
153 picoos_getMemUsage(common->mm, resetIncremental, usedBytes, incrUsedBytes, maxUsedBytes);
picoos.c 479 picoos_int32 *usedBytes,
483 *usedBytes = (picoos_int32) this->usedSize;
495 picoos_int32 usedBytes, incrUsedBytes, maxUsedBytes;
497 picoos_getMemUsage(this, resetIncremental, &usedBytes, &incrUsedBytes,
502 PICODBG_DEBUG(("memory used: %d, maximally used: %d", usedBytes, maxUsedBytes));
    [all...]
picoos.h 195 picoos_int32 *usedBytes,
  /external/skia/gpu/src/
GrBufferAllocPool.cpp 149 size_t usedBytes = back.fBuffer->size() - back.fBytesFree;
150 size_t pad = GrSizeAlignUpPad(usedBytes,
153 usedBytes += pad;
154 *offset = usedBytes;
157 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes);
178 size_t usedBytes = back.fBuffer->size() - back.fBytesFree;
179 size_t pad = GrSizeAlignUpPad(usedBytes, itemSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 369 long usedBytes = mCacheStorageInfo.getUsedBytes();
382 progressBar.setProgress((int) (usedBytes * PROGRESS_BAR_MAX / totalBytes));

Completed in 65 milliseconds