Searched refs:kBlockMoveAlign (Results 1 – 1 of 1) sorted by relevance
13 #define kBlockMoveAlign (1 << 7) // alignment for memmove() macro187 const size_t keepBefore = (offset & (kBlockMoveAlign - 1)) + p->keepSizeBefore; in MatchFinder_MoveBlock()190 p->bufBase + (offset & ~((size_t)kBlockMoveAlign - 1)), in MatchFinder_MoveBlock()296 + (1 << 12) + kBlockMoveAlign + kBlockSizeAlign; // do not overflow 32-bit here in GetBlockSize()