Searched refs:depotBlockOffset (Results 1 – 1 of 1) sorted by relevance
4028 ULONG depotBlockOffset = offsetInDepot % This->bigBlockSize; in StorageImpl_GetNextBlockInChain() local4076 *nextBlockIndex = This->blockDepotCached[depotBlockOffset/sizeof(ULONG)]; in StorageImpl_GetNextBlockInChain()4099 ULONG depotBlockOffset = This->bigBlockSize - sizeof(ULONG); in Storage32Impl_GetNextExtendedBlock() local4101 StorageImpl_ReadDWordFromBigBlock(This, blockIndex, depotBlockOffset, in Storage32Impl_GetNextExtendedBlock()4128 ULONG depotBlockOffset = offsetInDepot % This->bigBlockSize; in StorageImpl_SetNextBlockInChain() local4160 This->blockDepotCached[depotBlockOffset/sizeof(ULONG)] = nextBlock; in StorageImpl_SetNextBlockInChain()4176 ULONG depotBlockOffset; in StorageImpl_GetNextFreeBigBlock() local4275 while ( ( (depotBlockOffset/sizeof(ULONG) ) < blocksPerDepot) && in StorageImpl_GetNextFreeBigBlock()4283 (depotBlockOffset/sizeof(ULONG)); in StorageImpl_GetNextFreeBigBlock()4286 depotBlockOffset += sizeof(ULONG); in StorageImpl_GetNextFreeBigBlock()[all …]