Searched refs:BYTE_ORDER (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXarch.h68 # if !defined(BYTE_ORDER) && defined(__BYTE_ORDER)
69 # define BYTE_ORDER __BYTE_ORDER macro
73 # ifndef BYTE_ORDER
80 # define BYTE_ORDER LITTLE_ENDIAN macro
83 # define BYTE_ORDER BIG_ENDIAN macro
86 # endif /* BYTE_ORDER */
88 # define X_BYTE_ORDER BYTE_ORDER
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcompiler.h50 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h35 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
43 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h35 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
43 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_endian.h42 #if defined(BYTE_ORDER) && (BYTE_ORDER == LITTLE_ENDIAN)
45 #elif defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
H A Dcompiler.h50 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/fstobdf/dist/
H A Dchars.c53 #ifdef BYTE_ORDER
54 #undef BYTE_ORDER
56 #define BYTE_ORDER BitmapFormatByteOrderMSB macro
167 format = BYTE_ORDER | BIT_ORDER | SCANLINE_UNIT | SCANLINE_PAD | EXTENTS;
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi.h73 #define __BYTE_ORDER BYTE_ORDER
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_cursor.c176 #if BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_cursor.c165 #if BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_cursor.c171 #if BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_cursor.c178 #if BYTE_ORDER == BIG_ENDIAN
/xsrc/external/mit/brotli/dist/c/common/
H A Dplatform.h38 #define BROTLI_X_BYTE_ORDER BYTE_ORDER
/xsrc/external/mit/fontconfig/dist/
H A Dconfigure20434 # See if sys/param.h defines the BYTE_ORDER macro.
20443 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
20444 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
20464 #if BYTE_ORDER != BIG_ENDIAN
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure24880 # See if sys/param.h defines the BYTE_ORDER macro.
24889 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \\
24890 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \\
24910 #if BYTE_ORDER != BIG_ENDIAN
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure23073 # See if sys/param.h defines the BYTE_ORDER macro.
23086 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
23087 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
23125 #if BYTE_ORDER != BIG_ENDIAN
[all...]

Completed in 86 milliseconds