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

  /external/lzma/C/
Xz.c 27 p->numBlocks = p->numBlocksAllocated = 0;
35 p->numBlocks = p->numBlocksAllocated = 0;
XzEnc.c 126 if (p->blocks == 0 || p->numBlocksAllocated == p->numBlocks)
142 p->numBlocksAllocated = num;
Xz.h 109 size_t numBlocksAllocated;
XzIn.c 97 p->numBlocksAllocated = numBlocks;
  /external/chromium_org/third_party/skia/include/core/
SkDeque.h 115 // allow unit test to call numBlocksAllocated
135 int numBlocksAllocated() const;
  /external/skia/include/core/
SkDeque.h 115 // allow unit test to call numBlocksAllocated
135 int numBlocksAllocated() const;
  /external/chromium_org/third_party/skia/tests/
DequeTest.cpp 73 // private numBlocksAllocated method
79 fNumBlocksAllocated = deq.numBlocksAllocated();
  /external/skia/tests/
DequeTest.cpp 73 // private numBlocksAllocated method
79 fNumBlocksAllocated = deq.numBlocksAllocated();
  /external/chromium_org/third_party/skia/src/core/
SkDeque.cpp 219 int SkDeque::numBlocksAllocated() const {
  /external/skia/src/core/
SkDeque.cpp 219 int SkDeque::numBlocksAllocated() const {

Completed in 152 milliseconds