Searched refs:htobe32 (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | cow_user.c | 217 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 D | endian.h | 44 # 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 D | endian.h | 44 # 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 D | nxu.h | 452 #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 D | spl_ab.c | 29 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 D | endianess-header.patch | 48 +# define htobe32(x) __bswap_32 (x) 63 +# define htobe32(x) (x)
|
| H A D | endian-ness_handling.patch | 368 + return htobe32(x);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0001-Add-a-missing-include-for-htobe32-definition.patch | 4 Subject: [PATCH] Add a missing include for htobe32 definition
|
| /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 35 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 D | xtest_uuid_helpers.c | 100 be32 = htobe32(ns->timeLow); in xtest_uuid_v5()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/ |
| H A D | piglit_git.bb | 12 file://0001-Add-a-missing-include-for-htobe32-definition.patch \
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 69 _val = is_be ? htobe32(val) : htole32(val); \
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 74 #define cpu_to_be32 htobe32
|