Searched refs:padBytes (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | io.c | 693 int padBytes; local in function:WriteToClient 759 padBytes = padding_for_int32(count); 766 replyinfo.dataLenBytes = count + padBytes; 767 replyinfo.padBytes = padBytes; 769 who->replyBytesRemaining -= count + padBytes; 781 bytesleft = (replylen * 4) + SIZEOF(xReply) - count - padBytes; 790 who->replyBytesRemaining -= (count + padBytes); 797 (replylen * 4) + SIZEOF(xReply) - count - padBytes; 801 if (oco->count == 0 || oco->count + count + padBytes > oc [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | io.c | 737 int padBytes; local in function:WriteToClient 805 padBytes = padlength[count & 3]; 813 replyinfo.dataLenBytes = count + padBytes; 816 who->replyBytesRemaining -= count + padBytes; 831 bytesleft = (replylen * 4) + SIZEOF(xReply) - count - padBytes; 840 who->replyBytesRemaining -= (count + padBytes); 845 (replylen * 4) + SIZEOF(xReply) - count - padBytes; 849 if (oco->count + count + padBytes > oco->size) 866 oco->count += count + padBytes;
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | io.c | 538 write_to_client_internal(ClientPtr client, int count, char *buf, int padBytes) argument 557 if (oco->count + count + padBytes > oco->size) { 560 return FlushClient(client, oc, buf, count, padBytes); 565 oco->count += count + padBytes;
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 374 int padBytes; local in function:halveImage_ubyte 388 padBytes = ysize - (width*group_size); 404 t += padBytes; 440 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_ubyte 441 src+= padBytes; /* for assertion only */ 445 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_ubyte 459 src+= padBytes; /* add pad bytes, if any, to get to end to row */ 476 int padBytes; local in function:halveImage_byte 490 padBytes = ysize - (width*group_size); 506 t += padBytes; 539 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_byte 544 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_byte 576 int padBytes; local in function:halveImage_ushort 666 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_ushort 671 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_ushort 715 int padBytes; local in function:halveImage_short 812 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_short 817 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_short 861 int padBytes; local in function:halveImage_uint 958 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_uint 963 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_uint 1005 int padBytes; local in function:halveImage_int 1104 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_int 1109 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_int 1153 int padBytes; local in function:halveImage_float 1250 int padBytes= ysize - (width*group_size); local in function:halve1Dimage_float 1255 int padBytes= ysize - (width * group_size); local in function:halve1Dimage_float 6444 int padBytes= rowSizeInBytes - (width*pixelSizeInBytes); local in function:halveImagePackedPixel 6563 int padBytes= rowSizeInBytes - (width*pixelSizeInBytes); local in function:halve1DimagePackedPixel 7644 int padBytes= rowSizeInBytes - (width*pixelSizeInBytes); local in function:halveImagePackedPixel3D [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | lbxproto.h | 597 CARD8 padBytes; member in struct:_LbxPolyPoint 622 CARD8 padBytes; member in struct:_LbxFillPoly
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 547 unsigned long padBytes; /* pad bytes from zeroed array */ member in struct:__anona454ddf70208
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 598 pri->dataLenBytes, pri->padBytes,
|
Completed in 20 milliseconds