代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/136072/5874219

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/136072/5874247

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/136072/5874616

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/136072/5874699

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/136072/5874731

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/124910/6035485

h endian.h

/* s390 is big-endian */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/124910/6036308

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/124910/6036370

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/124910/6036427

h endian.h

/* hppa1.1 big-endian. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/124910/6037169

h endian.h

/* Linux/ia64 is little-endian. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #define __BYTE_ORDER __LITTLE_ENDIAN