Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_cfg80211.c14 # define le16toh(x) (x) macro
16 # define le16toh(x) __bswap_16 (x) macro
/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dendian.h20 #define le16toh(x) (x) macro
44 #define le16toh(x) __bswap_16(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.h42 # define le16toh(x) __uint16_identity (x) macro
58 # define le16toh(x) __bswap_16 (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.h42 # define le16toh(x) __uint16_identity (x) macro
58 # define le16toh(x) __bswap_16 (x) macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c20 # define le16toh(x) (x) macro
24 # define le16toh(x) bswap_16(x) macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c43 #define le16toh(x) (uint16_t)(x) macro
65 #define le16toh(x) __bswap16(x) macro
H A Dmbim-cm.c40 #define le16toh(x) (uint16_t)(x) macro
62 #define le16toh(x) __bswap16(x) macro