Searched refs:ms (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp479 int ms = vs+fs;
498 ms -= 16;
503 ms -= fshift;
508 ms -= 16;
511 ms -= 32;
516 ms -= 16 + fshift;
523 ms -= vshift;
528 ms -= 16 + vshift;
533 ms -= 16 + fshift;
539 ALOGE_IF(ms>
[all...]
/system/core/toolbox/
H A Dnewfs_msdos.c833 off_t ms, hs = 0; local
844 if (ioctl(fd, DIOCGMEDIASIZE, &ms) == -1) {
850 ms = st.st_size;
854 dlp.d_secperunit = ms / dlp.d_secsize;
860 dlp.d_secperunit = ms / dlp.d_secsize;
872 dlp.d_secperunit = ms / dlp.d_secsize;
889 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
/system/core/debuggerd/
H A Ddebuggerd.c118 int ms = 1200 / 10; local
133 int timeout = abs((int)(codes[s])) * ms;

Completed in 2123 milliseconds