Home
last modified time | relevance | path

Searched refs:dst_lo (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/store/source/
H A Dlockbyte.cxx90 sal_uInt8 * dst_lo = static_cast<sal_uInt8*>(pBuffer); in readAt() local
91 if (!(dst_lo != 0)) in readAt()
94 sal_uInt8 * dst_hi = dst_lo + nBytes; in readAt()
95 if (!(dst_lo < dst_hi)) in readAt()
96 return (dst_lo > dst_hi) ? store_E_InvalidParameter : store_E_None; in readAt()
106 return readAt_Impl (nOffset, dst_lo, (dst_hi - dst_lo)); in readAt()
808 sal_uInt8 * dst_lo = m_pData + nOffset; in writeAt_Impl() local
809 if (dst_lo >= m_pData + m_nSize) in writeAt_Impl()
812 sal_uInt8 * dst_hi = dst_lo + nBytes; in writeAt_Impl()
816 memcpy (dst_lo, pBuffer, (dst_hi - dst_lo)); in writeAt_Impl()
/aoo42x/main/store/workben/
H A Dt_page.cxx837 if (!(dst_lo != 0)) in peekAt()
840 sal_uInt8 * dst_hi = dst_lo + nBytes; in peekAt()
841 if (!(dst_lo < dst_hi)) in peekAt()
848 return peekAt_Impl (nOffset, dst_lo, (dst_hi - dst_lo)); in peekAt()
1264 if (!(dst_lo != 0)) in peekAt_Impl()
1267 sal_uInt8 * dst_hi = dst_lo + nBytes; in peekAt_Impl()
1268 if (!(dst_lo <= dst_hi)) in peekAt_Impl()
1308 sal_uInt8 * dst_lo = m_pData + nOffset; in pokeAt_Impl() local
1309 if (!(dst_lo <= m_pData + m_nSize)) in pokeAt_Impl()
1312 sal_uInt8 * dst_hi = dst_lo + nBytes; in pokeAt_Impl()
[all …]

Completed in 29 milliseconds