OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026