| /OK3568_Linux_fs/u-boot/include/ |
| H A D | zfs_common.h | 32 BIG_ENDIAN = 0 enumerator 37 #define zfs_to_cpu16(x, a) (((a) == BIG_ENDIAN) ? be16_to_cpu(x) \ 39 #define cpu_to_zfs16(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be16(x) \ 42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \ 44 #define cpu_to_zfs32(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be32(x) \ 47 #define zfs_to_cpu64(x, a) (((a) == BIG_ENDIAN) ? be64_to_cpu(x) \ 49 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
|
| H A D | compiler.h | 57 # define __BIG_ENDIAN BIG_ENDIAN
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | bytes.h | 48 #if defined(BIG_ENDIAN) && !defined(__BIG_ENDIAN) 49 #define __BIG_ENDIAN BIG_ENDIAN
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/ |
| H A D | Makefile | 15 BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") macro 17 export BIG_ENDIAN
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_thunderboot_crypto.c | 157 BIG_ENDIAN = 0, enumerator 179 if (endian == BIG_ENDIAN) { in word2byte() 222 word2byte(CRYPTO_READ(dev, offset), data + i * 4, BIG_ENDIAN); in get_hash_value() 227 word2byte(CRYPTO_READ(dev, offset), tmp_buf, BIG_ENDIAN); in get_hash_value()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 54 || ((BYTE_ORDER == BIG_ENDIAN) in elfhdr_get() 65 BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN, in elfhdr_get()
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | utils.py | 73 BIG_ENDIAN = 0 variable 85 target_endianness = BIG_ENDIAN
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | sha2.c | 136 #if defined(LITTLE_ENDIAN) || defined(BIG_ENDIAN) 137 #if defined(LITTLE_ENDIAN) && defined(BIG_ENDIAN) 141 #elif(BYTE_ORDER == BIG_ENDIAN) 145 #elif defined(LITTLE_ENDIAN) && !defined(BIG_ENDIAN) 147 #elif !defined(LITTLE_ENDIAN) && defined(BIG_ENDIAN)
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/ |
| H A D | osdef1st.h | 24 #define BIG_ENDIAN macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/ |
| H A D | Makefile | 7 ifeq ($(BIG_ENDIAN),1)
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/ |
| H A D | Makefile | 7 ifeq ($(BIG_ENDIAN),1)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | endian.h | 28 # define BIG_ENDIAN __BIG_ENDIAN macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | endian.h | 28 # define BIG_ENDIAN __BIG_ENDIAN macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/microchip/ |
| H A D | ddr2_regs.h | 70 #define BIG_ENDIAN(x) ((x) << 31) macro
|
| H A D | ddr2.c | 202 MAX_BURST(3) | (7 << 28) | BIG_ENDIAN(0), in ddr2_ctrl_init()
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 314 ub1_endian = BIG_ENDIAN; in vdev_uberblock_compare() 318 ub2_endian = BIG_ENDIAN; in vdev_uberblock_compare() 363 if (zfs_to_cpu64(uber->ub_magic, BIG_ENDIAN) == UBERBLOCK_MAGIC in uberblock_verify() 364 && zfs_to_cpu64(uber->ub_version, BIG_ENDIAN) > 0 in uberblock_verify() 365 && zfs_to_cpu64(uber->ub_version, BIG_ENDIAN) <= SPA_VERSION) in uberblock_verify() 366 endian = BIG_ENDIAN; in uberblock_verify() 1950 ? LITTLE_ENDIAN : BIG_ENDIAN; in zfs_mount()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/espeak/ |
| H A D | espeak_1.48.04.bb | 43 …sed -i 's/\(.*BYTE_ORDER\)/#undef BYTE_ORDER\n#define BYTE_ORDER BIG_ENDIAN\n\1/' espeak-phoneme-d…
|
| /OK3568_Linux_fs/buildroot/package/tinydtls/ |
| H A D | 0001-sha2-sha2.c-fix-build-on-big-endian.patch | 32 #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2.h | 684 BIG_ENDIAN = 0x0, enumerator
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 145 #if BYTE_ORDER == BIG_ENDIAN
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 306 #if BYTE_ORDER == BIG_ENDIAN
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 442 /* Change the output to be big-endian if BIG_ENDIAN is true and
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | advansys.c | 1419 #define BIG_ENDIAN 0x8000 /* Enable Big Endian Mode MIO:15, EEP:15 */ macro 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()
|