Home
last modified time | relevance | path

Searched defs:MapBase (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DMapBase.h152 …explicit inline MapBase(PointerType dataPtr) : m_data(dataPtr), m_rows(RowsAtCompileTime), m_cols(… in MapBase() function
160 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase() function
173 inline MapBase(PointerType dataPtr, Index rows, Index cols) in MapBase() function
187 EIGEN_DEFAULT_COPY_CONSTRUCTOR(MapBase) in EIGEN_DEFAULT_COPY_CONSTRUCTOR() argument
287 EIGEN_DEVICE_FUNC explicit inline MapBase(PointerType dataPtr) : Base(dataPtr) {} in MapBase() function
288 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase() function
289 …EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index rows, Index cols) : Base(dataPtr, rows… in MapBase() function
/external/scudo/standalone/
Dsecondary.h544 uptr MapBase = MemMap.getBase(); in allocate() local
Dprimary32.h350 const uptr MapBase = reinterpret_cast<uptr>( in allocateRegionSlow() local