Searched refs:tot (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dps2.c36 int n, tot; local in function:Ps2ReadBytes
40 tot = 0;
46 tot += n;
50 if (tot % min == 0)
60 return tot;
H A Dms.c39 int n, tot; local in function:MsReadBytes
43 tot = 0;
49 tot += n;
53 if (tot % min == 0)
63 return tot;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ms.c121 int n, tot; local in function:msLinuxReadBytes
125 tot = 0;
129 tot += n;
133 if (tot % min == 0) break;
141 return tot;
H A Dlnx-ps2.c117 int n, tot; local in function:ps2LinuxReadBytes
121 tot = 0;
125 tot += n;
129 if (tot % min == 0) break;
137 return tot;
/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c642 int tot; local in function:do_remove
696 tot = n;
717 if (nc + num_kcs > tot) {
718 tot = nc + num_kcs;
719 kclist = reallocfarray(kclist, tot, sizeof(KeyCode));
722 (long) (tot * sizeof (KeyCode)));
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttcmap.c3402 FT_UInt tot = 0; local in function:tt_cmap14_def_char_count
3408 tot += 1 + p[0];
3412 return tot;

Completed in 9 milliseconds