Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dendian.h28 #define le64toh(x) (x) macro
52 #define le64toh(x) __bswap_64(x) macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro
H A Dloongson3-llsc-check.c22 # define le64toh(x) (x) macro
26 # define le64toh(x) bswap_64(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.h52 # define le64toh(x) __uint64_identity (x) macro
68 # define le64toh(x) __bswap_64 (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.h52 # define le64toh(x) __uint64_identity (x) macro
68 # define le64toh(x) __bswap_64 (x) macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c49 #define le64toh(x) (uint64_t)(x) macro
71 #define le64toh(x) __bswap64(x) macro
H A Dmbim-cm.c46 #define le64toh(x) (uint64_t)(x) macro
68 #define le64toh(x) __bswap64(x) macro