/kernel/liteos_a/net/lwip-2.1/porting/include/arch/ |
H A D | cc.h | 39 #ifdef BIG_ENDIAN 40 #undef BIG_ENDIAN macro
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/arch/ |
H A D | cc.h | 39 #ifdef BIG_ENDIAN
40 #undef BIG_ENDIAN
macro
|
/kernel/uniproton/src/net/lwip-2.1/include/arch/ |
H A D | cc.h | 23 #ifdef BIG_ENDIAN
24 #undef BIG_ENDIAN
macro
|
/kernel/linux/linux-5.10/arch/xtensa/boot/ |
H A D | Makefile | 14 BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") macro 16 export BIG_ENDIAN
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | socket.h | 49 #if LONG_MAX > 0x7fffffff && BYTE_ORDER == BIG_ENDIAN 57 #if LONG_MAX > 0x7fffffff && BYTE_ORDER == BIG_ENDIAN 68 #if LONG_MAX > 0x7fffffff && BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 54 || ((BYTE_ORDER == BIG_ENDIAN) in elfhdr_get() 61 " host BIG_ENDIAN: %u\n" in elfhdr_get() 65 BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN, in elfhdr_get()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 53 || ((BYTE_ORDER == BIG_ENDIAN) in elfhdr_get() 60 " host BIG_ENDIAN: %u\n" in elfhdr_get() 64 BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN, in elfhdr_get()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | endian.h | 35 #define BIG_ENDIAN _BIG_ENDIAN macro
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | utils.py | 73 BIG_ENDIAN = 0 variable 85 target_endianness = BIG_ENDIAN
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | osdef1st.h | 24 #define BIG_ENDIAN macro
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | osdef1st.h | 24 #define BIG_ENDIAN macro
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | utils.py | 92 BIG_ENDIAN = 0 variable 104 target_endianness = BIG_ENDIAN
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 7 ifeq ($(BIG_ENDIAN),1)
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/ |
H A D | Makefile | 7 ifeq ($(BIG_ENDIAN),1)
|
/kernel/linux/linux-5.10/arch/mips/tools/ |
H A D | elf-entry.c | 18 #elif BYTE_ORDER == BIG_ENDIAN
|
H A D | loongson3-llsc-check.c | 23 #elif BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-6.6/arch/mips/tools/ |
H A D | elf-entry.c | 18 #elif BYTE_ORDER == BIG_ENDIAN
|
H A D | loongson3-llsc-check.c | 23 #elif BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs.c | 145 #if BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs.c | 145 #if BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 305 #if BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 316 #if BYTE_ORDER == BIG_ENDIAN
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 1419 #define BIG_ENDIAN 0x8000 /* Enable Big Endian Mode MIO:15, EEP:15 */ macro 5196 * Clear BIG_ENDIAN, DIS_TERM_DRV, Terminator Polarity and HVD/LVD/SE in AdvInitAsc38C0800Driver() 5200 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL & ~HVD_LVD_SE); in AdvInitAsc38C0800Driver() 5689 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL); in AdvInitAsc38C1600Driver()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | advansys.c | 1406 #define BIG_ENDIAN 0x8000 /* Enable Big Endian Mode MIO:15, EEP:15 */ macro 5147 * Clear BIG_ENDIAN, DIS_TERM_DRV, Terminator Polarity and HVD/LVD/SE in AdvInitAsc38C0800Driver() 5151 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL & ~HVD_LVD_SE); in AdvInitAsc38C0800Driver() 5640 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL); in AdvInitAsc38C1600Driver()
|