| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/compat/linux/include/linux/ |
| D | module.h | 29 #define DEFINE_INITCALL(f, level) \ argument 42 #define INITCALL(f, l) DEFINE_INITCALL(f, l) argument 45 #define PURE_INITCALL(f) INITCALL(f, LEVEL_PURE) argument 46 #define CORE_INITCALL(f) INITCALL(f, LEVEL_CORE) argument 47 #define PPOSTCORE_INITCALL(f) INITCALL(f, LEVEL_POSTCORE) argument 48 #define ARCH_INITCALL(f) INITCALL(f, LEVEL_ARCH) argument 49 #define SUBSYS_INITCALL(f) INITCALL(f, LEVEL_SUBSYS) argument 50 #define FS_INITCALL(f) INITCALL(f, LEVEL_FS) argument 51 #define DEVICE_INITCALL(f) INITCALL(f, LEVEL_DEVICE) argument 52 #define LATE_INITCALL(f) INITCALL(f, LEVEL_LATE) argument [all …]
|
| D | slab.h | 56 #define kzalloc(s, f) __kzalloc((s), (f)) argument 59 #define __kzalloc(s, f) calloc(1, (s)) argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/src/internal/ |
| D | shgetc.h | 26 #define shcnt(f) ((f)->shcnt + ((f)->rpos - (f)->buf)) argument 27 #define shlim(f, lim) __shlim((f), (lim)) argument 28 #define shgetc(f) (((f)->rpos != (f)->shend) ? *(f)->rpos++ : __shgetc(f)) argument 29 #define shunget(f) ((f)->shlim>=0 ? (void)(f)->rpos-- : (void)0) argument 31 #define sh_fromstring(f, s) \ argument
|
| D | stdio_impl.h | 12 #define FFINALLOCK(f) ((f)->lock>=0 ? __lockfile((f)) : 0) argument 13 #define FLOCK(f) int __need_unlock = ((f)->lock>=0 ? __lockfile((f)) : 0) argument 14 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) argument 17 #define FLOCK_ARG(l, f) int __need_unlock = (((((l) != (void *)0)) && ((f)->lock >= 0)) ? (l)->lock… argument 18 #define FUNLOCK_ARG(l, f) do { if (__need_unlock) (l)->unlock((f)); } while (0) argument 138 #define feof(f) ((f)->flags & F_EOF) argument 139 #define ferror(f) ((f)->flags & F_ERR) argument 141 #define getc_unlocked(f) \ argument 144 #define putc_unlocked(c, f) \ argument
|
| D | libm.h | 13 long double f; member 23 long double f; member 32 long double f; member 46 long double f; member 190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i argument 192 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i argument
|
| D | syscall.h | 36 #define __syscall6(n,a,b,c,d,e,f) __syscall6(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f… argument 37 #define __syscall7(n,a,b,c,d,e,f,g) __syscall7(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc… argument 39 #define __SYSCALL_NARGS_X(a,b,c,d,e,f,g,h,n,...) n argument 48 #define socketcall(nm,a,b,c,d,e,f) __syscall_ret(__socketcall(nm,a,b,c,d,e,f)) argument 49 #define socketcall_cp(nm,a,b,c,d,e,f) __syscall_ret(__socketcall_cp(nm,a,b,c,d,e,f)) argument 57 #define __syscall_cp6(n,a,b,c,d,e,f) (__syscall_cp)(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),… argument 62 …ne long __alt_socketcall(int sys, int sock, int cp, long a, long b, long c, long d, long e, long f) in __alt_socketcall() 74 #define __socketcall(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 0, \ argument 76 #define __socketcall_cp(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 1, \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/src/stdio/ |
| D | getc.h | 8 static int locking_getc(FILE *f) in locking_getc() 18 static inline int do_getc(FILE *f) in do_getc()
|
| D | putc.h | 8 static int locking_putc(int c, FILE *f) in locking_putc() 18 static inline int do_putc(int c, FILE *f) in do_putc()
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
| D | procfs.c | 215 static void rkcif_show_mixed_info(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_mixed_info() 232 static void rkcif_show_clks(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_clks() 244 static void rkcif_show_format(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_format() 357 static int rkcif_proc_show(struct seq_file *f, void *v) in rkcif_proc_show()
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
| D | procfs.c | 218 static void rkcif_show_mixed_info(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_mixed_info() 233 static void rkcif_show_clks(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_clks() 243 static void rkcif_show_format(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_format() 347 static int rkcif_proc_show(struct seq_file *f, void *v) in rkcif_proc_show()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| D | assert.h | 33 #define DEBUGASSERT(f) ((void)((f) || (__assert_fail(#f, __FILE__, __LINE__, __func__),0))) argument 35 #define DEBUGASSERT(f) argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
| D | nouveau_drv.h | 244 #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/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/wpa_supplicant/ |
| D | config.c | 2364 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) argument 2365 #define _STRe(f, m) #f, wpa_config_parse_str, OFFSET(eap.m) argument 2367 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) argument 2368 #define _STRe(f, m) #f, wpa_config_parse_str, wpa_config_write_str, \ argument 2371 #define STR(f) _STR(f), NULL, NULL, NULL, 0 argument 2372 #define STRe(f, m) _STRe(f, m), NULL, NULL, NULL, 0 argument 2373 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1 argument 2374 #define STR_KEYe(f, m) _STRe(f, m), NULL, NULL, NULL, 1 argument 2379 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len) argument 2380 #define _STR_LENe(f, m) _STRe(f, m), OFFSET(eap.m ## _len) argument [all …]
|
| /device/soc/rockchip/rk3588/kernel/scripts/ |
| D | mkbootimg | 27 def filesize(f): argument 36 def update_sha(sha, f): argument 45 def pad_file(f, padding): argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/incubator-nuttx/liteos/fs/include/net/ |
| D | net.h | 71 # define _NX_SEND(s,b,l,f) nx_send(s,b,l,f) argument 72 # define _NX_RECV(s,b,l,f) nx_recv(s,b,l,f) argument 73 # define _NX_RECVFROM(s,b,l,f,a,n) nx_recvfrom(s,b,l,f,a,n) argument 75 # define _NX_SEND(s,b,l,f) send(s,b,l,f) argument 76 # define _NX_RECV(s,b,l,f) recv(s,b,l,f) argument 77 # define _NX_RECVFROM(s,b,l,f,a,n) recvfrom(s,b,l,f,a,n) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_spinlock.c | 75 unsigned long f; in osal_spin_lock_irqsave() local 85 unsigned long f; in osal_spin_unlock_irqrestore() local
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/incubator-nuttx/liteos/fs/include/fs/ |
| D | fs.h | 76 # define _NX_CLOSE(f) nx_close(f) argument 77 # define _NX_READ(f,b,s) nx_read(f,b,s) argument 78 # define _NX_WRITE(f,b,s) nx_write(f,b,s) argument 79 # define _NX_SEEK(f,o,w) nx_seek(f,o,w) argument 80 # define _NX_IOCTL(f,r,a) nx_ioctl(f,r,a) argument 87 # define _NX_CLOSE(f) close(f) argument 88 # define _NX_READ(f,b,s) read(f,b,s) argument 89 # define _NX_WRITE(f,b,s) write(f,b,s) argument 90 # define _NX_SEEK(f,o,w) lseek(f,o,w) argument 91 # define _NX_IOCTL(f,r,a) ioctl(f,r,a) argument [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
| D | clk.h | 510 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, go, gs, gf) … argument 518 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, go, gs, gf, bro) … argument 526 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, mt, ds, dw, df, go, gs, gf) … argument 543 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, go, gs, gf) … argument 551 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw, df, dt, go, gs, gf) … argument 558 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, go, gs, gf) … argument 565 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df) … argument 572 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, bro) … argument 579 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, dt) … argument 587 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf, prate) … argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/arch/riscv32/bits/ |
| D | signal.h | 16 unsigned int f[32]; member 21 unsigned long long f[32]; member 26 unsigned long long f[64] __attribute__((aligned(16))); member 32 struct __riscv_f_ext_state f; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
| D | clk.h | 606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ argument 649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument 693 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 711 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 730 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 748 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 767 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ argument 787 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | clk.h | 606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ argument 649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument 693 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 711 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 730 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 748 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 767 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ argument 787 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ |
| D | sntp.c | 116 # define SNTP_FRAC_TO_US(f) ((u32_t)(((u64_t)(f) * 1000000UL) >> 32)) argument 118 # define SNTP_FRAC_TO_US(f) ((u32_t)(f) / 4295) argument 130 # define SNTP_SET_SYSTEM_TIME_NTP(s, f) \ argument 133 # define SNTP_SET_SYSTEM_TIME_NTP(s, f) \ argument 145 # define SNTP_GET_SYSTEM_TIME_NTP(s, f) do { \ argument 166 # define SNTP_SEC_FRAC_TO_S64(s, f) \ argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | asn1write.h | 35 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | asn1write.h | 29 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/include/ |
| D | assert.h | 6 #define DEBUGASSERT(f) argument
|