Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c685 int padBytes; in WriteToClient() local
751 padBytes = padding_for_int32(count); in WriteToClient()
758 replyinfo.dataLenBytes = count + padBytes; in WriteToClient()
759 replyinfo.padBytes = padBytes; in WriteToClient()
761 who->replyBytesRemaining -= count + padBytes; in WriteToClient()
773 bytesleft = (replylen * 4) + SIZEOF(xReply) - count - padBytes; in WriteToClient()
782 who->replyBytesRemaining -= (count + padBytes); in WriteToClient()
789 (replylen * 4) + SIZEOF(xReply) - count - padBytes; in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
807 if (padBytes) { in WriteToClient()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h542 unsigned long padBytes; /* pad bytes from zeroed array */ member
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c595 pri->dataLenBytes, pri->padBytes, in RecordAReply()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dfarsync.c219 u8 padBytes[6]; /* Padding */ member