| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/seq/ |
| H A D | enum.hpp | 31 # define BOOST_PP_SEQ_ENUM_1(x) x argument 32 # define BOOST_PP_SEQ_ENUM_2(x) x, BOOST_PP_SEQ_ENUM_1 argument 33 # define BOOST_PP_SEQ_ENUM_3(x) x, BOOST_PP_SEQ_ENUM_2 argument 34 # define BOOST_PP_SEQ_ENUM_4(x) x, BOOST_PP_SEQ_ENUM_3 argument 35 # define BOOST_PP_SEQ_ENUM_5(x) x, BOOST_PP_SEQ_ENUM_4 argument 36 # define BOOST_PP_SEQ_ENUM_6(x) x, BOOST_PP_SEQ_ENUM_5 argument 37 # define BOOST_PP_SEQ_ENUM_7(x) x, BOOST_PP_SEQ_ENUM_6 argument 38 # define BOOST_PP_SEQ_ENUM_8(x) x, BOOST_PP_SEQ_ENUM_7 argument 39 # define BOOST_PP_SEQ_ENUM_9(x) x, BOOST_PP_SEQ_ENUM_8 argument 40 # define BOOST_PP_SEQ_ENUM_10(x) x, BOOST_PP_SEQ_ENUM_9 argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/seq/detail/ |
| H A D | split.hpp | 27 # define BOOST_PP_SEQ_SPLIT_1(x) (x), argument 28 # define BOOST_PP_SEQ_SPLIT_2(x) (x) BOOST_PP_SEQ_SPLIT_1 argument 29 # define BOOST_PP_SEQ_SPLIT_3(x) (x) BOOST_PP_SEQ_SPLIT_2 argument 30 # define BOOST_PP_SEQ_SPLIT_4(x) (x) BOOST_PP_SEQ_SPLIT_3 argument 31 # define BOOST_PP_SEQ_SPLIT_5(x) (x) BOOST_PP_SEQ_SPLIT_4 argument 32 # define BOOST_PP_SEQ_SPLIT_6(x) (x) BOOST_PP_SEQ_SPLIT_5 argument 33 # define BOOST_PP_SEQ_SPLIT_7(x) (x) BOOST_PP_SEQ_SPLIT_6 argument 34 # define BOOST_PP_SEQ_SPLIT_8(x) (x) BOOST_PP_SEQ_SPLIT_7 argument 35 # define BOOST_PP_SEQ_SPLIT_9(x) (x) BOOST_PP_SEQ_SPLIT_8 argument 36 # define BOOST_PP_SEQ_SPLIT_10(x) (x) BOOST_PP_SEQ_SPLIT_9 argument [all …]
|
| /OK3568_Linux_fs/u-boot/include/synopsys/ |
| H A D | dwcddr21mctl.h | 48 #define DWCDDR21MCTL_CCR_ECCEN(x) ((x) << 0) argument 49 #define DWCDDR21MCTL_CCR_NOMRWR(x) ((x) << 1) argument 50 #define DWCDDR21MCTL_CCR_HOSTEN(x) ((x) << 2) argument 51 #define DWCDDR21MCTL_CCR_XBISC(x) ((x) << 3) argument 52 #define DWCDDR21MCTL_CCR_NOAPD(x) ((x) << 4) argument 53 #define DWCDDR21MCTL_CCR_RRB(x) ((x) << 13) argument 54 #define DWCDDR21MCTL_CCR_DQSCFG(x) ((x) << 14) argument 55 #define DWCDDR21MCTL_CCR_DFTLM(x) (((x) & 0x3) << 15) argument 56 #define DWCDDR21MCTL_CCR_DFTCMP(x) ((x) << 17) argument 57 #define DWCDDR21MCTL_CCR_FLUSH(x) ((x) << 27) argument [all …]
|
| /OK3568_Linux_fs/u-boot/board/samsung/odroid/ |
| H A D | setup.h | 12 #define SDIV(x) ((x) & 0x7) argument 13 #define PDIV(x) (((x) & 0x3f) << 8) argument 14 #define MDIV(x) (((x) & 0x3ff) << 16) argument 15 #define FSEL(x) (((x) & 0x1) << 27) argument 17 #define PLL_ENABLE(x) (((x) & 0x1) << 31) argument 20 #define MUX_APLL_SEL(x) ((x) & 0x1) argument 21 #define MUX_CORE_SEL(x) (((x) & 0x1) << 16) argument 22 #define MUX_HPM_SEL(x) (((x) & 0x1) << 20) argument 23 #define MUX_MPLL_USER_SEL_C(x) (((x) & 0x1) << 24) argument 28 #define APLL_SEL(x) ((x) & 0x7) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | rs600d.h | 33 #define S_000040_SCRATCH_INT_MASK(x) (((x) & 0x1) << 18) argument 34 #define G_000040_SCRATCH_INT_MASK(x) (((x) >> 18) & 0x1) argument 36 #define S_000040_GUI_IDLE_MASK(x) (((x) & 0x1) << 19) argument 37 #define G_000040_GUI_IDLE_MASK(x) (((x) >> 19) & 0x1) argument 39 #define S_000040_DMA_VIPH1_INT_EN(x) (((x) & 0x1) << 13) argument 40 #define G_000040_DMA_VIPH1_INT_EN(x) (((x) >> 13) & 0x1) argument 42 #define S_000040_DMA_VIPH2_INT_EN(x) (((x) & 0x1) << 14) argument 43 #define G_000040_DMA_VIPH2_INT_EN(x) (((x) >> 14) & 0x1) argument 45 #define S_000040_DMA_VIPH3_INT_EN(x) (((x) & 0x1) << 15) argument 46 #define G_000040_DMA_VIPH3_INT_EN(x) (((x) >> 15) & 0x1) argument [all …]
|
| H A D | r100d.h | 69 #define S_0000F0_SOFT_RESET_CP(x) (((x) & 0x1) << 0) argument 70 #define G_0000F0_SOFT_RESET_CP(x) (((x) >> 0) & 0x1) argument 72 #define S_0000F0_SOFT_RESET_HI(x) (((x) & 0x1) << 1) argument 73 #define G_0000F0_SOFT_RESET_HI(x) (((x) >> 1) & 0x1) argument 75 #define S_0000F0_SOFT_RESET_SE(x) (((x) & 0x1) << 2) argument 76 #define G_0000F0_SOFT_RESET_SE(x) (((x) >> 2) & 0x1) argument 78 #define S_0000F0_SOFT_RESET_RE(x) (((x) & 0x1) << 3) argument 79 #define G_0000F0_SOFT_RESET_RE(x) (((x) >> 3) & 0x1) argument 81 #define S_0000F0_SOFT_RESET_PP(x) (((x) & 0x1) << 4) argument 82 #define G_0000F0_SOFT_RESET_PP(x) (((x) >> 4) & 0x1) argument [all …]
|
| H A D | r420d.h | 32 #define S_0001F8_MC_IND_ADDR(x) (((x) & 0x7F) << 0) argument 33 #define G_0001F8_MC_IND_ADDR(x) (((x) >> 0) & 0x7F) argument 35 #define S_0001F8_MC_IND_WR_EN(x) (((x) & 0x1) << 8) argument 36 #define G_0001F8_MC_IND_WR_EN(x) (((x) >> 8) & 0x1) argument 39 #define S_0001FC_MC_IND_DATA(x) (((x) & 0xFFFFFFFF) << 0) argument 40 #define G_0001FC_MC_IND_DATA(x) (((x) >> 0) & 0xFFFFFFFF) argument 43 #define S_0007C0_MRU_BUSY(x) (((x) & 0x1) << 0) argument 44 #define G_0007C0_MRU_BUSY(x) (((x) >> 0) & 0x1) argument 46 #define S_0007C0_MWU_BUSY(x) (((x) & 0x1) << 1) argument 47 #define G_0007C0_MWU_BUSY(x) (((x) >> 1) & 0x1) argument [all …]
|
| H A D | rs690d.h | 34 #define G_00005F_K8_ADDR_EXT(x) (((x) >> 0) & 0xFF) argument 36 #define S_000078_MC_IND_ADDR(x) (((x) & 0x1FF) << 0) argument 37 #define G_000078_MC_IND_ADDR(x) (((x) >> 0) & 0x1FF) argument 39 #define S_000078_MC_IND_WR_EN(x) (((x) & 0x1) << 9) argument 40 #define G_000078_MC_IND_WR_EN(x) (((x) >> 9) & 0x1) argument 43 #define S_00007C_MC_DATA(x) (((x) & 0xFFFFFFFF) << 0) argument 44 #define G_00007C_MC_DATA(x) (((x) >> 0) & 0xFFFFFFFF) argument 47 #define S_0000F8_CONFIG_MEMSIZE(x) (((x) & 0xFFFFFFFF) << 0) argument 48 #define G_0000F8_CONFIG_MEMSIZE(x) (((x) >> 0) & 0xFFFFFFFF) argument 51 #define S_000134_HDP_FB_START(x) (((x) & 0xFFFF) << 0) argument [all …]
|
| H A D | r300d.h | 70 #define S_000148_MC_FB_START(x) (((x) & 0xFFFF) << 0) argument 71 #define G_000148_MC_FB_START(x) (((x) >> 0) & 0xFFFF) argument 73 #define S_000148_MC_FB_TOP(x) (((x) & 0xFFFF) << 16) argument 74 #define G_000148_MC_FB_TOP(x) (((x) >> 16) & 0xFFFF) argument 77 #define S_00014C_MC_AGP_START(x) (((x) & 0xFFFF) << 0) argument 78 #define G_00014C_MC_AGP_START(x) (((x) >> 0) & 0xFFFF) argument 80 #define S_00014C_MC_AGP_TOP(x) (((x) & 0xFFFF) << 16) argument 81 #define G_00014C_MC_AGP_TOP(x) (((x) >> 16) & 0xFFFF) argument 84 #define S_00015C_AGP_BASE_ADDR_2(x) (((x) & 0xF) << 0) argument 85 #define G_00015C_AGP_BASE_ADDR_2(x) (((x) >> 0) & 0xF) argument [all …]
|
| /OK3568_Linux_fs/u-boot/include/andestech/ |
| H A D | andes_pcu.h | 80 #define ANDES_PCU_REV_NUMBER_PCS(x) (((x) >> 0) & 0xff) argument 81 #define ANDES_PCU_REV_VER(x) (((x) >> 16) & 0xffff) argument 86 #define ANDES_PCU_SPINFO_SIZE(x) (((x) >> 0) & 0xff) argument 87 #define ANDES_PCU_SPINFO_OFFSET(x) (((x) >> 8) & 0xf) argument 92 #define ANDES_PCU_SOC_ID_VER_MINOR(x) (((x) >> 0) & 0xf) argument 93 #define ANDES_PCU_SOC_ID_VER_MAJOR(x) (((x) >> 4) & 0xfff) argument 94 #define ANDES_PCU_SOC_ID_DEVICEID(x) (((x) >> 16) & 0xffff) argument 99 #define ANDES_PCU_SOC_AHB_AHBC(x) ((x) << 0) argument 100 #define ANDES_PCU_SOC_AHB_APBREG(x) ((x) << 1) argument 101 #define ANDES_PCU_SOC_AHB_APB(x) ((x) << 2) argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_tracing.h | 54 #define PT_REGS_PARM1(x) ((x)->di) argument 55 #define PT_REGS_PARM2(x) ((x)->si) argument 56 #define PT_REGS_PARM3(x) ((x)->dx) argument 57 #define PT_REGS_PARM4(x) ((x)->cx) argument 58 #define PT_REGS_PARM5(x) ((x)->r8) argument 59 #define PT_REGS_RET(x) ((x)->sp) argument 60 #define PT_REGS_FP(x) ((x)->bp) argument 61 #define PT_REGS_RC(x) ((x)->ax) argument 62 #define PT_REGS_SP(x) ((x)->sp) argument 63 #define PT_REGS_IP(x) ((x)->ip) argument [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu2_reg_tbl.h | 26 #define VEPU_REG_VP8_QUT_DC_Y2(x) (((x) & 0x3fff) << 16) argument 27 #define VEPU_REG_VP8_QUT_DC_Y1(x) (((x) & 0x3fff) << 0) argument 29 #define VEPU_REG_VP8_QUT_AC_Y1(x) (((x) & 0x3fff) << 16) argument 30 #define VEPU_REG_VP8_QUT_DC_CHR(x) (((x) & 0x3fff) << 0) argument 32 #define VEPU_REG_VP8_QUT_AC_CHR(x) (((x) & 0x3fff) << 16) argument 33 #define VEPU_REG_VP8_QUT_AC_Y2(x) (((x) & 0x3fff) << 0) argument 35 #define VEPU_REG_VP8_QUT_ZB_DC_CHR(x) (((x) & 0x1ff) << 18) argument 36 #define VEPU_REG_VP8_QUT_ZB_DC_Y2(x) (((x) & 0x1ff) << 9) argument 37 #define VEPU_REG_VP8_QUT_ZB_DC_Y1(x) (((x) & 0x1ff) << 0) argument 39 #define VEPU_REG_VP8_QUT_ZB_AC_CHR(x) (((x) & 0x1ff) << 18) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/byteorder/ |
| H A D | big_endian.h | 27 #define __constant_htonl(x) ((__u32)(x)) argument 28 #define __constant_ntohl(x) ((__u32)(x)) argument 29 #define __constant_htons(x) ((__u16)(x)) argument 30 #define __constant_ntohs(x) ((__u16)(x)) argument 31 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 32 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 33 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 34 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 35 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 36 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/byteorder/ |
| H A D | big_endian.h | 32 #define __constant_htonl(x) ((__u32)(x)) argument 33 #define __constant_ntohl(x) ((__u32)(x)) argument 34 #define __constant_htons(x) ((__u16)(x)) argument 35 #define __constant_ntohs(x) ((__u16)(x)) argument 36 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 37 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 38 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 39 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 40 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 41 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/byteorder/ |
| H A D | big_endian.h | 28 #define __constant_htonl(x) ((__u32)(x)) argument 29 #define __constant_ntohl(x) ((__u32)(x)) argument 30 #define __constant_htons(x) ((__u16)(x)) argument 31 #define __constant_ntohs(x) ((__u16)(x)) argument 32 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 33 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 34 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 35 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 36 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 37 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/byteorder/ |
| H A D | big_endian.h | 27 #define __constant_htonl(x) ((__u32)(x)) argument 28 #define __constant_ntohl(x) ((__u32)(x)) argument 29 #define __constant_htons(x) ((__u16)(x)) argument 30 #define __constant_ntohs(x) ((__u16)(x)) argument 31 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 32 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 33 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 34 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 35 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 36 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/byteorder/ |
| H A D | big_endian.h | 32 #define __constant_htonl(x) ((__u32)(x)) argument 33 #define __constant_ntohl(x) ((__u32)(x)) argument 34 #define __constant_htons(x) ((__u16)(x)) argument 35 #define __constant_ntohs(x) ((__u16)(x)) argument 36 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 37 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 38 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 39 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 40 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 41 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/byteorder/ |
| H A D | big_endian.h | 32 #define __constant_htonl(x) ((__u32)(x)) argument 33 #define __constant_ntohl(x) ((__u32)(x)) argument 34 #define __constant_htons(x) ((__u16)(x)) argument 35 #define __constant_ntohs(x) ((__u16)(x)) argument 36 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 37 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 38 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 39 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 40 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 41 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/byteorder/ |
| H A D | little_endian.h | 29 #define __constant_htonl(x) ___constant_swab32((x)) argument 30 #define __constant_ntohl(x) ___constant_swab32((x)) argument 31 #define __constant_htons(x) ___constant_swab16((x)) argument 32 #define __constant_ntohs(x) ___constant_swab16((x)) argument 33 #define __constant_cpu_to_le64(x) ((__u64)(x)) argument 34 #define __constant_le64_to_cpu(x) ((__u64)(x)) argument 35 #define __constant_cpu_to_le32(x) ((__u32)(x)) argument 36 #define __constant_le32_to_cpu(x) ((__u32)(x)) argument 37 #define __constant_cpu_to_le16(x) ((__u16)(x)) argument 38 #define __constant_le16_to_cpu(x) ((__u16)(x)) argument [all …]
|
| H A D | big_endian.h | 28 #define __constant_htonl(x) ((__u32)(x)) argument 29 #define __constant_ntohl(x) ((__u32)(x)) argument 30 #define __constant_htons(x) ((__u16)(x)) argument 31 #define __constant_ntohs(x) ((__u16)(x)) argument 32 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 33 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 34 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 35 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 36 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 37 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/byteorder/ |
| H A D | big_endian.h | 27 #define __constant_htonl(x) ((__u32)(x)) argument 28 #define __constant_ntohl(x) ((__u32)(x)) argument 29 #define __constant_htons(x) ((__u16)(x)) argument 30 #define __constant_ntohs(x) ((__u16)(x)) argument 31 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 32 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 33 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 34 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 35 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 36 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/byteorder/ |
| H A D | big_endian.h | 28 #define __constant_htonl(x) ((__u32)(x)) argument 29 #define __constant_ntohl(x) ((__u32)(x)) argument 30 #define __constant_htons(x) ((__u16)(x)) argument 31 #define __constant_ntohs(x) ((__u16)(x)) argument 32 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 33 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 34 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 35 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 36 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 37 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/byteorder/ |
| H A D | little_endian.h | 28 #define __constant_htonl(x) ___constant_swab32((x)) argument 29 #define __constant_ntohl(x) ___constant_swab32((x)) argument 30 #define __constant_htons(x) ___constant_swab16((x)) argument 31 #define __constant_ntohs(x) ___constant_swab16((x)) argument 32 #define __constant_cpu_to_le64(x) ((__u64)(x)) argument 33 #define __constant_le64_to_cpu(x) ((__u64)(x)) argument 34 #define __constant_cpu_to_le32(x) ((__u32)(x)) argument 35 #define __constant_le32_to_cpu(x) ((__u32)(x)) argument 36 #define __constant_cpu_to_le16(x) ((__u16)(x)) argument 37 #define __constant_le16_to_cpu(x) ((__u16)(x)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/byteorder/ |
| H A D | big_endian.h | 27 #define __constant_htonl(x) ((__u32)(x)) argument 28 #define __constant_ntohl(x) ((__u32)(x)) argument 29 #define __constant_htons(x) ((__u16)(x)) argument 30 #define __constant_ntohs(x) ((__u16)(x)) argument 31 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 32 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 33 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 34 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 35 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 36 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/byteorder/ |
| H A D | big_endian.h | 28 #define __constant_htonl(x) ((__u32)(x)) argument 29 #define __constant_ntohl(x) ((__u32)(x)) argument 30 #define __constant_htons(x) ((__u16)(x)) argument 31 #define __constant_ntohs(x) ((__u16)(x)) argument 32 #define __constant_cpu_to_le64(x) ___constant_swab64((x)) argument 33 #define __constant_le64_to_cpu(x) ___constant_swab64((x)) argument 34 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) argument 35 #define __constant_le32_to_cpu(x) ___constant_swab32((x)) argument 36 #define __constant_cpu_to_le16(x) ___constant_swab16((x)) argument 37 #define __constant_le16_to_cpu(x) ___constant_swab16((x)) argument [all …]
|