| /device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
| D | csi_gcc.h | 1004 #define __CSI_GCC_OUT_REG(r) "=r" (r) argument 1005 #define __CSI_GCC_USE_REG(r) "r" (r) argument 1503 int32_t r = 0, s = 0; in __SSAT16() local 1524 int32_t r = 0, s = 0; in __USAT16() local 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 [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | resource.h | 199 coap_resource_set_userdata(coap_resource_t *r, void *data) { in coap_resource_set_userdata() 212 coap_resource_get_userdata(coap_resource_t *r) { in coap_resource_get_userdata() 458 #define RESOURCES_ADD(r, obj) \ argument 461 #define RESOURCES_DELETE(r, obj) \ argument 464 #define RESOURCES_ITER(r,tmp) \ argument 468 #define RESOURCES_FIND(r, k, res) { \ argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_dbg_ring.h | 119 #define TXACTIVESZ(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 120 #define DBG_RING_READ_AVAIL_SPACE(w, r, d) (((w) >= (r)) ? ((w) - (r)) : ((d) - (r))) argument 121 #define DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d) (((w) >= (r)) ? ((d) - (w)) : ((r) - (w))) argument 122 #define DBG_RING_WRITE_SPACE_AVAIL(r, w, d) (d - (TXACTIVESZ(r, w, d))) argument 123 #define DBG_RING_CHECK_WRITE_SPACE(r, w, d) \ argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_kernel_sysfs.c | 90 int r; in group_enabled_read() local 105 int r; in group_enabled_write() local 152 int r; in hw_core_base_addr_read() local 177 int r; in profiling_counter_src_read() local 285 int r; in l2_l2x_counter_srcx_read() local 435 int r; in l2_l2x_counter_valx_read() local 596 int r; in profiling_record_read() local 914 size_t r; in utilization_gp_pp_read() local 924 size_t r; in utilization_gp_read() local 934 size_t r; in utilization_pp_read() local [all …]
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_kernel_sysfs.c | 90 int r; in group_enabled_read() local 104 int r; in group_enabled_write() local 151 int r; in hw_core_base_addr_read() local 176 int r; in profiling_counter_src_read() local 284 int r; in l2_l2x_counter_srcx_read() local 436 int r; in l2_l2x_counter_valx_read() local 599 int r; in profiling_record_read() local 922 size_t r; in utilization_gp_pp_read() local 932 size_t r; in utilization_gp_read() local 942 size_t r; in utilization_pp_read() local [all …]
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| D | hmac_wapi_sms4.c | 106 for (hi_u32 r = 0; r < rk_len; r += 4) { /* 0:起始,32:条件,4:递增 */ in hmac_sms4_crypt() local 149 hi_u32 r; in hmac_sms4_keyext() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | linux_osl.h | 285 #define OSL_WRITE_REG(osh, r, v) (bcmsdh_reg_write(osl_get_bus_handle(osh), \ argument 287 #define OSL_READ_REG(osh, r) (bcmsdh_reg_read(osl_get_bus_handle(osh), \ argument 290 #define OSL_READ_REG(osh, r) \ argument 297 #define OSL_READ_REG(osh, r) \ argument 359 #define R_REG(osh, r) (\ argument 379 #define R_REG(osh, r) (\ argument 399 #define W_REG(osh, r, v) do { \ argument 411 #define W_REG(osh, r, v) do { \ argument 422 #define AND_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) & (v)) argument 423 #define OR_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) | (v)) argument [all …]
|
| D | bcmpcie.h | 501 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w)-(r)) : ((d)-(r)+(w))) argument 502 #define NTXPAVAIL(r, w, d) (((d) - NTXPACTIVE((r), (w), (d))) > 1) argument 505 #define READ_AVAIL_SPACE(w, r, d) ((w >= r) ? (uint32)(w - r) : (uint32)(d - r)) argument 506 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 507 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 508 #define CHECK_WRITE_SPACE(r, w, d) ((r) > (w)) ? \ argument 512 #define CHECK_NOWRITE_SPACE(r, w, d) \ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | hi_math.h | 148 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument 179 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc() 200 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full() 226 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT() 247 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | hi_math.h | 147 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument 178 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc() 199 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full() 225 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT() 246 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| D | hi_math_adapt.h | 142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument 172 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc() 193 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full() 219 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit() 240 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| D | hi_math_adapt.h | 145 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument 175 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc() 196 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full() 222 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit() 243 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | hi_math.h | 145 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument 176 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc() 197 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full() 223 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT() 244 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| D | hi_math_adapt.h | 142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument 172 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc() 193 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full() 219 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit() 240 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
|
| /device/qemu/drivers/virtio/ |
| D | virtgpu.c | 103 struct VirtgpuRect r; member 110 struct VirtgpuRect r; member 274 struct VirtgpuRect r; member 353 struct VirtgpuRect r; member 357 static bool CMDSetScanout(const struct VirtgpuRect *r) in CMDSetScanout() 369 static bool CMDTransferToHost(uint32_t resourceId, const struct VirtgpuRect *r) in CMDTransferToHost() 629 struct VirtgpuRect r = { 0, 0, w, h }; in VirtgpuInitResourceHelper() local
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| D | virtgpu.c | 104 struct VirtgpuRect r; member 111 struct VirtgpuRect r; member 275 struct VirtgpuRect r; member 354 struct VirtgpuRect r; member 358 static bool CMDSetScanout(const struct VirtgpuRect *r) in CMDSetScanout() 370 static bool CMDTransferToHost(uint32_t resourceId, const struct VirtgpuRect *r) in CMDTransferToHost() 641 struct VirtgpuRect r = { 0, 0, w, h }; in VirtgpuInitResourceHelper() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
| D | loadbmp.c | 33 static HI_U16 OSD_MAKECOLOR_U16(HI_U8 r, HI_U8 g, HI_U8 b, OSD_COMP_INFO compinfo) in OSD_MAKECOLOR_U16() 230 HI_U8 r, g, b; in LoadBMPEx() local 386 HI_U8 r, g, b; in LoadBMPCanvas() local
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| D | android-version.h | 15 #define ANDROID_VERSION(a, b, c, r) (((a) << 24) + ((b) << 16) + ((c) << 8) + (r)) argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_kbase_dma_fence.c | 51 unsigned int r; in kbase_dma_fence_lock_reservations() local 100 unsigned int r; in kbase_dma_fence_unlock_reservations() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_kbase_dma_fence.c | 59 unsigned int r; in kbase_dma_fence_lock_reservations() local 105 unsigned int r; in kbase_dma_fence_unlock_reservations() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_dma_fence.c | 60 unsigned int r; in kbase_dma_fence_lock_reservations() local 108 unsigned int r; in kbase_dma_fence_unlock_reservations() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_dma_fence.c | 64 unsigned int r; in kbase_dma_fence_lock_reservations() local 110 unsigned int r; in kbase_dma_fence_unlock_reservations() local
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | memblock.h | 325 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 330 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node() 335 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 339 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
|
| D | dma-mapping.h | 375 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0) argument 376 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, 0) argument 377 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0) argument 378 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) argument 379 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument 380 #define dma_unmap_page(d, a, s, r) dma_unmap_page_attrs(d, a, s, r, 0) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_debug.c | 27 int r; in osal_printk() local
|