Searched refs:thePageSize (Results 1 – 6 of 6) sorted by relevance
61 static const sal_uInt16 thePageSize = base::theSize + self::theSize; member62 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= self::thePageSize);68 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()84 explicit OStoreDataPageData (sal_uInt16 nPageSize = self::thePageSize) in OStoreDataPageData()88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData()152 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= self::thePageSize);158 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()182 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreIndirectionPageData()598 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in initialize()[all …]
126 static const sal_uInt16 thePageSize = base::theSize + self::theSize; member127 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= self::thePageSize);133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()158 size_t const nBytes = self::thePageSize + nCount * sizeof(T); in usageCount()164 explicit OStoreBTreeNodeData (sal_uInt16 nPageSize = self::thePageSize);
450 static const sal_uInt16 thePageSize = theSize; member451 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= thePageSize);521 explicit PageData (sal_uInt16 nPageSize = thePageSize) in PageData()523 m_aDescr(STORE_PAGE_NULL, nPageSize, thePageSize), in PageData()
190 static const sal_uInt16 thePageSize = theSize; member191 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= thePageSize);215 explicit SuperBlockPage (sal_uInt16 nPageSize = thePageSize) in SuperBlockPage()
51 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); // usageCount(0) in OStoreBTreeNodeData()
178 static const sal_uInt16 thePageSize = theSize; member179 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= thePageSize);218 explicit PageData (sal_uInt16 nPageSize = thePageSize) in PageData()219 : m_aDescr (STORE_PAGE_NULL, nPageSize, thePageSize) in PageData()1251 OSL_ASSERT(bytes >= PageData::thePageSize); in writePageAt_Impl()
Completed in 61 milliseconds