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

  /dalvik/libdex/
DexProto.cpp 37 if (pCache->allocatedSize != 0) {
38 if (pCache->allocatedSize >= length) {
46 pCache->allocatedSize = 0;
49 pCache->allocatedSize = length;
59 pCache->allocatedSize = 0;
68 if (pCache->allocatedSize != 0) {
71 pCache->allocatedSize = 0;
100 if ((value == pCache->value) && (pCache->allocatedSize != 0)) {
102 pCache->allocatedSize = 0;
DexProto.h 35 size_t allocatedSize; /* size of the allocated buffer, if allocated */
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 102 inline size_t allocatedSize() const { return m_allocatedSize; }
SparseBlock.h 142 ? Index(matrix.data().allocatedSize()) + block_size
148 typename SparseMatrixType::Storage newdata(m_matrix.data().allocatedSize() - block_size + nnz);
SparseMatrix.h     [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 128 inline Index allocatedSize() const {
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 225 int allocatedSize;
    [all...]

Completed in 272 milliseconds