Lines Matching refs:sal_uInt8

836         sal_uInt8 * dst_lo = static_cast<sal_uInt8*>(pBuffer);  in peekAt()
840 sal_uInt8 * dst_hi = dst_lo + nBytes; in peekAt()
854 sal_uInt8 const * src_lo = static_cast<sal_uInt8 const*>(pBuffer); in pokeAt()
858 sal_uInt8 const * src_hi = src_lo + nBytes; in pokeAt()
1176 sal_uInt8 * m_pData;
1181 typedef void (*destructor_type)(sal_uInt8 * pData, sal_uInt32 nSize);
1186 static void freeMemory (sal_uInt8 * pData, sal_uInt32 nSize);
1192 …MemoryPageAccess (sal_uInt8 * pData, sal_uInt32 nSize, destructor_type destructor = MemoryPageAcce… in MemoryPageAccess()
1263 sal_uInt8 * dst_lo = static_cast<sal_uInt8*>(pBuffer); in peekAt_Impl()
1267 sal_uInt8 * dst_hi = dst_lo + nBytes; in peekAt_Impl()
1272 sal_uInt8 const * src_lo = m_pData + nOffset; in peekAt_Impl()
1276 sal_uInt8 const * src_hi = src_lo + nBytes; in peekAt_Impl()
1287 sal_uInt8 const * src_lo = static_cast<sal_uInt8 const*>(pBuffer); in pokeAt_Impl()
1291 sal_uInt8 const * src_hi = src_lo + nBytes; in pokeAt_Impl()
1308 sal_uInt8 * dst_lo = m_pData + nOffset; in pokeAt_Impl()
1312 sal_uInt8 * dst_hi = dst_lo + nBytes; in pokeAt_Impl()
1329 sal_uInt8 * pData = static_cast<sal_uInt8*>(rtl_reallocateMemory (m_pData, nSize)); in setSize_Impl()
1344 void MemoryPageAccess::freeMemory (sal_uInt8 * pData, sal_uInt32 /*nSize*/) in freeMemory()
1355 static void unmapFile (sal_uInt8 * pData, sal_uInt32 nSize);
1358 MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize);
1372 MappedPageAccess::MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize) in MappedPageAccess()
1393 void MappedPageAccess::unmapFile (sal_uInt8 * pData, sal_uInt32 nSize) in unmapFile()