Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 42) sorted by relevance

12

/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_common.h27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
45 #define MPP_WB16(p, d) do { \ argument
51 #define MPP_WL16(p, d) do { \ argument
59 #define MPP_WB32(p, d) do { \ argument
69 #define MPP_WL32(p, d) do { \ argument
83 #define MPP_WB64(p, d) do { \ argument
101 #define MPP_WL64(p, d) do { \ argument
114 #define MPP_WB24(p, d) do { \ argument
123 #define MPP_WL24(p, d) do { \ argument
[all …]
Dmpp_meta.h22 #define FOURCC_META(a, b, c, d) (((RK_U32)(a) << 24) | \ argument
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_common.h27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
45 #define MPP_WB16(p, d) do { \ argument
51 #define MPP_WL16(p, d) do { \ argument
59 #define MPP_WB32(p, d) do { \ argument
69 #define MPP_WL32(p, d) do { \ argument
83 #define MPP_WB64(p, d) do { \ argument
101 #define MPP_WL64(p, d) do { \ argument
114 #define MPP_WB24(p, d) do { \ argument
123 #define MPP_WL24(p, d) do { \ argument
[all …]
Dmpp_meta.h22 #define FOURCC_META(a, b, c, d) (((RK_U32)(a) << 24) | \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dsys.h71 #define sys_mbox_fetch(m, d) argument
72 #define sys_mbox_tryfetch(m, d) argument
73 #define sys_mbox_post(m, d) argument
74 #define sys_mbox_trypost(m, d) argument
83 #define sys_dual_mbox_fetch(m, d) argument
84 #define sys_dual_mbox_tryfetch(m, d) argument
85 #define sys_dual_mbox_post(m, d) argument
86 #define sys_dual_mbox_trypost(m, d) argument
87 #define sys_dual_mbox_post_priority(m, d) argument
Dip_addr.h83 #define IPADDR4_INIT_BYTES(a, b, c, d) IPADDR4_INIT(PP_HTONL(LWIP_MAKEU32(a, b, c, d))) argument
85 #define IPADDR6_INIT(a, b, c, d) { { { { a, b, c, d } IPADDR6_ZONE_INIT } }, IPADDR_TYPE_V6 } argument
87 #define IPADDR6_INIT_HOST(a, b, c, d) { { { { PP_HTONL(a), PP_HTONL(b), PP_HTONL(c), PP_HTONL(d) } … argument
123 #define IP_ADDR4(ipaddr, a, b, c, d) do { IP4_ADDR(ip_2_ip4(ipaddr), a, b, c, d); \ argument
299 #define IPADDR4_INIT_BYTES(a, b, c, d) IPADDR4_INIT(PP_HTONL(LWIP_MAKEU32(a, b, c, d))) argument
310 #define IP_ADDR4(ipaddr, a, b, c, d) IP4_ADDR(ipaddr, a, b, c, d) argument
360 #define IPADDR6_INIT(a, b, c, d) { { a, b, c, d } IPADDR6_ZONE_INIT } argument
361 #define IPADDR6_INIT_HOST(a, b, c, d) { { PP_HTONL(a), PP_HTONL(b), PP_HTONL(c), PP_HTONL… argument
Dip4_addr.h107 #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
Ddef.h57 #define LWIP_MAKEU32(a, b, c, d) (((u32_t)((a) & 0xff) << 24) | \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Dselect.h39 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) argument
40 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) argument
41 #define FD_ISSET(d, s) !!((s)->fds_bits[(d)/(8*sizeof(long))] & (1UL<<((d)%(8*sizeof(long))))) argument
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) argument
28 #define roundup(n,d) (howmany(n,d)*(d)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/
Dsyscall_arch.h42 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/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dsched.h187 #define CPU_AND_S(a,b,c,d) __CPU_AND_S(a,b,c,d) argument
188 #define CPU_OR_S(a,b,c,d) __CPU_OR_S(a,b,c,d) argument
189 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) argument
205 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) argument
206 #define CPU_OR(d,s1,s2) CPU_OR_S(sizeof(cpu_set_t),d,s1,s2) argument
207 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2) argument
Dstdarg.h15 #define va_copy(d,s) __builtin_va_copy(d,s) argument
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Dhardware.h26 #define cpu_to_le16(d) (d) argument
27 #define cpu_to_le32(d) (d) argument
28 #define le16_to_cpu(d) (d) argument
29 #define le32_to_cpu(d) (d) argument
31 #define cpu_to_le16(d) bswap_16(d) argument
32 #define cpu_to_le32(d) bswap_32(d) argument
33 #define le16_to_cpu(d) bswap_16(d) argument
34 #define le32_to_cpu(d) bswap_32(d) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Decdh.h93 mbedtls_mpi d; /*!< The private key. */ member
114 mbedtls_mpi d; /*!< The private key. */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/nuttx/include/
Dstdarg.h58 #define va_copy(d,s) __builtin_va_copy(d,s) argument
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
Dhi_gbm_internal.h19 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
Dhi_gbm_internal.h19 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/
Dlzmaram.c176 unsigned char d; in hi_lzma_mem_detect() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
Dcmpi_log.c77 static char *strip_string(char *s, char *d, int len) in strip_string()
239 char d[TMP_BUF_LEN] = { [0 ... TMP_BUF_LEN - 1] = '\0' }; in log_proc_write() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dmemp_priv.h156 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_cipher.h109 hi_u8 *d; /**< The private exponent */ member
157 …const hi_u8 *d; /**< Ecdh private key, the caller ensures it is padded with leading zeros if the … member
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
Ddisplay_gralloc.c32 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
Dhi_nvm.h23 #define hi_make_identifier(a, b, c, d) hi_makeu32(hi_makeu16(a, b), hi_makeu16(c, d)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Dhi_nvm.h24 #define hi_make_identifier(a, b, c, d) hi_makeu32(hi_makeu16(a, b), hi_makeu16(c, d)) argument

12