Searched refs:ramplen (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dxf86vmode.c1448 size_t ramplen = 0; local in function:ProcXF86VidModeGetGammaRamp
1463 ramplen = length * 3 * sizeof(CARD16);
1464 if (!(ramp = malloc(ramplen)))
1487 WriteToClient(client, ramplen, (char*)ramp);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dvidmode.c1502 size_t ramplen = 0; local in function:ProcVidModeGetGammaRamp
1527 ramplen = length * 3 * sizeof(CARD16);
1550 WriteToClient(client, ramplen, ramp);

Completed in 6 milliseconds