Searched refs:m_offset (Results 1 – 7 of 7) sorted by relevance
69 sal_uInt32 m_offset[256]; member in basegfx::radixSort232 m_offset[0] = 0; in sort()234 m_offset[i] = m_offset[i-1] + current_counter[i-1]; in sort()241 m_indices2[m_offset[InputBytes[id*dwStride]]++] = id; in sort()250 m_offset[0] = num_negatives; in sort()252 m_offset[i] = m_offset[i-1] + current_counter[i-1]; in sort()253 m_offset[255] = 0; in sort()255 m_offset[254-i] = m_offset[255-i] + current_counter[255-i]; in sort()257 m_offset[i] += current_counter[i]; in sort()260 if(Radix<128) m_indices2[m_offset[Radix]++] = m_indices1[i]; in sort()[all …]
80 LONGLONG m_offset; /* physical offset from begin of file */ member223 m_offset (0), in FileHandle_Impl()286 nDstPos.QuadPart = m_offset; in setSize()307 if (nOffset != m_offset) in readAt()312 m_offset = nOffset; in readAt()318 m_offset += dwDone; in readAt()338 if (nOffset != m_offset) in writeAt()343 m_offset = nOffset; in writeAt()349 m_offset += dwDone; in writeAt()351 m_size = std::max(m_size, sal::static_int_cast< sal_uInt64 >(m_offset)); in writeAt()
87 off_t m_offset; /* physical offset from begin of file */ member238 m_offset (0), in FileHandle_Impl()365 if (nOffset != m_offset) in readAt()369 m_offset = nOffset; in readAt()375 m_offset += nBytes; in readAt()406 if (nOffset != m_offset) in writeAt()410 m_offset = nOffset; in writeAt()416 m_offset += nBytes; in writeAt()
192 return makeInterface( pEntries[ n ].m_offset, that ); in __queryDeepNoXInterface()208 sal_IntPtr offset = pEntries[n].m_offset; in __queryDeepNoXInterface()249 p = makeInterface( cd->m_typeEntries[ 0 ].m_offset, that ); in ImplHelper_query()
221 sal_uInt32 m_offset; member670 ctx->m_offset = 0; in __rtl_cipherBF_init()881 k = ctx->m_offset; in __rtl_cipherBF_updateCFB()907 ctx->m_offset = ((k + 1) & 0x07); in __rtl_cipherBF_updateCFB()
182 off_t m_offset; /* physical offset from begin of file */ member304 m_offset (0), in FileHandle_Impl()412 if (nOffset != m_offset) in readAt()416 m_offset = nOffset; in readAt()422 m_offset += nBytes; in readAt()443 if (nOffset != m_offset) in writeAt()447 m_offset = nOffset; in writeAt()453 m_offset += nBytes; in writeAt()
73 sal_IntPtr m_offset; member
Completed in 55 milliseconds