Home
last modified time | relevance | path

Searched refs:target (Results 51 - 75 of 6969) sorted by relevance

12345678910>>...279

/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_own_keys.js27 var target = {};
28 var handler = { ownKeys (target) {
32 var proxy = new Proxy(target, handler);
69 var target = { prop1: "prop1", prop2: "prop2"};
70 target[symB] = "s3";
72 ownKeys: function(target) {
77 var proxy = new Proxy(target, handler);
84 handler.ownKeys = function(target) {return Object.getOwnPropertyNames(target);};
92 var target
[all...]
H A Dproxy_define_own_property.js19 var target = function () {}; function
20 var handler = { defineProperty (target) {
26 var proxy = new Proxy(target, handler);
35 defineProperty: function(target, name, desc) {
36 g_target = target;
42 var target = {};
43 var proxy = new Proxy(target, handler);
48 assert(target === g_target);
52 defineProperty: function(target, name, desc) {
53 Object.defineProperty(target, nam
[all...]
H A Dproxy_set_prototoype_of.js19 var target = {};
20 var handler = { setPrototypeOf (target) {
24 var proxy = new Proxy(target, handler);
36 var target = {
41 setPrototypeOf(target, targetrProto) {
42 target.foo = true;
47 var proxy = new Proxy(target, handler);
50 assert(target.foo === true);
73 var target = {};
77 var proxy = new Proxy(target, handle
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c111 static void test_tc_opts_before_target(int target) in test_tc_opts_before_target() argument
139 assert_mprog_count(target, 0); in test_tc_opts_before_target()
141 err = bpf_prog_attach_opts(fd1, loopback, target, &opta); in test_tc_opts_before_target()
145 assert_mprog_count(target, 1); in test_tc_opts_before_target()
147 err = bpf_prog_attach_opts(fd2, loopback, target, &opta); in test_tc_opts_before_target()
151 assert_mprog_count(target, 2); in test_tc_opts_before_target()
158 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_before_target()
181 err = bpf_prog_attach_opts(fd3, loopback, target, &opta); in test_tc_opts_before_target()
188 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_opts_before_target()
204 err = bpf_prog_attach_opts(fd4, loopback, target, in test_tc_opts_before_target()
263 test_tc_opts_after_target(int target) test_tc_opts_after_target() argument
454 test_tc_opts_revision_target(int target) test_tc_opts_revision_target() argument
563 test_tc_chain_classic(int target, bool chain_tc_old) test_tc_chain_classic() argument
666 test_tc_opts_replace_target(int target) test_tc_opts_replace_target() argument
873 test_tc_opts_invalid_target(int target) test_tc_opts_invalid_target() argument
1026 test_tc_opts_prepend_target(int target) test_tc_opts_prepend_target() argument
1166 test_tc_opts_append_target(int target) test_tc_opts_append_target() argument
1306 test_tc_opts_dev_cleanup_target(int target) test_tc_opts_dev_cleanup_target() argument
1396 test_tc_opts_mixed_target(int target) test_tc_opts_mixed_target() argument
1572 test_tc_opts_demixed_target(int target) test_tc_opts_demixed_target() argument
1651 test_tc_opts_detach_target(int target) test_tc_opts_detach_target() argument
1822 test_tc_opts_detach_before_target(int target) test_tc_opts_detach_before_target() argument
2029 test_tc_opts_detach_after_target(int target) test_tc_opts_detach_after_target() argument
2245 test_tc_opts_delete_empty(int target, bool chain_tc_old) test_tc_opts_delete_empty() argument
2276 test_tc_chain_mixed(int target) test_tc_chain_mixed() argument
2405 test_tc_opts_max_target(int target, int flags, bool relative) test_tc_opts_max_target() argument
2461 test_tc_opts_query_target(int target) test_tc_opts_query_target() argument
2628 test_tc_opts_query_attach_target(int target) test_tc_opts_query_attach_target() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot_io.c15 u16 target = reg >> TARGET_OFFSET; in __ocelot_read_ix() local
18 WARN_ON(!target); in __ocelot_read_ix()
20 regmap_read(ocelot->targets[target], in __ocelot_read_ix()
21 ocelot->map[target][reg & REG_MASK] + offset, &val); in __ocelot_read_ix()
28 u16 target = reg >> TARGET_OFFSET; in __ocelot_write_ix() local
30 WARN_ON(!target); in __ocelot_write_ix()
32 regmap_write(ocelot->targets[target], in __ocelot_write_ix()
33 ocelot->map[target][reg & REG_MASK] + offset, val); in __ocelot_write_ix()
40 u16 target = reg >> TARGET_OFFSET; in __ocelot_rmw_ix() local
42 WARN_ON(!target); in __ocelot_rmw_ix()
53 u16 target = reg >> TARGET_OFFSET; ocelot_port_readl() local
66 u16 target = reg >> TARGET_OFFSET; ocelot_port_writel() local
82 __ocelot_target_read_ix(struct ocelot *ocelot, enum ocelot_target target, u32 reg, u32 offset) __ocelot_target_read_ix() argument
92 __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target, u32 val, u32 reg, u32 offset) __ocelot_target_write_ix() argument
103 u16 target; ocelot_regfields_init() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c70 gallivm->target, texture_type, in create_jit_texture_type()
73 gallivm->target, texture_type, in create_jit_texture_type()
76 gallivm->target, texture_type, in create_jit_texture_type()
79 gallivm->target, texture_type, in create_jit_texture_type()
82 gallivm->target, texture_type, in create_jit_texture_type()
85 gallivm->target, texture_type, in create_jit_texture_type()
88 gallivm->target, texture_type, in create_jit_texture_type()
91 gallivm->target, texture_type, in create_jit_texture_type()
94 gallivm->target, texture_type, in create_jit_texture_type()
97 gallivm->target, texture_typ in create_jit_texture_type()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-vsx.c21 int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
27 flush_fp_to_thread(target); in fpr_get()
31 buf[i] = target->thread.TS_FPR(i); in fpr_get()
32 buf[32] = target->thread.fp_state.fpscr; in fpr_get()
49 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
56 flush_fp_to_thread(target); in fpr_set()
59 buf[i] = target->thread.TS_FPR(i); in fpr_set()
60 buf[32] = target->thread.fp_state.fpscr; in fpr_set()
68 target->thread.TS_FPR(i) = buf[i]; in fpr_set()
69 target in fpr_set()
79 vsr_active(struct task_struct *target, const struct user_regset *regset) vsr_active() argument
97 vsr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) vsr_get() argument
126 vsr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) vsr_set() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-vsx.c21 int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
27 flush_fp_to_thread(target); in fpr_get()
31 buf[i] = target->thread.TS_FPR(i); in fpr_get()
32 buf[32] = target->thread.fp_state.fpscr; in fpr_get()
49 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
56 flush_fp_to_thread(target); in fpr_set()
59 buf[i] = target->thread.TS_FPR(i); in fpr_set()
60 buf[32] = target->thread.fp_state.fpscr; in fpr_set()
68 target->thread.TS_FPR(i) = buf[i]; in fpr_set()
69 target in fpr_set()
79 vsr_active(struct task_struct *target, const struct user_regset *regset) vsr_active() argument
97 vsr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) vsr_get() argument
126 vsr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) vsr_set() argument
[all...]
/third_party/gn/src/gn/
H A Dsubstitution_writer_unittest.cc13 #include "gn/target.h"
113 Target target(setup.settings(), Label(SourceDir("//foo/bar/"), "baz")); in TEST()
114 target.set_output_type(Target::STATIC_LIBRARY); in TEST()
115 target.SetToolchain(setup.toolchain()); in TEST()
116 ASSERT_TRUE(target.OnResolved(&err)); in TEST()
121 &target, setup.settings(), SourceFile(str), what, \ in TEST()
128 &target, setup.settings(), SourceFile(str), what, \ in TEST()
194 Target target(setup.settings(), Label(SourceDir("//foo/bar/"), "baz")); in TEST()
195 target.set_output_type(Target::STATIC_LIBRARY); in TEST()
196 target in TEST()
[all...]
H A Dninja_rust_binary_target_writer_unittest.cc11 #include "gn/target.h"
23 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
24 target.set_output_type(Target::SOURCE_SET); in TEST_F()
25 target.visibility().SetPublic(); in TEST_F()
26 target.sources().push_back(SourceFile("//foo/input1.rs")); in TEST_F()
27 target.sources().push_back(SourceFile("//foo/main.rs")); in TEST_F()
28 target.source_types_used().Set(SourceFile::SOURCE_RS); in TEST_F()
29 target.SetToolchain(setup.toolchain()); in TEST_F()
30 ASSERT_FALSE(target.OnResolved(&err)); in TEST_F()
37 Target target(setu in TEST_F()
[all...]
H A Djson_project_writer_unittest.cc8 #include "gn/target.h"
20 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
21 target.set_output_type(Target::ACTION); in TEST_F()
23 target.sources().push_back(SourceFile("//foo/source1.txt")); in TEST_F()
24 target.config_values().inputs().push_back(SourceFile("//foo/input1.txt")); in TEST_F()
25 target.action_values().set_script(SourceFile("//foo/script.py")); in TEST_F()
27 target.SetToolchain(setup.toolchain()); in TEST_F()
28 ASSERT_TRUE(target.OnResolved(&err)); in TEST_F()
32 target.action_values().args() = in TEST_F()
34 target in TEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H A Dib_srp.c95 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
142 "Number of RDMA channels to use for communication with an SRP target. Using more than one channel improves performance if the HCA supports multiple completion vectors. The default value is the minimum of four times the number of online CPU sockets and the number of completion vectors supported by the HCA.");
216 static int srp_target_is_topspin(struct srp_target_port *target) in srp_target_is_topspin() argument
222 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || in srp_target_is_topspin()
223 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui)); in srp_target_is_topspin()
275 static int srp_init_ib_qp(struct srp_target_port *target, in srp_init_ib_qp() argument
285 ret = ib_find_cached_pkey(target->srp_host->srp_dev->dev, in srp_init_ib_qp()
286 target->srp_host->port, in srp_init_ib_qp()
287 be16_to_cpu(target->ib_cm.pkey), in srp_init_ib_qp()
295 attr->port_num = target in srp_init_ib_qp()
310 struct srp_target_port *target = ch->target; srp_new_ib_cm_id() local
336 struct srp_target_port *target = ch->target; srp_new_rdma_cm_id() local
380 struct srp_target_port *target = ch->target; srp_new_cm_id() local
502 srp_alloc_fr_pool(struct srp_target_port *target) srp_alloc_fr_pool() argument
530 struct srp_target_port *target = ch->target; srp_create_ch_ib() local
641 srp_free_ch_ib(struct srp_target_port *target, struct srp_rdma_ch *ch) srp_free_ch_ib() argument
705 struct srp_target_port *target = ch->target; srp_path_rec_completion() local
718 struct srp_target_port *target = ch->target; srp_ib_lookup_path() local
757 struct srp_target_port *target = ch->target; srp_rdma_lookup_path() local
777 struct srp_target_port *target = ch->target; srp_lookup_path() local
803 struct srp_target_port *target = ch->target; srp_send_req() local
925 srp_queue_remove_work(struct srp_target_port *target) srp_queue_remove_work() argument
942 srp_disconnect_target(struct srp_target_port *target) srp_disconnect_target() argument
970 struct srp_target_port *target = host_to_target(shost); srp_exit_cmd_priv() local
988 struct srp_target_port *target = host_to_target(shost); srp_init_cmd_priv() local
1035 srp_remove_target(struct srp_target_port *target) srp_remove_target() argument
1067 struct srp_target_port *target = srp_remove_work() local
1077 struct srp_target_port *target = rport->lld_data; srp_rport_delete() local
1086 srp_connected_ch(struct srp_target_port *target) srp_connected_ch() argument
1099 struct srp_target_port *target = ch->target; srp_connect_ch() local
1178 struct srp_target_port *target = ch->target; srp_unmap_data() local
1282 struct srp_target_port *target = context->srp_target; srp_terminate_cmd() local
1294 struct srp_target_port *target = rport->lld_data; srp_terminate_io() local
1332 struct srp_target_port *target = rport->lld_data; srp_rport_reconnect() local
1424 struct srp_target_port *target = ch->target; srp_map_finish_fr() local
1530 struct srp_target_port *target = ch->target; srp_map_sg_dma() local
1553 struct srp_target_port *target = ch->target; srp_map_idb() local
1622 struct srp_target_port *target = ch->target; srp_map_data() local
1836 struct srp_target_port *target = ch->target; __srp_get_tx_iu() local
1890 struct srp_target_port *target = ch->target; srp_post_send() local
1914 struct srp_target_port *target = ch->target; srp_post_recv() local
1934 struct srp_target_port *target = ch->target; srp_process_rsp() local
1994 struct srp_target_port *target = ch->target; srp_response_common() local
2043 struct srp_target_port *target = ch->target; srp_process_aer_req() local
2062 struct srp_target_port *target = ch->target; srp_recv_done() local
2127 struct srp_target_port *target; srp_tl_err_work() local
2138 struct srp_target_port *target = ch->target; srp_handle_qp_err() local
2152 struct srp_target_port *target = host_to_target(shost); srp_queuecommand() local
2253 struct srp_target_port *target = ch->target; srp_alloc_iu_bufs() local
2332 struct srp_target_port *target = ch->target; srp_cm_rep_handler() local
2424 struct srp_target_port *target = ch->target; srp_ib_cm_rej_handler() local
2510 struct srp_target_port *target = ch->target; srp_ib_cm_handler() local
2571 struct srp_target_port *target = ch->target; srp_rdma_cm_rej_handler() local
2622 struct srp_target_port *target = ch->target; srp_rdma_cm_handler() local
2715 struct srp_target_port *target = ch->target; srp_send_tsk_mgmt() local
2780 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_abort() local
2810 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_reset_device() local
2828 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_reset_host() local
2838 struct srp_target_port *target = host_to_target(shost); srp_target_alloc() local
2848 struct srp_target_port *target = host_to_target(shost); srp_slave_configure() local
2863 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_id_ext() local
2871 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_ioc_guid() local
2879 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_service_id() local
2890 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_pkey() local
2900 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_sgid() local
2908 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_dgid() local
2919 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_orig_dgid() local
2929 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_req_lim() local
2943 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_zero_req_lim() local
2951 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_local_ib_port() local
2959 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_local_ib_device() local
2968 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_ch_count() local
2976 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_comp_vector() local
2984 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_tl_retry_count() local
2992 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_cmd_sg_entries() local
3000 struct srp_target_port *target = host_to_target(class_to_shost(dev)); show_allow_ext_sg() local
3085 srp_add_target(struct srp_host *host, struct srp_target_port *target) srp_add_target() argument
3155 srp_conn_unique(struct srp_host *host, struct srp_target_port *target) srp_conn_unique() argument
3293 srp_parse_options(struct net *net, const char *buf, struct srp_target_port *target) srp_parse_options() argument
3660 struct srp_target_port *target; srp_create_target() local
4057 struct srp_target_port *target; srp_remove_one() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c90 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
137 "Number of RDMA channels to use for communication with an SRP target. Using more than one channel improves performance if the HCA supports multiple completion vectors. The default value is the minimum of four times the number of online CPU sockets and the number of completion vectors supported by the HCA.");
211 static int srp_target_is_topspin(struct srp_target_port *target) in srp_target_is_topspin() argument
217 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) || in srp_target_is_topspin()
218 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui)); in srp_target_is_topspin()
270 static int srp_init_ib_qp(struct srp_target_port *target, in srp_init_ib_qp() argument
280 ret = ib_find_cached_pkey(target->srp_host->srp_dev->dev, in srp_init_ib_qp()
281 target->srp_host->port, in srp_init_ib_qp()
282 be16_to_cpu(target->ib_cm.pkey), in srp_init_ib_qp()
290 attr->port_num = target in srp_init_ib_qp()
305 struct srp_target_port *target = ch->target; srp_new_ib_cm_id() local
331 struct srp_target_port *target = ch->target; srp_new_rdma_cm_id() local
375 struct srp_target_port *target = ch->target; srp_new_cm_id() local
497 srp_alloc_fr_pool(struct srp_target_port *target) srp_alloc_fr_pool() argument
525 struct srp_target_port *target = ch->target; srp_create_ch_ib() local
636 srp_free_ch_ib(struct srp_target_port *target, struct srp_rdma_ch *ch) srp_free_ch_ib() argument
700 struct srp_target_port *target = ch->target; srp_path_rec_completion() local
713 struct srp_target_port *target = ch->target; srp_ib_lookup_path() local
752 struct srp_target_port *target = ch->target; srp_rdma_lookup_path() local
772 struct srp_target_port *target = ch->target; srp_lookup_path() local
798 struct srp_target_port *target = ch->target; srp_send_req() local
920 srp_queue_remove_work(struct srp_target_port *target) srp_queue_remove_work() argument
937 srp_disconnect_target(struct srp_target_port *target) srp_disconnect_target() argument
965 struct srp_target_port *target = host_to_target(shost); srp_exit_cmd_priv() local
983 struct srp_target_port *target = host_to_target(shost); srp_init_cmd_priv() local
1037 srp_remove_target(struct srp_target_port *target) srp_remove_target() argument
1069 struct srp_target_port *target = srp_remove_work() local
1079 struct srp_target_port *target = rport->lld_data; srp_rport_delete() local
1088 srp_connected_ch(struct srp_target_port *target) srp_connected_ch() argument
1101 struct srp_target_port *target = ch->target; srp_connect_ch() local
1180 struct srp_target_port *target = ch->target; srp_unmap_data() local
1283 struct srp_target_port *target = context->srp_target; srp_terminate_cmd() local
1295 struct srp_target_port *target = rport->lld_data; srp_terminate_io() local
1333 struct srp_target_port *target = rport->lld_data; srp_rport_reconnect() local
1425 struct srp_target_port *target = ch->target; srp_map_finish_fr() local
1531 struct srp_target_port *target = ch->target; srp_map_sg_dma() local
1554 struct srp_target_port *target = ch->target; srp_map_idb() local
1623 struct srp_target_port *target = ch->target; srp_map_data() local
1837 struct srp_target_port *target = ch->target; __srp_get_tx_iu() local
1891 struct srp_target_port *target = ch->target; srp_post_send() local
1915 struct srp_target_port *target = ch->target; srp_post_recv() local
1935 struct srp_target_port *target = ch->target; srp_process_rsp() local
1995 struct srp_target_port *target = ch->target; srp_response_common() local
2044 struct srp_target_port *target = ch->target; srp_process_aer_req() local
2063 struct srp_target_port *target = ch->target; srp_recv_done() local
2128 struct srp_target_port *target; srp_tl_err_work() local
2139 struct srp_target_port *target = ch->target; srp_handle_qp_err() local
2154 struct srp_target_port *target = host_to_target(shost); srp_queuecommand() local
2255 struct srp_target_port *target = ch->target; srp_alloc_iu_bufs() local
2334 struct srp_target_port *target = ch->target; srp_cm_rep_handler() local
2426 struct srp_target_port *target = ch->target; srp_ib_cm_rej_handler() local
2512 struct srp_target_port *target = ch->target; srp_ib_cm_handler() local
2573 struct srp_target_port *target = ch->target; srp_rdma_cm_rej_handler() local
2624 struct srp_target_port *target = ch->target; srp_rdma_cm_handler() local
2717 struct srp_target_port *target = ch->target; srp_send_tsk_mgmt() local
2782 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_abort() local
2812 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_reset_device() local
2830 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_reset_host() local
2840 struct srp_target_port *target = host_to_target(shost); srp_target_alloc() local
2850 struct srp_target_port *target = host_to_target(shost); srp_slave_configure() local
2865 struct srp_target_port *target = host_to_target(class_to_shost(dev)); id_ext_show() local
2875 struct srp_target_port *target = host_to_target(class_to_shost(dev)); ioc_guid_show() local
2885 struct srp_target_port *target = host_to_target(class_to_shost(dev)); service_id_show() local
2898 struct srp_target_port *target = host_to_target(class_to_shost(dev)); pkey_show() local
2911 struct srp_target_port *target = host_to_target(class_to_shost(dev)); sgid_show() local
2921 struct srp_target_port *target = host_to_target(class_to_shost(dev)); dgid_show() local
2935 struct srp_target_port *target = host_to_target(class_to_shost(dev)); orig_dgid_show() local
2948 struct srp_target_port *target = host_to_target(class_to_shost(dev)); req_lim_show() local
2965 struct srp_target_port *target = host_to_target(class_to_shost(dev)); zero_req_lim_show() local
2975 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local_ib_port_show() local
2985 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local_ib_device_show() local
2996 struct srp_target_port *target = host_to_target(class_to_shost(dev)); ch_count_show() local
3006 struct srp_target_port *target = host_to_target(class_to_shost(dev)); comp_vector_show() local
3016 struct srp_target_port *target = host_to_target(class_to_shost(dev)); tl_retry_count_show() local
3026 struct srp_target_port *target = host_to_target(class_to_shost(dev)); cmd_sg_entries_show() local
3036 struct srp_target_port *target = host_to_target(class_to_shost(dev)); allow_ext_sg_show() local
3108 srp_add_target(struct srp_host *host, struct srp_target_port *target) srp_add_target() argument
3183 srp_conn_unique(struct srp_host *host, struct srp_target_port *target) srp_conn_unique() argument
3321 srp_parse_options(struct net *net, const char *buf, struct srp_target_port *target) srp_parse_options() argument
3688 struct srp_target_port *target; add_target_store() local
4083 struct srp_target_port *target; srp_remove_one() local
[all...]
/kernel/linux/linux-6.6/arch/parisc/net/
H A Dbpf_jit.h99 #define hppa_ldo(im14, reg, target) \
100 hppa_t1_insn(0x0d, reg, target, im14) /* ldo val14(reg),target */
103 #define hppa_or(reg1, reg2, target) \
104 hppa_t6_insn(0x02, reg2, reg1, 0, 0, 0x09, target) /* or reg1,reg2,target */
105 #define hppa_or_cond(reg1, reg2, cond, f, target) \
106 hppa_t6_insn(0x02, reg2, reg1, cond, f, 0x09, target)
107 #define hppa_and(reg1, reg2, target) \
108 hppa_t6_insn(0x02, reg2, reg1, 0, 0, 0x08, target) /* an
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_io.c16 enum ocelot_target target; in __ocelot_bulk_read_ix() local
19 ocelot_reg_to_target_addr(ocelot, reg, &target, &addr); in __ocelot_bulk_read_ix()
20 WARN_ON(!target); in __ocelot_bulk_read_ix()
22 return regmap_bulk_read(ocelot->targets[target], addr + offset, in __ocelot_bulk_read_ix()
29 enum ocelot_target target; in __ocelot_read_ix() local
32 ocelot_reg_to_target_addr(ocelot, reg, &target, &addr); in __ocelot_read_ix()
33 WARN_ON(!target); in __ocelot_read_ix()
35 regmap_read(ocelot->targets[target], addr + offset, &val); in __ocelot_read_ix()
43 enum ocelot_target target; in __ocelot_write_ix() local
46 ocelot_reg_to_target_addr(ocelot, reg, &target, in __ocelot_write_ix()
56 enum ocelot_target target; __ocelot_rmw_ix() local
69 u16 target = reg >> TARGET_OFFSET; ocelot_port_readl() local
82 u16 target = reg >> TARGET_OFFSET; ocelot_port_writel() local
99 __ocelot_target_read_ix(struct ocelot *ocelot, enum ocelot_target target, u32 reg, u32 offset) __ocelot_target_read_ix() argument
109 __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target, u32 val, u32 reg, u32 offset) __ocelot_target_write_ix() argument
120 u16 target; ocelot_regfields_init() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c65 FT_Bitmap *target) in FT_EXPORT_DEF()
79 if ( !source || !target ) in FT_EXPORT_DEF()
82 if ( source == target ) in FT_EXPORT_DEF()
86 target_pitch_sign = target->pitch < 0 ? -1 : 1; in FT_EXPORT_DEF()
90 *target = *source; in FT_EXPORT_DEF()
92 target->pitch = -target->pitch; in FT_EXPORT_DEF()
104 if ( target->buffer ) in FT_EXPORT_DEF()
106 FT_Int target_pitch = target->pitch; in FT_EXPORT_DEF()
112 target_size = (FT_ULong)target_pitch * target in FT_EXPORT_DEF()
[all...]
/third_party/rust/crates/rustix/src/fs/
H A Dmount.rs8 /// `mount(source, target, filesystemtype, mountflags, data)`
17 target: Target, in mount()
23 target.into_with_c_str(|target| { in mount()
28 target, in mount()
39 /// `mount(null, target, null, MS_REMOUNT | mountflags, data)`
47 target: Target, in remount()
51 target.into_with_c_str(|target| { in remount()
55 target, in remount()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_u7.cpp215 UChar *target; in _UTF7ToUnicodeWithOffsets() local
239 target=pArgs->target; in _UTF7ToUnicodeWithOffsets()
268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets()
282 *target++=b; in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
298 /* target is full */ in _UTF7ToUnicodeWithOffsets()
314 if(target<targetLimit) { in _UTF7ToUnicodeWithOffsets()
377 *target++=(UChar)((bits<<4)|(base64Value>>2)); in _UTF7ToUnicodeWithOffsets()
388 *target in _UTF7ToUnicodeWithOffsets()
466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local
899 UChar *target; _IMAPToUnicodeWithOffsets() local
1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u7.cpp215 char16_t *target; in _UTF7ToUnicodeWithOffsets() local
239 target=pArgs->target; in _UTF7ToUnicodeWithOffsets()
268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets()
282 *target++=b; in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
298 /* target is full */ in _UTF7ToUnicodeWithOffsets()
314 if(target<targetLimit) { in _UTF7ToUnicodeWithOffsets()
377 *target++=(char16_t)((bits<<4)|(base64Value>>2)); in _UTF7ToUnicodeWithOffsets()
388 *target in _UTF7ToUnicodeWithOffsets()
466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local
899 char16_t *target; _IMAPToUnicodeWithOffsets() local
1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u7.cpp215 UChar *target; in _UTF7ToUnicodeWithOffsets() local
239 target=pArgs->target; in _UTF7ToUnicodeWithOffsets()
268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets()
282 *target++=b; in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
298 /* target is full */ in _UTF7ToUnicodeWithOffsets()
314 if(target<targetLimit) { in _UTF7ToUnicodeWithOffsets()
377 *target++=(UChar)((bits<<4)|(base64Value>>2)); in _UTF7ToUnicodeWithOffsets()
388 *target in _UTF7ToUnicodeWithOffsets()
466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local
899 UChar *target; _IMAPToUnicodeWithOffsets() local
1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget.c5 #include "target.h"
79 static const struct target *targets[] = {
106 const struct target *arch_target = &target_default;
201 const struct target *target = targets[mach]; in target_config() local
203 arch_target = target; in target_config()
204 arch_m64 = target->bitness; in target_config()
205 arch_big_endian = target->big_endian; in target_config()
207 funsigned_char = target->unsigned_char; in target_config()
213 const struct target *targe in target_init() local
[all...]
/third_party/musl/libc-test/src/functionalext/locale/
H A Dstrtod_l.c115 const double target = 123.45; in strtod_l_0200() local
119 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0200()
134 const double target = 123.45; in strtod_l_0300() local
138 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0300()
153 const double target = -123.45; in strtod_l_0400() local
157 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0400()
172 const double target = 123.45; in strtod_l_0500() local
176 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0500()
191 const double target = 0; in strtod_l_0600() local
195 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0600()
210 const double target = INFINITY; strtod_l_0700() local
225 const double target = INFINITY; strtod_l_0800() local
240 const double target = INFINITY; strtod_l_0900() local
259 const double target = -INFINITY; strtod_l_1000() local
274 const double target = NAN; strtod_l_1100() local
291 const double target = NAN; strtod_l_1200() local
309 const double target = 0; strtod_l_1300() local
328 const double target = 0; strtod_l_1400() local
343 const double target = 0; strtod_l_1500() local
364 const double target = 1234.56; strtod_l_1600() local
383 const double target = 0; strtod_l_1700() local
402 const double target = 123.45; strtod_l_1800() local
[all...]
/third_party/node/src/
H A Dnode_config.cc26 static void Initialize(Local<Object> target, in Initialize() argument
34 READONLY_TRUE_PROPERTY(target, "isDebugBuild"); in Initialize()
36 READONLY_FALSE_PROPERTY(target, "isDebugBuild"); in Initialize()
40 READONLY_TRUE_PROPERTY(target, "hasOpenSSL"); in Initialize()
42 READONLY_FALSE_PROPERTY(target, "hasOpenSSL"); in Initialize()
45 READONLY_TRUE_PROPERTY(target, "fipsMode"); in Initialize()
49 READONLY_TRUE_PROPERTY(target, "hasIntl"); in Initialize()
52 READONLY_TRUE_PROPERTY(target, "hasSmallICU"); in Initialize()
56 READONLY_TRUE_PROPERTY(target, "hasTracing"); in Initialize()
60 READONLY_TRUE_PROPERTY(target, "hasNodeOption in Initialize()
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp69 void ContextWrapper::glBindTexture (deUint32 target, deUint32 texture) in glBindTexture() argument
71 m_curCtx->bindTexture(target, texture); in glBindTexture()
84 void ContextWrapper::glBindFramebuffer (deUint32 target, deUint32 framebuffer) in glBindFramebuffer() argument
86 m_curCtx->bindFramebuffer(target, framebuffer); in glBindFramebuffer()
99 void ContextWrapper::glBindRenderbuffer (deUint32 target, deUint32 renderbuffer) in glBindRenderbuffer() argument
101 m_curCtx->bindRenderbuffer(target, renderbuffer); in glBindRenderbuffer()
119 void ContextWrapper::glTexImage1D (deUint32 target, int level, int internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) in glTexImage1D() argument
121 m_curCtx->texImage1D(target, level, (deUint32)internalFormat, width, border, format, type, data); in glTexImage1D()
124 void ContextWrapper::glTexImage2D (deUint32 target, int level, int internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) in glTexImage2D() argument
126 m_curCtx->texImage2D(target, leve in glTexImage2D()
129 glTexImage3D(deUint32 target, int level, int internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) glTexImage3D() argument
134 glTexSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) glTexSubImage1D() argument
139 glTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) glTexSubImage2D() argument
144 glTexSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) glTexSubImage3D() argument
149 glCopyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) glCopyTexImage1D() argument
154 glCopyTexImage2D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) glCopyTexImage2D() argument
159 glCopyTexSubImage1D(deUint32 target, int level, int xoffset, int x, int y, int width) glCopyTexSubImage1D() argument
164 glCopyTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) glCopyTexSubImage2D() argument
169 glTexStorage2D(deUint32 target, int levels, deUint32 internalFormat, int width, int height) glTexStorage2D() argument
174 glTexStorage3D(deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) glTexStorage3D() argument
179 glTexParameteri(deUint32 target, deUint32 pname, int value) glTexParameteri() argument
189 glFramebufferTexture2D(deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level) glFramebufferTexture2D() argument
194 glFramebufferTextureLayer(deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer) glFramebufferTextureLayer() argument
199 glFramebufferRenderbuffer(deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer) glFramebufferRenderbuffer() argument
204 glCheckFramebufferStatus(deUint32 target) glCheckFramebufferStatus() argument
209 glGetFramebufferAttachmentParameteriv(deUint32 target, deUint32 attachment, deUint32 pname, int* params) glGetFramebufferAttachmentParameteriv() argument
214 glRenderbufferStorage(deUint32 target, deUint32 internalformat, int width, int height) glRenderbufferStorage() argument
219 glRenderbufferStorageMultisample(deUint32 target, int samples, deUint32 internalformat, int width, int height) glRenderbufferStorageMultisample() argument
224 glBindBuffer(deUint32 target, deUint32 buffer) glBindBuffer() argument
239 glBufferData(deUint32 target, deIntptr size, const void* data, deUint32 usage) glBufferData() argument
244 glBufferSubData(deUint32 target, deIntptr offset, deIntptr size, const void* data) glBufferSubData() argument
364 glInvalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) glInvalidateSubFramebuffer() argument
369 glInvalidateFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments) glInvalidateFramebuffer() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstorage.c48 * Check if the given texture target is a legal texture object target
55 GLuint dims, GLenum target) in _mesa_is_legal_tex_storage_target()
64 switch (target) { in _mesa_is_legal_tex_storage_target()
71 switch (target) { in _mesa_is_legal_tex_storage_target()
87 switch (target) { in _mesa_is_legal_tex_storage_target()
95 switch (target) { in _mesa_is_legal_tex_storage_target()
109 switch (target) { in _mesa_is_legal_tex_storage_target()
147 const GLenum target = texObj->Target; in initialize_texture_fields() local
148 const GLuint numFaces = _mesa_num_tex_faces(target); in initialize_texture_fields()
54 _mesa_is_legal_tex_storage_target(const struct gl_context *ctx, GLuint dims, GLenum target) _mesa_is_legal_tex_storage_target() argument
184 const GLenum target = texObj->Target; clear_texture_fields() local
271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument
548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument
560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument
616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument
686 _mesa_TexStorage1D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D_no_error() argument
694 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D() argument
703 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D_no_error() argument
712 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D() argument
721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument
730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument
794 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1DEXT() argument
811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument
828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument
845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument
[all...]

Completed in 18 milliseconds

12345678910>>...279