Home
last modified time | relevance | path

Searched refs:paddedLength (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx.c335 int paddedLength; in ProcDMXGetScreenAttributes() local
348 paddedLength = pad_to_int32(length); in ProcDMXGetScreenAttributes()
356 + paddedLength), in ProcDMXGetScreenAttributes()
480 int paddedLength; in ProcDMXAddScreen() local
483 paddedLength = pad_to_int32(stuff->displayNameLength); in ProcDMXAddScreen()
485 if (len != Ones(stuff->valueMask) + paddedLength / 4) in ProcDMXAddScreen()
801 int paddedLength; in ProcDMXGetInputAttributes() local
810 paddedLength = pad_to_int32(length); in ProcDMXGetInputAttributes()
815 .length = bytes_to_int32(paddedLength), in ProcDMXGetInputAttributes()
851 int paddedLength; in ProcDMXAddInput() local
[all …]