Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 266) sorted by relevance

1234567891011

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_fence_defs.h37 #define dma_fence_context_alloc(a) fence_context_alloc(a) argument
38 #define dma_fence_init(a, b, c, d, e) fence_init(a, b, c, d, e) argument
39 #define dma_fence_get(a) fence_get(a) argument
40 #define dma_fence_put(a) fence_put(a) argument
41 #define dma_fence_signal(a) fence_signal(a) argument
42 #define dma_fence_is_signaled(a) fence_is_signaled(a) argument
43 #define dma_fence_add_callback(a, b, c) fence_add_callback(a, b, c) argument
44 #define dma_fence_remove_callback(a, b) fence_remove_callback(a, b) argument
47 #define dma_fence_get_status(a) (fence_is_signaled(a) ? (a)->error ?: 1 : 0) argument
49 #define dma_fence_get_status(a) (fence_is_signaled(a) ? (a)->status ?: 1 : 0) argument
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_fence_defs.h36 #define dma_fence_context_alloc(a) fence_context_alloc(a) argument
37 #define dma_fence_init(a, b, c, d, e) fence_init(a, b, c, d, e) argument
38 #define dma_fence_get(a) fence_get(a) argument
39 #define dma_fence_put(a) fence_put(a) argument
40 #define dma_fence_signal(a) fence_signal(a) argument
41 #define dma_fence_is_signaled(a) fence_is_signaled(a) argument
42 #define dma_fence_add_callback(a, b, c) fence_add_callback(a, b, c) argument
43 #define dma_fence_remove_callback(a, b) fence_remove_callback(a, b) argument
46 #define dma_fence_get_status(a) (fence_is_signaled(a) ? (a)->error ?: 1 : 0) argument
48 #define dma_fence_get_status(a) (fence_is_signaled(a) ? (a)->status ?: 1 : 0) argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dctype.h305 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) argument
306 #define isdigit(a) (0 ? isdigit(a) : ((unsigned)(a)-'0') < 10) argument
307 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) argument
308 #define isupper(a) (0 ? isupper(a) : ((unsigned)(a)-'A') < 26) argument
309 #define isprint(a) (0 ? isprint(a) : ((unsigned)(a)-0x20) < 0x5f) argument
310 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) argument
311 #define isspace(a) __isspace(a) argument
376 #define _tolower(a) ((a)|0x20) argument
377 #define _toupper(a) ((a)&0x5f) argument
378 #define isascii(a) (0 ? isascii(a) : (unsigned)(a) < 128) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_mutex.h31 #define coap_mutex_lock(a) pthread_mutex_lock(a) argument
32 #define coap_mutex_trylock(a) pthread_mutex_trylock(a) argument
33 #define coap_mutex_unlock(a) pthread_mutex_unlock(a) argument
41 #define coap_mutex_lock(a) mutex_lock(a) argument
42 #define coap_mutex_trylock(a) mutex_trylock(a) argument
43 #define coap_mutex_unlock(a) mutex_unlock(a) argument
49 #define coap_mutex_lock(a) *(a) = 1 argument
50 #define coap_mutex_trylock(a) *(a) = 1 argument
51 #define coap_mutex_unlock(a) *(a) = 0 argument
Daddress.h82 _coap_address_isany_impl(const coap_address_t *a) { in _coap_address_isany_impl()
137 coap_address_equals(const coap_address_t *a, const coap_address_t *b) { in coap_address_equals()
151 coap_address_isany(const coap_address_t *a) { in coap_address_isany()
171 coap_is_mcast(const coap_address_t *a) { in coap_is_mcast()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_fence_defs.h34 #define dma_fence_context_alloc(a) fence_context_alloc(a) argument
35 #define dma_fence_init(a, b, c, d, e) fence_init(a, b, c, d, e) argument
36 #define dma_fence_get(a) fence_get(a) argument
37 #define dma_fence_put(a) fence_put(a) argument
38 #define dma_fence_signal(a) fence_signal(a) argument
39 #define dma_fence_is_signaled(a) fence_is_signaled(a) argument
40 #define dma_fence_add_callback(a, b, c) fence_add_callback(a, b, c) argument
41 #define dma_fence_remove_callback(a, b) fence_remove_callback(a, b) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_fence_defs.h32 #define dma_fence_context_alloc(a) fence_context_alloc(a) argument
33 #define dma_fence_init(a, b, c, d, e) fence_init(a, b, c, d, e) argument
34 #define dma_fence_get(a) fence_get(a) argument
35 #define dma_fence_put(a) fence_put(a) argument
36 #define dma_fence_signal(a) fence_signal(a) argument
37 #define dma_fence_is_signaled(a) fence_is_signaled(a) argument
38 #define dma_fence_add_callback(a, b, c) fence_add_callback(a, b, c) argument
39 #define dma_fence_remove_callback(a, b) fence_remove_callback(a, b) argument
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_common.h26 #define MPP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
27 #define MPP_MAX3(a, b, c) MPP_MAX(MPP_MAX(a,b),c) argument
28 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
30 #define MPP_MIN(a,b) ((a) > (b) ? (b) : (a)) argument
31 #define MPP_MIN3(a,b,c) MPP_MIN(MPP_MIN(a,b),c) argument
32 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
34 #define MPP_DIV(a, b) ((b) ? (a) / (b) : (a)) argument
37 #define MPP_SIGN(a) ((a) < (0) ? (-1) : (1)) argument
38 #define MPP_DIV_SIGN(a, b) (((a) + (MPP_SIGN(a) * (b)) / 2) / (b)) argument
40 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp;} while(0) argument
[all …]
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_common.h25 #define MPP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
26 #define MPP_MAX3(a, b, c) MPP_MAX(MPP_MAX(a, b), c) argument
27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
29 #define MPP_MIN(a, b) ((a) > (b) ? (b) : (a)) argument
30 #define MPP_MIN3(a, b, c) MPP_MIN(MPP_MIN(a, b), c) argument
31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
33 #define MPP_DIV(a, b) ((b) ? (a) / (b) : (a)) argument
36 #define MPP_SIGN(a) ((a) < (0) ? (-1) : (1)) argument
37 #define MPP_DIV_SIGN(a, b) (((a) + (MPP_SIGN(a) * (b)) / 2) / (b)) argument
39 #define MPP_SWAP(type, a, b) … argument
[all …]
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_common.h25 #define MPP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
26 #define MPP_MAX3(a, b, c) MPP_MAX(MPP_MAX(a, b), c) argument
27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
29 #define MPP_MIN(a, b) ((a) > (b) ? (b) : (a)) argument
30 #define MPP_MIN3(a, b, c) MPP_MIN(MPP_MIN(a, b), c) argument
31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
33 #define MPP_DIV(a, b) ((b) ? (a) / (b) : (a)) argument
36 #define MPP_SIGN(a) ((a) < (0) ? (-1) : (1)) argument
37 #define MPP_DIV_SIGN(a, b) (((a) + (MPP_SIGN(a) * (b)) / 2) / (b)) argument
39 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp; } while (0) argument
[all …]
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_common.h25 #define MPP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
26 #define MPP_MAX3(a, b, c) MPP_MAX(MPP_MAX(a, b), c) argument
27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
29 #define MPP_MIN(a, b) ((a) > (b) ? (b) : (a)) argument
30 #define MPP_MIN3(a, b, c) MPP_MIN(MPP_MIN(a, b), c) argument
31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
33 #define MPP_DIV(a, b) ((b) ? (a) / (b) : (a)) argument
36 #define MPP_SIGN(a) ((a) < (0) ? (-1) : (1)) argument
37 #define MPP_DIV_SIGN(a, b) (((a) + (MPP_SIGN(a) * (b)) / 2) / (b)) argument
39 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp; } while (0) argument
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_cali_dpd.c34 #define get2comp(a) (((a) >= 1024) ? ((a) - 2048) : (a)) argument
35 #define set2comp(a) (((a) >= 0) ? (a) : (2048 + (a))) argument
263 hi1131_complex_stru complex_div_round_closest(hi1131_complex_stru a, hi_s64 ll_b) in complex_div_round_closest()
358 hi1131_complex_stru hmac_dpd_cali_conj(hi1131_complex_stru a) in hmac_dpd_cali_conj()
380 hi1131_complex_stru hmac_dpd_complex_add(hi1131_complex_stru a, hi1131_complex_stru b) in hmac_dpd_complex_add()
405 hi1131_complex_stru hmac_dpd_complex_multiply_const(hi1131_complex_stru a, hi_s64 ll_b) in hmac_dpd_complex_multiply_const()
430 hi1131_complex_stru hmac_dpd_complex_multiply(hi1131_complex_stru a, hi1131_complex_stru b) in hmac_dpd_complex_multiply()
523 hi1131_complex_stru hmac_dpd_complex_div_const(hi1131_complex_stru a, hi_s64 ll_b) in hmac_dpd_complex_div_const()
548 inline hi_s64 hmac_dpd_complex_pow(hi1131_complex_stru a) in hmac_dpd_complex_pow()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/
Dsyscall_arch.h18 static inline long __syscall1(long n, long a) in __syscall1()
25 static inline long __syscall2(long n, long a, long b) in __syscall2()
33 static inline long __syscall3(long n, long a, long b, long c) in __syscall3()
42 static inline long __syscall4(long n, long a, long b, long c, long d) in __syscall4()
52 static inline long __syscall5(long n, long a, long b, long c, long d, long e) in __syscall5()
63 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dsiutils_priv.h336 #define ub_scan(a, b, c) do {} while (0) argument
337 #define ub_flag(a) (0) argument
338 #define ub_setint(a, b) do {} while (0) argument
339 #define ub_coreidx(a) (0) argument
340 #define ub_corevendor(a) (0) argument
341 #define ub_corerev(a) (0) argument
342 #define ub_iscoreup(a) (0) argument
343 #define ub_setcoreidx(a, b) (0) argument
344 #define ub_core_cflags(a, b, c) (0) argument
345 #define ub_core_cflags_wo(a, b, c) do {} while (0) argument
[all …]
Ddhd_proto.h202 #define dhd_prot_send_host_timestamp(a, b, c, d, e) 0 argument
203 #define dhd_prot_data_path_tx_timestamp_logging(a, b, c) 0 argument
204 #define dhd_prot_data_path_rx_timestamp_logging(a, b, c) 0 argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dip4_addr.h78 #define IP_CLASSA(a) ((((u32_t)(a)) & 0x80000000UL) == 0) argument
84 #define IP_CLASSB(a) ((((u32_t)(a)) & 0xc0000000UL) == 0x80000000UL) argument
90 #define IP_CLASSC(a) ((((u32_t)(a)) & 0xe0000000UL) == 0xc0000000UL) argument
95 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) argument
99 #define IP_MULTICAST(a) IP_CLASSD(a) argument
101 #define IP_EXPERIMENTAL(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
102 #define IP_BADCLASS(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
107 #define IP4_ADDR(ipaddr, a, b, c, d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a, b, c, d)) argument
165 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
180 #define ip4_addr_debug_print_parts(debug, a, b, c, d) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
Din.h117 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument
121 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
127 #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff) argument
129 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument
132 #define IN6_IS_ADDR_SITELOCAL(a) \ argument
135 #define IN6_IS_ADDR_V4MAPPED(a) \ argument
140 #define IN6_IS_ADDR_V4COMPAT(a) \ argument
144 #define IN6_IS_ADDR_MC_NODELOCAL(a) \ argument
147 #define IN6_IS_ADDR_MC_LINKLOCAL(a) \ argument
150 #define IN6_IS_ADDR_MC_SITELOCAL(a) \ argument
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drv.h244 #define NV_PRINTK(l, c, f, a...) … argument
250 #define NV_FATAL(drm, f, a...) NV_PRINTK(crit, &(drm)->client, f, ##a) argument
251 #define NV_ERROR(drm, f, a...) NV_PRINTK(err, &(drm)->client, f, ##a) argument
252 #define NV_WARN(drm, f, a...) NV_PRINTK(warn, &(drm)->client, f, ##a) argument
253 #define NV_INFO(drm, f, a...) NV_PRINTK(info, &(drm)->client, f, ##a) argument
255 #define NV_DEBUG(drm, f, a...) … argument
260 #define NV_ATOMIC(drm, f, a...) … argument
266 #define NV_PRINTK_ONCE(l, c, f, a...) NV_PRINTK(l##_once, c, f, ##a) argument
268 #define NV_ERROR_ONCE(drm, f, a...) NV_PRINTK_ONCE(err, &(drm)->client, f, ##a) argument
269 #define NV_WARN_ONCE(drm, f, a...) NV_PRINTK_ONCE(warn, &(drm)->client, f, ##a) argument
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmtcp.h88 #define IS_TCPSEQ_GE(a, b) ((a - b) < NBITVAL(31)) /* a >= b */ argument
89 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ argument
90 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */ argument
91 #define IS_TCPSEQ_LT(a, b) !IS_TCPSEQ_GE(a, b) /* a < b */ argument
Dlinuxver.h119 #define DAEMONIZE(a) do { \ argument
125 #define DAEMONIZE(a) daemonize(a); \ argument
131 #define DAEMONIZE(a) daemonize(); \ argument
389 #define rtc_time_to_tm(a, b) rtc_time64_to_tm(a, b) argument
391 #define rtc_time_to_tm(a, b) rtc_time_to_tm(a, b) argument
396 #define dev_kfree_skb_any(a) dev_kfree_skb(a) argument
413 #define dev_kfree_skb_irq(a) dev_kfree_skb(a) argument
486 #define PCI_SAVE_STATE(a, b) pci_save_state(a) argument
487 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a) argument
489 #define PCI_SAVE_STATE(a, b) pci_save_state(a, b) argument
[all …]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
Dparams.h18 #define ISPP_PACK_4BYTE(a, b, c, d) (((a)&0xFF) << 0 | ((b)&0xFF) << 8 | ((c)&0xFF) << 16 | ((d)&0x… argument
20 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) … argument
24 #define ISPP_PACK_4BYTE(a, b, c, d) (((a)&0xFF) << 0 | ((b)&0xFF) << 8 | ((c)&0xFF) << 16 | ((d)&0x… argument
26 #define ISPP_PACK_2SHORT(a, b) (((a)&0xFFFF) << 0 | ((b)&0xFFFF) << 16) argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
Dparams.h18 #define ISPP_PACK_4BYTE(a, b, c, d) \ argument
22 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) \ argument
28 #define ISPP_PACK_4BYTE(a, b, c, d) \ argument
32 #define ISPP_PACK_2SHORT(a, b) \ argument
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
Dcma_heap.c52 struct dma_heap_attachment *a; in cma_heap_attach() local
83 struct dma_heap_attachment *a = attachment->priv; in cma_heap_detach() local
95 struct dma_heap_attachment *a = attachment->priv; in cma_heap_map_dma_buf() local
110 struct dma_heap_attachment *a = attachment->priv; in cma_heap_unmap_dma_buf() local
119 struct dma_heap_attachment *a; in cma_heap_dma_buf_begin_cpu_access() local
141 struct dma_heap_attachment *a; in cma_heap_dma_buf_end_cpu_access() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_isp_debug.h46 #define div_0_to_1(a) (((a) == 0) ? 1 : (a)) argument
47 #define div_0_to_1_float(a) ((((a) < 1E-10) && ((a) > (-1E-10))) ? 1 : (a)) argument
48 #define is_float_equal(a, b) ((((a) - (b)) < 1E-10) && (((a) - (b)) > (-1E-10))) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_types.h91 #define hi_makeu16(a, b) ((hi_u16)(((hi_u8)(a)) | ((hi_u16)((hi_u8)(b))) << 8)) argument
92 #define hi_makeu32(a, b) ((hi_u32)(((hi_u16)(a)) | ((hi_u32)((hi_u16)(b))) << 16)) argument
98 #define hi_max(a, b) (((a) > (b)) ? (a) : (b)) argument
99 #define hi_min(a, b) (((a) < (b)) ? (a) : (b)) argument
121 #define align_next(val, a) ((((val) + ((a)-1)) & (~((a)-1)))) argument
122 #define align_length(val, a) align_next(val, a) argument

1234567891011