Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dcow_user.c304 else if (magic == be32toh(COW_MAGIC)) in read_cow_header()
305 version = be32toh(header->v1.version); in read_cow_header()
330 *mtime_out = be32toh(header->v2.mtime); in read_cow_header()
332 *sectorsize_out = be32toh(header->v2.sectorsize); in read_cow_header()
344 *mtime_out = be32toh(header->v3.mtime); in read_cow_header()
346 *sectorsize_out = be32toh(header->v3.sectorsize); in read_cow_header()
347 *align_out = be32toh(header->v3.alignment); in read_cow_header()
374 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()
377 *sectorsize_out = be32toh(header->v3_b.sectorsize); in read_cow_header()
378 *align_out = be32toh(header->v3_b.alignment); in read_cow_header()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c11 #ifdef be32toh
14 # define be32toh(x) bswap_32(x) macro
19 # define be32toh(x) (x) macro
70 entry = be32toh(hdr.ehdr32.e_entry); in main()
H A Dloongson3-llsc-check.c17 #ifdef be32toh
/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.h46 # define be32toh(x) __bswap_32 (x) macro
62 # define be32toh(x) __uint32_identity (x) 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.h46 # define be32toh(x) __bswap_32 (x) macro
62 # define be32toh(x) __uint32_identity (x) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \
430 #define getpnn(ST, REG) ((be32toh((ST)->REG) >> (31-REG##_offset)) \
432 #define get32(ST, REG) (be32toh(ST.REG))
433 #define getp32(ST, REG) (be32toh((ST)->REG))
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c42 _val = is_be ? be32toh(_val) : le32toh(_val); \
155 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel()
158 type = is_be ? be32toh(rel->r_info) : le32toh(rel->r_info); in parse_mips32_rel()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ab.c44 static uint32_t be32toh(uint32_t in) in be32toh() function
67 dest->crc32 = be32toh(dest->crc32); in spl_ab_data_verify_and_byteswap()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch50 +# define be32toh(x) __bswap_32 (x)
65 +# define be32toh(x) (x)
H A Dendian-ness_handling.patch29 + return be32toh(x);
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c50 static uint32_t be32toh(uint32_t in) in be32toh() function
114 dest->crc32 = be32toh(dest->crc32); in avb_ab_data_verify_and_byteswap()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_uuid_helpers.c143 uuid->timeLow = be32toh(be32); in xtest_uuid_v5()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c150 #define elf32toh(x) be32toh(x)
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c377 crc = be32toh(crc); in compress_file()
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c115 input = be32toh(input); in print4byte()