HomeSort by relevance Sort by last modified time
    Searched refs:allocatedSize (Results 1 - 6 of 6) 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 167 Index free_size = Index(matrix.data().allocatedSize()) + nnz_previous;
SparseMatrix.h 776 if (m_data.allocatedSize()<=m_data.size())
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 128 inline Index allocatedSize() const {

Completed in 89 milliseconds