OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ye
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXaw/dist/src/
DisplayList.c
1453
int x, y, xs, ys, xe,
ye
, width, height;
local
1462
ye
= Y_ARG(image->pos[3]);
1466
if (
ye
<= 0)
1467
ye
= ys + height;
1476
ye
+= ypad;
1478
ye
+= ypad;
1488
for (y = ys; y <
ye
; y += height)
1496
0, 0, (unsigned)XawMin(width, xe - x), (unsigned)XawMin(height,
ye
- y),
1500
(unsigned)XawMin(width, xe - x), (unsigned)XawMin(height,
ye
- y), x, y);
/xsrc/external/mit/xf86-video-crime/dist/src/
crime_accel.c
274
int xa, xe, ya,
ye
;
local
287
ye
= MIN(fPtr->cye, y + h);
288
if ((xa < xe) && (ya <
ye
)) {
292
(((xe << 2) - 1 ) << 16) | ((
ye
- 1) & 0xffff));
Completed in 9 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026