| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/ |
| D | ble_uuid.h | 59 ble_uuid_t u; member 65 ble_uuid_t u; member 71 ble_uuid_t u; member 77 ble_uuid_t u; member 110 #define BLE_UUID16(u) \ argument 113 #define BLE_UUID32(u) \ argument 116 #define BLE_UUID128(u) \ argument
|
| /device/soc/esp/esp32/components/newlib/platform_include/ |
| D | endian.h | 156 be16enc(void *pp, uint16_t u) in be16enc() 165 be32enc(void *pp, uint32_t u) in be32enc() 176 be64enc(void *pp, uint64_t u) in be64enc() 185 le16enc(void *pp, uint16_t u) in le16enc() 194 le32enc(void *pp, uint32_t u) in le32enc() 205 le64enc(void *pp, uint64_t u) in le64enc()
|
| /device/soc/hpmicro/sdk/hpm_sdk/utils/ |
| D | hpm_swap.c | 11 uint32_t __bswapsi2 (uint32_t u) in __bswapsi2() 19 uint64_t __bswapdi2 (uint64_t u) in __bswapdi2()
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/ |
| D | util.h | 25 #define UINT_TO_POINTER(u) ((void *) ((uintptr_t) (u))) argument 27 #define INT_TO_POINTER(u) ((void *) ((intptr_t) (u))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| D | hi_math_adapt.h | 153 #define yuv(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 164 #define yuv_8bit(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 186 hi_u16 y, u, v; in rgb2_yuv() local 208 hi_u16 y, u, v; in rgb2_yuv_full() local 233 hi_u8 y, u, v; in rgb2_yuv_8_bit() local 255 hi_u8 y, u, v; in rgb2_yuv_full_8_bit() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | hi_math.h | 158 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 169 #define YUV_8BIT(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 192 HI_U16 y, u, v; in Rgb2Yuv() local 214 HI_U16 y, u, v; in Rgb2Yuv_full() local 239 HI_U8 y, u, v; in Rgb2Yuv_8BIT() local 261 HI_U8 y, u, v; in Rgb2Yuv_full_8BIT() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | hi_math.h | 159 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 170 #define YUV_8BIT(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 193 HI_U16 y, u, v; in Rgb2Yuv() local 215 HI_U16 y, u, v; in Rgb2Yuv_full() local 240 HI_U8 y, u, v; in Rgb2Yuv_8BIT() local 262 HI_U8 y, u, v; in Rgb2Yuv_full_8BIT() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| D | hi_math_adapt.h | 153 #define yuv(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 164 #define yuv_8bit(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 186 hi_u16 y, u, v; in rgb2_yuv() local 208 hi_u16 y, u, v; in rgb2_yuv_full() local 233 hi_u8 y, u, v; in rgb2_yuv_8_bit() local 255 hi_u8 y, u, v; in rgb2_yuv_full_8_bit() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | hi_math.h | 156 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 167 #define YUV_8BIT(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 190 HI_U16 y, u, v; in Rgb2Yuv() local 212 HI_U16 y, u, v; in Rgb2Yuv_full() local 237 HI_U8 y, u, v; in Rgb2Yuv_8BIT() local 259 HI_U8 y, u, v; in Rgb2Yuv_full_8BIT() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| D | hi_math_adapt.h | 156 #define yuv(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) argument 167 #define yuv_8bit(y, u, v) ((((y) & 0xff) << 16) | (((u) & 0xff) << 8) | ((v) & 0xff)) argument 189 hi_u16 y, u, v; in rgb2_yuv() local 211 hi_u16 y, u, v; in rgb2_yuv_full() local 236 hi_u8 y, u, v; in rgb2_yuv_8_bit() local 258 hi_u8 y, u, v; in rgb2_yuv_full_8_bit() local
|
| /device/soc/winnermicro/wm800/board/include/arch/xt804/csi_core/ |
| D | csi_gcc.h | 1515 int32_t r, s, t, u; in __QADD8() local 1544 int32_t r, s, t, u; in __UQADD8() local 1571 int32_t r, s, t, u; in __SADD8() local 1598 int32_t r, s, t, u; in __UADD8() local 1627 int32_t r, s, t, u; in __QSUB8() local 1656 int32_t r, s, t, u; in __UQSUB8() local 1683 int32_t r, s, t, u; in __SSUB8() local 1710 int32_t r, s, t, u; in __USUB8() local 1740 int32_t r, s, t, u; in __USAD8() local 1772 int32_t r, s, t, u; in __USADA8() local [all …]
|
| /device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
| D | csi_gcc.h | 1551 int32_t r, s, t, u; in __QADD8() local 1580 int32_t r, s, t, u; in __UQADD8() local 1607 int32_t r, s, t, u; in __SADD8() local 1634 int32_t r, s, t, u; in __UADD8() local 1663 int32_t r, s, t, u; in __QSUB8() local 1692 int32_t r, s, t, u; in __UQSUB8() local 1719 int32_t r, s, t, u; in __SSUB8() local 1746 int32_t r, s, t, u; in __USUB8() local 1776 int32_t r, s, t, u; in __USAD8() local 1808 int32_t r, s, t, u; in __USADA8() local [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/dvbcsa2/ |
| D | dvbcsa_bs_block.c | 58 } u; in dvbcsa_bs_block_decrypt_register() local 153 } u; in dvbcsa_bs_block_encrypt_register() local
|
| /device/soc/winnermicro/wm800/board/platform/arch/xt804/libc/liteos/math/ |
| D | fabsl.c | 25 union ldshape u = {x}; in fabsl() local
|
| D | scalbn.c | 21 union {double f; uint64_t i;} u; in scalbn() local
|
| /device/board/osware/imx8mm/drivers/camera/pipeline_core/src/nodes/soft_codec/ |
| D | imx_codec_node.cpp | 76 void yuvtorgb(int y, int u, int v, int sign, unsigned char *pixel32) in yuvtorgb() 122 int y0, u, y1, v; in Yuv422ToRGBA8888() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | inet_chksum.h | 52 #define FOLD_U32T(u) ((u32_t)(((u) >> 16) + ((u) & 0x0000ffffUL))) argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/ |
| D | kutf_helpers_user.h | 50 } u; member
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_sm_alg.c | 198 int ble_sm_alg_f4(const uint8_t *u, const uint8_t *v, const uint8_t *x, uint8_t z, uint8_t *out_enc… in ble_sm_alg_f4() 332 int ble_sm_alg_g2(const uint8_t *u, const uint8_t *v, const uint8_t *x, const uint8_t *y, uint32_t … in ble_sm_alg_g2()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/linux/ |
| D | wireless.h | 84 union iwreq_data u; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | memory_group_manager.h | 186 } u; member
|
| /device/board/isoftstone/yangfan/kernel/src/incl/linux/current/ |
| D | memory_group_manager.h | 195 } u; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/ |
| D | memory_group_manager.h | 195 } u; member
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
| D | 802.11s.h | 120 } u; member 158 } u; member 186 } u; member 203 } u; member
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
| D | 802.11s.h | 123 } u; member 161 } u; member 189 } u; member 206 } u; member
|