Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dcow_user.c217 header->magic = htobe32(COW_MAGIC); in write_cow_header()
218 header->version = htobe32(COW_VERSION); in write_cow_header()
249 header->mtime = htobe32(modtime); in write_cow_header()
251 header->sectorsize = htobe32(sectorsize); in write_cow_header()
252 header->alignment = htobe32(alignment); in write_cow_header()
/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.h44 # define htobe32(x) __bswap_32 (x) macro
60 # define htobe32(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.h44 # define htobe32(x) __bswap_32 (x) macro
60 # define htobe32(x) __uint32_identity (x) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h452 #define putnn(ST, REG, X) (ST.REG = htobe32(unget32(ST, REG) | (((X) \
454 #define putpnn(ST, REG, X) ((ST)->REG = htobe32(ungetp32(ST, REG) \
457 #define put32(ST, REG, X) (ST.REG = htobe32(X))
458 #define putp32(ST, REG, X) ((ST)->REG = htobe32(X))
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ab.c29 static uint32_t htobe32(uint32_t in) in htobe32() function
92 dest->crc32 = htobe32(crc32(0, (const uint8_t *)dest, in spl_ab_data_update_crc_and_byteswap()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch48 +# define htobe32(x) __bswap_32 (x)
63 +# define htobe32(x) (x)
H A Dendian-ness_handling.patch368 + return htobe32(x);
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/piglit/
H A D0001-Add-a-missing-include-for-htobe32-definition.patch4 Subject: [PATCH] Add a missing include for htobe32 definition
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c35 static uint32_t htobe32(uint32_t in) in htobe32() function
138 dest->crc32 = htobe32(crc32(0, (const uint8_t*)dest, sizeof(AvbABData) - sizeof(uint32_t))); in avb_ab_data_update_crc_and_byteswap()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_uuid_helpers.c100 be32 = htobe32(ns->timeLow); in xtest_uuid_v5()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/
H A Dpiglit_git.bb12 file://0001-Add-a-missing-include-for-htobe32-definition.patch \
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c69 _val = is_be ? htobe32(val) : htole32(val); \
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c74 #define cpu_to_be32 htobe32