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

  /external/lzma/C/
Xz.c 29 p->numBlocks = p->numBlocksAllocated = 0;
37 p->numBlocks = p->numBlocksAllocated = 0;
Xz.h 109 size_t numBlocksAllocated;
XzEnc.c 132 if (!p->blocks || p->numBlocksAllocated == p->numBlocks)
148 p->numBlocksAllocated = num;
XzIn.c 99 p->numBlocksAllocated = numBlocks;
  /external/skia/include/core/
SkDeque.h 115 // allow unit test to call numBlocksAllocated
135 int numBlocksAllocated() const;
  /external/skqp/include/core/
SkDeque.h 115 // allow unit test to call numBlocksAllocated
135 int numBlocksAllocated() const;
  /external/skia/tests/
DequeTest.cpp 73 // private numBlocksAllocated method
79 fNumBlocksAllocated = deq.numBlocksAllocated();
  /external/skqp/tests/
DequeTest.cpp 73 // private numBlocksAllocated method
79 fNumBlocksAllocated = deq.numBlocksAllocated();
  /external/skia/src/core/
SkDeque.cpp 218 int SkDeque::numBlocksAllocated() const {
  /external/skqp/src/core/
SkDeque.cpp 218 int SkDeque::numBlocksAllocated() const {

Completed in 91 milliseconds