Searched refs:remainder (Results 1 - 3 of 3) sorted by last modified time

/system/vold/
H A Dcryptfs.c1052 off64_t numblocks, i, remainder; local
1070 * and the remainder.
1073 remainder = size % CRYPT_SECTORS_PER_BUFSIZE;
1102 for (i=0; i<remainder; i++) {
/system/core/libpixelflinger/
H A Dscanline.cpp1896 uint32_t remainder = xc & ((1<<SPAN_BITS)-1); local
1931 if (remainder) {
1933 span = remainder;
/system/core/toolbox/cp/
H A Dutils.c221 size_t remainder; local
234 remainder = fsize;
238 chunk = (remainder > MMAP_MAX_WRITE) ?
239 MMAP_MAX_WRITE : remainder;
240 if (write(to_fd, &p[fsize - remainder],
246 remainder -= chunk;
250 } while (remainder > 0);

Completed in 3018 milliseconds