Home
last modified time | relevance | path

Searched refs:BIG_ENDIAN (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/u-boot/include/
H A Dzfs_common.h32 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 Dcompiler.h57 # define __BIG_ENDIAN BIG_ENDIAN
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dbytes.h48 #if defined(BIG_ENDIAN) && !defined(__BIG_ENDIAN)
49 #define __BIG_ENDIAN BIG_ENDIAN
/OK3568_Linux_fs/kernel/arch/xtensa/boot/
H A DMakefile15 BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") macro
17 export BIG_ENDIAN
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_thunderboot_crypto.c157 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 Delf.c54 || ((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 Dutils.py73 BIG_ENDIAN = 0 variable
85 target_endianness = BIG_ENDIAN
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dsha2.c136 #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 Dosdef1st.h24 #define BIG_ENDIAN macro
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A DMakefile7 ifeq ($(BIG_ENDIAN),1)
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/
H A DMakefile7 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 Dendian.h28 # 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 Dendian.h28 # define BIG_ENDIAN __BIG_ENDIAN macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c18 #elif BYTE_ORDER == BIG_ENDIAN
H A Dloongson3-llsc-check.c23 #elif BYTE_ORDER == BIG_ENDIAN
/OK3568_Linux_fs/u-boot/drivers/ddr/microchip/
H A Dddr2_regs.h70 #define BIG_ENDIAN(x) ((x) << 31) macro
H A Dddr2.c202 MAX_BURST(3) | (7 << 28) | BIG_ENDIAN(0), in ddr2_ctrl_init()
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c314 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 Despeak_1.48.04.bb43 …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 D0001-sha2-sha2.c-fix-build-on-big-endian.patch32 #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h684 BIG_ENDIAN = 0x0, enumerator
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.c145 #if BYTE_ORDER == BIG_ENDIAN
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c306 #if BYTE_ORDER == BIG_ENDIAN
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch442 /* Change the output to be big-endian if BIG_ENDIAN is true and
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dadvansys.c1419 #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()

12