Home
last modified time | relevance | path

Searched defs:le32toh (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dendian.h24 #define le32toh(x) (x) macro
48 #define le32toh(x) __bswap_32(x) macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c15 # define le32toh(x) (x) macro
20 # define le32toh(x) bswap_32(x) macro
H A Dloongson3-llsc-check.c21 # define le32toh(x) (x) macro
25 # define le32toh(x) bswap_32(x) macro
/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.h47 # define le32toh(x) __uint32_identity (x) macro
63 # define le32toh(x) __bswap_32 (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.h47 # define le32toh(x) __uint32_identity (x) macro
63 # define le32toh(x) __bswap_32 (x) macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c46 #define le32toh(x) (uint32_t)(x) macro
68 #define le32toh(x) __bswap32(x) macro
H A Dmbim-cm.c43 #define le32toh(x) (uint32_t)(x) macro
65 #define le32toh(x) __bswap32(x) macro