Searched defs:padlength (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c799 static int padlength[4] = {0, 3, 2, 1}; /* make sure auth is multiple of 4 */ variable
824 pad = padlength [auth_length & 3];
829 pad = padlength [auth_strlen & 3];
H A Dcslibint.c113 static int padlength[4] = {0, 3, 2, 1}; variable
466 iov[1].iov_len = padlength[size & 3];
521 long padsize = padlength[size & 3];
H A DXDPS.c1306 static int padlength[4] = {0,3,2,1}; local
1313 if ( padlength[size & 3] ) {
1314 _XRead( dpy, pad, padlength[size & 3] );
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c355 static const int padlength[4] = {0, 3, 2, 1}; variable
376 padlength[connSetup->nbytesVendor & 3]);

Completed in 25 milliseconds