/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctl.h | 69 #define _IOC(dir,type,nr,size) \ argument 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument 94 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) argument 95 #define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) argument [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | neighbor_db.c | 23 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get() local 40 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_show() local 92 static void hostapd_neighbor_clear_entry(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_clear_entry() 112 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_add() local 126 const struct wpabuf *nr, const struct wpabuf *lci, in hostapd_neighbor_set() 171 static void hostapd_neighbor_free(struct hostapd_neighbor_entry *nr) in hostapd_neighbor_free() 182 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_remove() local 196 struct hostapd_neighbor_entry *nr, *prev; in hostapd_free_neighbor_db() local 243 struct wpabuf *nr; in hostapd_neighbor_set_own_report() local 340 struct hostapd_neighbor_entry *nr; in hostapd_neighbor_get_diff_short_ssid() local [all …]
|
/external/autotest/client/bin/input/ |
D | linux_ioctl.py | 45 def IOC(d, t, nr, size): argument 50 def IO(t, nr, t_format): argument 53 def IOW(t, nr, t_format): argument 56 def IOR(t, nr, t_format): argument 59 def IOWR(t, nr, t_format): argument 63 def IOC_DIR(nr): argument 66 def IOC_TYPE(nr): argument 69 def IOC_NR(nr): argument 72 def IOC_SIZE(nr): argument
|
/external/coreboot/src/soc/ti/am335x/ |
D | sdram.c | 41 static void config_vtp(int nr) in config_vtp() 56 static void config_sdram(const struct emif_regs *regs, int nr) in config_sdram() 84 static void config_ddr_data(const struct ddr_data *data, int nr) in config_ddr_data() 117 static void config_cmd_ctrl(const struct cmd_control *cmd, int nr) in config_cmd_ctrl() 154 static void ext_phy_settings_swlvl(const struct emif_regs *regs, int nr) in ext_phy_settings_swlvl() 174 static void ext_phy_settings_hwlvl(const struct emif_regs *regs, int nr) in ext_phy_settings_hwlvl() 234 static void config_ddr_phy(const struct emif_regs *regs, int nr) in config_ddr_phy() 259 static void set_sdram_timings(const struct emif_regs *regs, int nr) in set_sdram_timings() 312 const struct cmd_control *ctrl, const struct emif_regs *regs, int nr) in config_ddr()
|
/external/XNNPACK/src/ |
D | init.c | 235 const uint32_t nr = xnn_params.qc8.gemm.nr; in init() local 452 const uint32_t nr = xnn_params.qs8.gemm.nr; in init() local 645 const uint32_t nr = xnn_params.qu8.gemm.nr; in init() local 899 const uint32_t nr = xnn_params.f32.gemm.nr; in init() local 2029 const uint32_t nr = xnn_params.qc8.gemm.nr; in init() local 2234 const uint32_t nr = xnn_params.qs8.gemm.nr; in init() local 2413 const uint32_t nr = xnn_params.qu8.gemm.nr; in init() local 2653 const uint32_t nr = xnn_params.f16.gemm.nr; in init() local 3040 const uint32_t nr = xnn_params.f32.gemm.nr; in init() local
|
/external/strace/tests-mx32/ |
D | prctl-seccomp-filter-v.c | 54 #define SOCK_FILTER_ALLOW_SYSCALL(nr) \ argument 58 #define SOCK_FILTER_DENY_SYSCALL(nr, err) \ argument 65 #define PRINT_ALLOW_SYSCALL(nr) \ argument 70 #define PRINT_DENY_SYSCALL(nr, err) \ argument
|
D | seccomp-filter-v.c | 54 #define SOCK_FILTER_ALLOW_SYSCALL(nr) \ argument 58 #define SOCK_FILTER_DENY_SYSCALL(nr, err) \ argument 65 #define PRINT_ALLOW_SYSCALL(nr) \ argument 70 #define PRINT_DENY_SYSCALL(nr, err) \ argument
|
/external/strace/tests-m32/ |
D | prctl-seccomp-filter-v.c | 54 #define SOCK_FILTER_ALLOW_SYSCALL(nr) \ argument 58 #define SOCK_FILTER_DENY_SYSCALL(nr, err) \ argument 65 #define PRINT_ALLOW_SYSCALL(nr) \ argument 70 #define PRINT_DENY_SYSCALL(nr, err) \ argument
|
D | seccomp-filter-v.c | 54 #define SOCK_FILTER_ALLOW_SYSCALL(nr) \ argument 58 #define SOCK_FILTER_DENY_SYSCALL(nr, err) \ argument 65 #define PRINT_ALLOW_SYSCALL(nr) \ argument 70 #define PRINT_DENY_SYSCALL(nr, err) \ argument
|
/external/strace/tests/ |
D | prctl-seccomp-filter-v.c | 54 #define SOCK_FILTER_ALLOW_SYSCALL(nr) \ argument 58 #define SOCK_FILTER_DENY_SYSCALL(nr, err) \ argument 65 #define PRINT_ALLOW_SYSCALL(nr) \ argument 70 #define PRINT_DENY_SYSCALL(nr, err) \ argument
|
D | seccomp-filter-v.c | 54 #define SOCK_FILTER_ALLOW_SYSCALL(nr) \ argument 58 #define SOCK_FILTER_DENY_SYSCALL(nr, err) \ argument 65 #define PRINT_ALLOW_SYSCALL(nr) \ argument 70 #define PRINT_DENY_SYSCALL(nr, err) \ argument
|
/external/liburing/test/ |
D | defer.c | 24 int nr; member 34 static int init_context(struct test_context *ctx, struct io_uring *ring, int nr, in init_context() 94 int ret, i, nr = 100; in test_canceled_userdata() local 128 int ret, i, nr = 100; in test_thread_link_cancel() local 168 const int nr = 3; in test_drain_with_linked_timeout() local 198 static int run_drained(struct io_uring *ring, int nr) in run_drained() 228 int ret, nr = 10; in test_overflow_hung() local 250 int nr = 10; in test_dropped_hung() local
|
D | rsrc_tags.c | 39 static int register_rsrc(struct io_uring *ring, int type, int nr, in register_rsrc() 62 static int update_rsrc(struct io_uring *ring, int type, int nr, int off, in update_rsrc() 96 static int test_tags_generic(int nr, int type, void *rsrc, int ring_flags) in test_tags_generic() 152 const int nr = 5; in test_buffers_update() local 226 const int nr = 5; in test_buffers_empty_buffers() local 320 const int nr = 50; in test_files() local 382 const int nr = 50; in test_notag() local
|
D | skip-cqe.c | 24 static int test_link_success(struct io_uring *ring, int nr, bool skip_last) in test_link_success() 70 static int test_link_fail(struct io_uring *ring, int nr, int fail_idx) in test_link_fail() 114 static int test_ltimeout_cancel(struct io_uring *ring, int nr, int tout_idx, in test_ltimeout_cancel() 186 int nr = 1 + !skip_tout; in test_ltimeout_fire() local 238 static int test_hardlink(struct io_uring *ring, int nr, int fail_idx, in test_hardlink()
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitops.c | 28 int ext2fs_set_bit(unsigned int nr,void * addr) in ext2fs_set_bit() 40 int ext2fs_clear_bit(unsigned int nr, void * addr) in ext2fs_clear_bit() 52 int ext2fs_test_bit(unsigned int nr, const void * addr) in ext2fs_test_bit() 75 int ext2fs_set_bit64(__u64 nr, void * addr) in ext2fs_set_bit64() 87 int ext2fs_clear_bit64(__u64 nr, void * addr) in ext2fs_clear_bit64() 99 int ext2fs_test_bit64(__u64 nr, const void * addr) in ext2fs_test_bit64()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_reg.h | 178 unsigned nr; member 406 unsigned nr, in brw_make_reg() 460 brw_vec16_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec16_reg() 477 brw_vec8_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec8_reg() 494 brw_vec4_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec4_reg() 511 brw_vec2_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec2_reg() 528 brw_vec1_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_vec1_reg() 545 unsigned nr, unsigned subnr) in brw_vecn_reg() 626 brw_uw16_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_uw16_reg() 633 brw_uw8_reg(enum brw_reg_file file, unsigned nr, unsigned subnr) in brw_uw8_reg() [all …]
|
D | brw_def_analysis.cpp | 43 def_analysis::mark_invalid(int nr) in mark_invalid() 61 const int nr = inst->src[i].nr; in update_for_reads() local 110 const int nr = inst->dst.nr; in update_for_write() local 166 const int nr = def->src[i].nr; in def_analysis() local
|
/external/libnetfilter_conntrack/include/internal/ |
D | bitops.h | 7 static inline void set_bit(int nr, uint32_t *addr) in set_bit() 12 static inline void unset_bit(int nr, uint32_t *addr) in unset_bit() 17 static inline void set_bit_u16(int nr, uint16_t *addr) in set_bit_u16() 22 static inline void unset_bit_u16(int nr, uint16_t *addr) in unset_bit_u16() 45 static inline int test_bit(int nr, const uint32_t *addr) in test_bit()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_reg.h | 244 unsigned nr; member 420 unsigned nr, in elk_reg() 468 elk_vec16_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_vec16_reg() 485 elk_vec8_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_vec8_reg() 502 elk_vec4_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_vec4_reg() 519 elk_vec2_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_vec2_reg() 536 elk_vec1_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_vec1_reg() 553 unsigned nr, unsigned subnr) in elk_vecn_reg() 617 elk_uw16_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_uw16_reg() 624 elk_uw8_reg(enum elk_reg_file file, unsigned nr, unsigned subnr) in elk_uw8_reg() [all …]
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_unfilled_indices.c | 51 unsigned nr, in generate_linear_ushort() 61 unsigned nr, in generate_linear_uint() 77 nr_lines(enum mesa_prim prim, unsigned nr) in nr_lines() 110 unsigned nr, in u_unfilled_translator() 170 unsigned nr, in u_unfilled_generator()
|
/external/sandboxed-api/sandboxed_api/sandbox2/util/ |
D | syscall_trap.cc | 58 void SyscallTrap::SignalHandler(int nr, siginfo_t* info, void* context) { in SignalHandler() 62 void SyscallTrap::InvokeOldAct(int nr, siginfo_t* info, void* context) { in InvokeOldAct() 77 void SyscallTrap::SignalHandlerImpl(int nr, siginfo_t* info, void* context) { in SignalHandlerImpl() 120 bool SyscallTrap::Install(bool (*handler)(int nr, Args args, in Install()
|
/external/igt-gpu-tools/assembler/ |
D | brw_reg.h | 115 unsigned nr:8; member 181 unsigned nr, in brw_reg() 225 brw_vec16_reg(unsigned file, unsigned nr, unsigned subnr) in brw_vec16_reg() 240 brw_vec8_reg(unsigned file, unsigned nr, unsigned subnr) in brw_vec8_reg() 255 brw_vec4_reg(unsigned file, unsigned nr, unsigned subnr) in brw_vec4_reg() 270 brw_vec2_reg(unsigned file, unsigned nr, unsigned subnr) in brw_vec2_reg() 285 brw_vec1_reg(unsigned file, unsigned nr, unsigned subnr) in brw_vec1_reg() 342 brw_uw16_reg(unsigned file, unsigned nr, unsigned subnr) in brw_uw16_reg() 349 brw_uw8_reg(unsigned file, unsigned nr, unsigned subnr) in brw_uw8_reg() 356 brw_uw1_reg(unsigned file, unsigned nr, unsigned subnr) in brw_uw1_reg() [all …]
|
/external/mesa3d/src/panfrost/compiler/ |
D | bi_opt_dce.c | 88 unsigned nr = bi_count_write_registers(ins, d); in bi_postra_liveness_ins() local 96 unsigned nr = bi_count_read_registers(ins, s); in bi_postra_liveness_ins() local 171 unsigned nr = bi_count_write_registers(ins, d); in bi_opt_dce_post_ra() local
|
/external/igt-gpu-tools/lib/ |
D | igt_primes.c | 62 static inline unsigned long __bit__(unsigned long nr) in __bit__() 67 static inline void set_bit(unsigned long nr, unsigned long *addr) in set_bit() 72 static inline void clear_bit(unsigned long nr, unsigned long *addr) in clear_bit() 77 static inline bool test_bit(unsigned long nr, const unsigned long *addr) in test_bit()
|
/external/ltp/testcases/kernel/syscalls/io_setup/ |
D | io_setup01.c | 31 static void verify_failure(unsigned int nr, io_context_t *ctx, int init_val, long exp_err) in verify_failure() 53 static void verify_success(unsigned int nr, io_context_t *ctx, int init_val) in verify_success()
|