Searched refs:remainder (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A Dcryptfs.c1033 off64_t numblocks, i, remainder; local
1051 * and the remainder.
1054 remainder = size % CRYPT_SECTORS_PER_BUFSIZE;
1083 for (i=0; i<remainder; i++) {
/system/core/libpixelflinger/
H A Dscanline.cpp1875 uint32_t remainder = xc & ((1<<SPAN_BITS)-1); local
1910 if (remainder) {
1912 span = remainder;

Completed in 819 milliseconds