Searched refs:newOffset (Results 1 – 1 of 1) sorted by relevance
104 long newOffset = pEntry->getFileOffset() + bias; in copyAndAlign() local105 padding = (alignTo - (newOffset % alignTo)) % alignTo; in copyAndAlign()