HomeSort by: relevance | last modified time | path
    Searched refs:whichbyte (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/libXft/dist/src/
xftswap.c 28 int whichbyte = 1; local
30 if (*((char *) &whichbyte))
  /xsrc/external/mit/xfs/dist/os/
connection.c 362 int whichbyte = 1; local
395 if (((*(char *) &whichbyte) && (byteOrder == 'B')) ||
396 (!(*(char *) &whichbyte) && (byteOrder == 'l'))) {
  /xsrc/external/mit/xorg-server.old/dist/os/
connection.c 887 int whichbyte = 1; local
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/
dispatch.c 197 int whichbyte = 1; local
202 if (((*(char *) &whichbyte) && (prefix->byteOrder == 'B')) ||
203 (!(*(char *) &whichbyte) && (prefix->byteOrder == 'l'))) {
  /xsrc/external/mit/xorg-server/dist/os/
connection.c 719 int whichbyte = 1; local
727 if (((*(char *) &whichbyte) && (order == 'B' || order == 'R')) ||
728 (!(*(char *) &whichbyte) && (order == 'l' || order == 'r'))) {
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 1886 int whichbyte = 1; local
1888 if (*((char *) &whichbyte))
3557 int whichbyte = 1; local
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/
dispatch.c 2032 int whichbyte = 1; local
2034 if (*((char *) &whichbyte))
3659 int whichbyte = 1; local
3666 if (((*(char *) &whichbyte) && (order == 'B' || order == 'R')) ||
3667 (!(*(char *) &whichbyte) && (order == 'l' || order == 'r'))) {

Completed in 17 milliseconds