Lines Matching refs:G
136 typedef OStorePageGuard G; typedef
141 G m_aGuard;
150 static const size_t theSize = sizeof(G);
302 typedef OStorePageGuard G; typedef
307 G m_aGuard;
314 …static const size_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_M…
320 m_aGuard = G(); in initialize()
340 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in guard()
350 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in verify()
370 typedef OStorePageGuard G; typedef
424 G m_aGuard;
430 static const size_t theSize = sizeof(G) + sizeof(LinkTable) + sizeof(sal_uInt32);
436 m_aGuard = G(); in initialize()
453 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in guard()
463 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in verify()