Searched defs:ms (Results 1 - 2 of 2) sorted by path

/system/core/debuggerd/
H A Ddebuggerd.c118 int ms = 1200 / 10; local
133 int timeout = abs((int)(codes[s])) * ms;
/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;

Completed in 41 milliseconds