Searched refs:whichbyte (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftswap.c28 int whichbyte = 1; local in function:XftNativeByteOrder
30 if (*((char *) &whichbyte))
/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c362 int whichbyte = 1; local in function:error_conn_max
395 if (((*(char *) &whichbyte) && (byteOrder == 'B')) ||
396 (!(*(char *) &whichbyte) && (byteOrder == 'l'))) {
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c887 int whichbyte = 1; local in function:ErrorConnMax
907 if (((*(char *) &whichbyte) && (byteOrder == 'B')) ||
908 (!(*(char *) &whichbyte) && (byteOrder == 'l')))
910 swaps(&csp.majorVersion, whichbyte);
911 swaps(&csp.minorVersion, whichbyte);
912 swaps(&csp.length, whichbyte);
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c197 int whichbyte = 1; local in function:ProcInitialConnection
202 if (((*(char *) &whichbyte) && (prefix->byteOrder == 'B')) ||
203 (!(*(char *) &whichbyte) && (prefix->byteOrder == 'l'))) {
/xsrc/external/mit/xorg-server/dist/os/
H A Dconnection.c718 int whichbyte = 1; local in function:ConnMaxNotify
726 if (((*(char *) &whichbyte) && (order == 'B' || order == 'R')) ||
727 (!(*(char *) &whichbyte) && (order == 'l' || order == 'r'))) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1886 int whichbyte = 1; local in function:ServerOrder
1888 if (*((char *) &whichbyte))
3557 int whichbyte = 1; local in function:ProcInitialConnection
3562 if (((*(char *) &whichbyte) && (prefix->byteOrder == 'B')) ||
3563 (!(*(char *) &whichbyte) && (prefix->byteOrder == 'l')))
3573 swaps(&stuff->length, whichbyte);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c2032 int whichbyte = 1; local in function:ServerOrder
2034 if (*((char *) &whichbyte))
3659 int whichbyte = 1; local in function:ProcInitialConnection
3666 if (((*(char *) &whichbyte) && (order == 'B' || order == 'R')) ||
3667 (!(*(char *) &whichbyte) && (order == 'l' || order == 'r'))) {

Completed in 38 milliseconds