代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/167046/5470161
h endian.h
/* m68k is big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/167046/5470214
h endian.h
/* Alpha is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/167046/5470242
h endian.h
/* H8/300 is big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/167046/5470616
h endian.h
/* i386 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/167046/5470703
h endian.h
/* nios is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
//mle
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/167046/5470735
h endian.h
/* cris is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/167046/5470773
h endian.h
/* x86_64 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/163821/5508651
h endian.h
/* m68k is big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/163821/5508697
h endian.h
/* Alpha is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/163821/5508717
h endian.h
/* H8/300 is big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN