Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/Core/
H A 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
/aosp_15_r20/external/scudo/standalone/
H A Dsecondary.h779 uptr MapBase = MemMap.getBase(); in allocate() local
H A Dprimary32.h424 const uptr MapBase = reinterpret_cast<uptr>( in allocateRegionSlow() local