Searched refs:toLast (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | swaprep.c | 103 *toLast; local in function:CopySwap32Write 123 toLast = to + min(bufsize, fromLast - from); 124 nbytes = (toLast - to) << 2; 125 while (to < toLast) { 152 *toLast; local in function:CopySwap16Write 174 toLast = to + min(bufsize, fromLast - from); 175 nbytes = (toLast - to) << 1; 176 while (to < toLast) {
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swaprep.c | 98 CARD32 *from, *to, *fromLast, *toLast; local in function:CopySwap32Write 121 toLast = to + min (bufsize, fromLast - from); 122 nbytes = (toLast - to) << 2; 123 while (to < toLast) { 146 short *from, *to, *fromLast, *toLast; local in function:CopySwap16Write 169 toLast = to + min (bufsize, fromLast - from); 170 nbytes = (toLast - to) << 1; 171 while (to < toLast) {
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 95 CARD32 *from, *to, *fromLast, *toLast; local in function:CopySwap32Write 117 toLast = to + min(bufsize, fromLast - from); 118 nbytes = (toLast - to) << 2; 119 while (to < toLast) { 142 short *from, *to, *fromLast, *toLast; local in function:CopySwap16Write 164 toLast = to + min(bufsize, fromLast - from); 165 nbytes = (toLast - to) << 1; 166 while (to < toLast) {
|
Completed in 6 milliseconds