Searched refs:logSize (Results 1 – 2 of 2) sorted by relevance
69 int32 logSize = fItemCount * sizeof(T); in InsertItemsAt() local70 if ((logSize + delta) >= fBufferCount) { in InsertItemsAt()71 fBufferCount = logSize + delta + (fExtraCount * sizeof(T)); in InsertItemsAt()102 int32 logSize = fItemCount * sizeof(T); in RemoveItemsAt() local103 uint32 extraSize = fBufferCount - (logSize - delta); in RemoveItemsAt()105 fBufferCount = (logSize - delta) + (fExtraCount * sizeof(T)); in RemoveItemsAt()
578 off_t logSize = 2048; in Initialize() local580 logSize = 512; in Initialize()582 logSize = 4096; in Initialize()589 fSuperBlock.log_blocks.length = HOST_ENDIAN_TO_BFS_INT16(logSize); in Initialize()