Searched refs:NumOfFlushedBytes (Results 1 – 1 of 1) sorted by relevance
144 uint64_t NumOfFlushedBytes = GetNumOfFlushedBytes(); in BackpatchWord() local146 if (ByteNo >= NumOfFlushedBytes) { in BackpatchWord()148 &Out[ByteNo - NumOfFlushedBytes], StartBit)) && in BackpatchWord()151 &Out[ByteNo - NumOfFlushedBytes], NewWord, StartBit); in BackpatchWord()162 size_t BytesFromDisk = std::min(static_cast<uint64_t>(BytesNum), NumOfFlushedBytes - ByteNo); in BackpatchWord()