Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 133) sorted by relevance

123456

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_uuid.h59 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/
Dendian.h156 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/
Dhpm_swap.c11 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/
Dutil.h25 #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/
Dhi_math_adapt.h153 #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/
Dhi_math.h158 #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/
Dhi_math.h159 #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/
Dhi_math_adapt.h153 #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/
Dhi_math.h156 #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/
Dhi_math_adapt.h156 #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/
Dcsi_gcc.h1515 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/
Dcsi_gcc.h1551 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/
Ddvbcsa_bs_block.c58 } 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/
Dfabsl.c25 union ldshape u = {x}; in fabsl() local
Dscalbn.c21 union {double f; uint64_t i;} u; in scalbn() local
/device/board/osware/imx8mm/drivers/camera/pipeline_core/src/nodes/soft_codec/
Dimx_codec_node.cpp76 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/
Dinet_chksum.h52 #define FOLD_U32T(u) ((u32_t)(((u) >> 16) + ((u) & 0x0000ffffUL))) argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
Dkutf_helpers_user.h50 } u; member
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_sm_alg.c198 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/
Dwireless.h84 union iwreq_data u; member
/device/soc/rockchip/common/sdk_linux/include/linux/
Dmemory_group_manager.h186 } u; member
/device/board/isoftstone/yangfan/kernel/src/incl/linux/current/
Dmemory_group_manager.h195 } u; member
/device/soc/rockchip/rk3588/kernel/include/linux/
Dmemory_group_manager.h195 } u; member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
D802.11s.h120 } u; member
158 } u; member
186 } u; member
203 } u; member
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
D802.11s.h123 } u; member
161 } u; member
189 } u; member
206 } u; member

123456