Searched defs:residual (Results 1 – 1 of 1) sorted by relevance
198 size_t residual = (*start % BLOCK_SIZE == 0) ? 0 : BLOCK_SIZE - *start % BLOCK_SIZE; in AlignHead() local212 size_t residual = (*start + *length) % BLOCK_SIZE; in AlignTail() local