OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextra
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/randr/
rrcrtc.c
1308
int n,
nextra
;
local
1318
nextra
= (transform_filter_length (pending) +
1321
reply = malloc(sizeof (xRRGetCrtcTransformReply) +
nextra
);
1328
reply->length = bytes_to_int32(CrtcTransformExtra +
nextra
);
1348
WriteToClient (client, sizeof (xRRGetCrtcTransformReply) +
nextra
, (char *) reply);
/xsrc/external/mit/xorg-server/dist/randr/
rrcrtc.c
1830
int
nextra
;
local
1840
nextra
= (transform_filter_length(pending) +
1843
reply = calloc(1, sizeof(xRRGetCrtcTransformReply) +
nextra
);
1850
reply->length = bytes_to_int32(CrtcTransformExtra +
nextra
);
1868
WriteToClient(client, sizeof(xRRGetCrtcTransformReply) +
nextra
, reply);
Completed in 7 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026