HomeSort by: relevance | last modified time | path
    Searched defs:fromLast (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xfs/dist/difs/
swaprep.c 102 *fromLast,
118 fromLast = from + size;
119 while (from < fromLast) {
123 toLast = to + min(bufsize, fromLast - from);
151 *fromLast,
169 fromLast = from + size;
170 while (from < fromLast) {
174 toLast = to + min(bufsize, fromLast - from);
  /xsrc/external/mit/xorg-server/dist/dix/
swaprep.c 97 CARD32 *from, *to, *fromLast, *toLast;
116 fromLast = from + size;
117 while (from < fromLast) {
121 toLast = to + min(bufsize, fromLast - from);
146 short *from, *to, *fromLast, *toLast;
165 fromLast = from + size;
166 while (from < fromLast) {
170 toLast = to + min(bufsize, fromLast - from);
  /xsrc/external/mit/xorg-server.old/dist/dix/
swaprep.c 98 CARD32 *from, *to, *fromLast, *toLast;
117 fromLast = from + size;
118 while (from < fromLast) {
121 toLast = to + min (bufsize, fromLast - from);
146 short *from, *to, *fromLast, *toLast;
165 fromLast = from + size;
166 while (from < fromLast) {
169 toLast = to + min (bufsize, fromLast - from);

Completed in 114 milliseconds