Searched refs:_BYTE_ORDER (Results 76 - 100 of 142) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dplugin-api.h73 /* Detect endianess based on _BYTE_ORDER. */
74 #ifdef _BYTE_ORDER
75 #if _BYTE_ORDER == _LITTLE_ENDIAN
77 #elif _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dplugin-api.h73 /* Detect endianess based on _BYTE_ORDER. */
74 #ifdef _BYTE_ORDER
75 #if _BYTE_ORDER == _LITTLE_ENDIAN
77 #elif _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dplugin-api.h73 /* Detect endianess based on _BYTE_ORDER. */
74 #ifdef _BYTE_ORDER
75 #if _BYTE_ORDER == _LITTLE_ENDIAN
77 #elif _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dplugin-api.h73 /* Detect endianess based on _BYTE_ORDER. */
74 #ifdef _BYTE_ORDER
75 #if _BYTE_ORDER == _LITTLE_ENDIAN
77 #elif _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dplugin-api.h75 /* Detect endianess based on _BYTE_ORDER. */
76 #elif defined _BYTE_ORDER
77 #if _BYTE_ORDER == _LITTLE_ENDIAN
79 #elif _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/sys/
H A Dendian.h83 #if _BYTE_ORDER == _LITTLE_ENDIAN
88 #if _BYTE_ORDER == _BIG_ENDIAN
103 #define BYTE_ORDER _BYTE_ORDER
H A Dmidiio.h279 #if _BYTE_ORDER == _BIG_ENDIAN
465 #if _BYTE_ORDER == _BIG_ENDIAN
470 #elif _BYTE_ORDER == _LITTLE_ENDIAN
476 #error "unexpected _BYTE_ORDER"
/netbsd-current/sys/arch/sh3/sh3/
H A Dsyscall.c142 #if _BYTE_ORDER == BIG_ENDIAN
H A Ddb_interface.c208 #if _BYTE_ORDER == BIG_ENDIAN
218 #if _BYTE_ORDER == BIG_ENDIAN
227 #if _BYTE_ORDER == BIG_ENDIAN
/netbsd-current/sys/net/
H A Dtoeplitz.h88 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sys/arch/evbmips/atheros/
H A Dmachdep.c158 CTASSERT(_BYTE_ORDER == _BIG_ENDIAN);
/netbsd-current/sys/arch/alpha/gbus/
H A Dgbus_io.c105 __CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/sys/arch/evbmips/alchemy/
H A Domsal400.c97 CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.h111 #if _BYTE_ORDER == _BIG_ENDIAN
124 #else /* _BYTE_ORDER == _LITTLE_ENDIAN */
129 #endif /* _BYTE_ORDER */
/netbsd-current/external/gpl2/xcvs/include/
H A Dconfig.h1094 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/sbin/fsck_v7fs/
H A Dfsck_v7fs.c71 int endian = _BYTE_ORDER;
/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c70 int endian = _BYTE_ORDER;
/netbsd-current/sys/arch/mips/atheros/dev/
H A Dcom_arbus.c225 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/gpl2/gettext/include/
H A Dconfig.h54 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/arch/arm/samsung/
H A Dsscom_reg.h134 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sbin/nvmectl/
H A Dutil.c131 #if _BYTE_ORDER != _LITTLE_ENDIAN
/netbsd-current/sys/arch/evbmips/ingenic/
H A Dmachdep.c90 CTASSERT(_BYTE_ORDER == _LITTLE_ENDIAN);
/netbsd-current/sys/dev/pcmcia/
H A Dif_malo_pcmciavar.h29 #if _BYTE_ORDER == _LITTLE_ENDIAN
44 #if _BYTE_ORDER == _LITTLE_ENDIAN
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_i2c.c258 #if _BYTE_ORDER == _BIG_ENDIAN
323 #if _BYTE_ORDER == _BIG_ENDIAN
/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h157 #define __BYTE_ORDER _BYTE_ORDER

Completed in 344 milliseconds

123456