Home
last modified time | relevance | path

Searched refs:thePageSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/store/source/
H A Dstordata.hxx61 static const sal_uInt16 thePageSize = base::theSize + self::theSize; member
62 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 …]
H A Dstortree.hxx126 static const sal_uInt16 thePageSize = base::theSize + self::theSize; member
127 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);
H A Dstorbase.hxx450 static const sal_uInt16 thePageSize = theSize; member
451 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()
H A Dstorbios.cxx190 static const sal_uInt16 thePageSize = theSize; member
191 STORE_STATIC_ASSERT(STORE_MINIMUM_PAGESIZE >= thePageSize);
215 explicit SuperBlockPage (sal_uInt16 nPageSize = thePageSize) in SuperBlockPage()
H A Dstortree.cxx51 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); // usageCount(0) in OStoreBTreeNodeData()
/trunk/main/store/workben/
H A Dt_page.cxx178 static const sal_uInt16 thePageSize = theSize; member
179 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 81 milliseconds