Home
last modified time | relevance | path

Searched refs:cntrs (Results 1 – 25 of 131) sorted by relevance

123456

/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dstat.cpp22 Counters& cntrs = instance.cntrs; in print() local
23 Counters::Data& data = instance.cntrs.code; in print()
84 …float active_normal_travs = float(cntrs.active.normal.travs )/float(cntrs.all.normal.tr… in print()
85 …float active_normal_trav_nodes = float(cntrs.active.normal.trav_nodes )/float(cntrs.all.normal.tr… in print()
87 …float active_normal_trav_leaves = float(cntrs.active.normal.trav_leaves)/float(cntrs.all.normal.tr… in print()
88 …float active_normal_trav_prims = float(cntrs.active.normal.trav_prims )/float(cntrs.all.normal.… in print()
100 if (cntrs.all.shadow.travs) { in print()
121 …cout << "#user" << i << " = " << float(cntrs.user[i])/float(cntrs.all.normal.travs+cntrs.all.shado… in print()
123 cout << "#user5/user3 " << 100.0f*float(cntrs.user[5])/float(cntrs.user[3]) << "%" << std::endl; in print()
124 cout << "#user6/user3 " << 100.0f*float(cntrs.user[6])/float(cntrs.user[3]) << "%" << std::endl; in print()
[all …]
/dports/audio/alsa-utils/alsa-utils-1.2.2/axfer/
H A Dmapper-multiple.c15 struct container_context *cntrs,
36 cntr = cntrs + i; in align_to_i()
50 struct container_context *cntrs, in align_from_i() argument
62 cntr = cntrs + i; in align_from_i()
75 struct container_context *cntrs, in multiple_pre_process() argument
85 cntr = cntrs + i; in multiple_pre_process()
117 cntr = cntrs + i; in multiple_pre_process()
132 cntr = cntrs + i; in multiple_pre_process()
159 cntr = &cntrs[i]; in process_containers()
173 struct container_context *cntrs, in multiple_muxer_process_frames() argument
[all …]
H A Dsubcmd-transfer.c19 struct container_context *cntrs; member
35 ctx_ptr->cntrs[i].interrupted = true; in handle_unix_signal_for_finish()
167 ctx->cntrs = calloc(ctx->xfer.path_count, sizeof(*ctx->cntrs)); in capture_pre_process()
168 if (ctx->cntrs == NULL) in capture_pre_process()
215 ctx->cntrs = calloc(ctx->xfer.path_count, sizeof(*ctx->cntrs)); in playback_pre_process()
216 if (ctx->cntrs == NULL) in playback_pre_process()
327 frames_per_buffer, ctx->cntrs); in context_pre_process()
368 ctx->cntrs, &frame_count); in context_process_frames()
379 cntr = &ctx->cntrs[i]; in context_process_frames()
415 if (ctx->cntrs) { in context_post_process()
[all …]
H A Dxfer-libasound-irq-rw.c18 struct container_context *cntrs);
59 struct container_context *cntrs) in read_frames() argument
96 &consumed_count, cntrs); in read_frames()
111 struct container_context *cntrs) in r_process_frames_blocking() argument
145 err = read_frames(state, frame_count, avail_count, mapper, cntrs); in r_process_frames_blocking()
159 struct container_context *cntrs) in r_process_frames_nonblocking() argument
204 struct container_context *cntrs) in write_frames() argument
221 closure->cache.buf_ptr, &avail_count, cntrs); in write_frames()
255 struct container_context *cntrs) in w_process_frames_blocking() argument
319 struct container_context *cntrs) in w_process_frames_nonblocking() argument
[all …]
H A Dmapper-single.c64 struct container_context *cntrs, in single_pre_process() argument
70 if (cntrs->bytes_per_sample != mapper->bytes_per_sample || in single_pre_process()
71 cntrs->samples_per_frame != mapper->samples_per_frame) in single_pre_process()
112 struct container_context *cntrs, in single_muxer_process_frames() argument
127 err = container_context_process_frames(cntrs, src, frame_count); in single_muxer_process_frames()
143 struct container_context *cntrs, in single_demuxer_process_frames() argument
161 return container_context_process_frames(cntrs, dst, frame_count); in single_demuxer_process_frames()
H A Dmapper.c76 struct container_context *cntrs) in mapper_context_pre_process() argument
85 assert(cntrs); in mapper_context_pre_process()
98 err = mapper->ops->pre_process(mapper, cntrs, mapper->cntr_count); in mapper_context_pre_process()
123 struct container_context *cntrs) in mapper_context_process_frames() argument
129 assert(cntrs); in mapper_context_process_frames()
132 cntrs, mapper->cntr_count); in mapper_context_process_frames()
H A Dmapper.h55 struct container_context *cntrs);
59 struct container_context *cntrs);
67 struct container_context *cntrs,
71 struct container_context *cntrs,
H A Dxfer-libasound-irq-mmap.c73 struct container_context *cntrs) in irq_mmap_process_frames() argument
164 cntrs); in irq_mmap_process_frames()
187 struct container_context *cntrs) in irq_mmap_r_process_frames() argument
228 err = irq_mmap_process_frames(state, frame_count, mapper, cntrs); in irq_mmap_r_process_frames()
241 struct container_context *cntrs) in irq_mmap_w_process_frames() argument
255 err = irq_mmap_process_frames(state, frame_count, mapper, cntrs); in irq_mmap_w_process_frames()
/dports/audio/alsa-utils/alsa-utils-1.2.2/axfer/test/
H A Dmapper-test.c22 struct container_context *cntrs; member
35 struct container_context *cntrs, in test_demuxer() argument
47 cntrs); in test_demuxer()
52 &total_frame_count, cntrs); in test_demuxer()
68 struct container_context *cntrs = trial->cntrs; in test_demux() local
140 cntrs); in test_muxer()
161 struct container_context *cntrs = trial->cntrs; in test_mux() local
419 cntrs = calloc(samples_per_frame, sizeof(*cntrs)); in main()
420 if (cntrs == NULL) in main()
472 trial->cntrs = cntrs; in main()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c85 struct opa_veswport_summary_counters *cntrs) in opa_vnic_get_summary_counters() argument
96 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_summary_counters()
98 cntrs->veswport_num = cpu_to_be32(adapter->port_num); in opa_vnic_get_summary_counters()
104 cntrs->tx_bytes = cpu_to_be64(vstats.netstats.tx_bytes); in opa_vnic_get_summary_counters()
112 dst < &cntrs->reserved[0]; dst++, src++) { in opa_vnic_get_summary_counters()
126 struct opa_veswport_error_counters *cntrs) in opa_vnic_get_error_counters() argument
135 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_error_counters()
137 cntrs->veswport_num = cpu_to_be32(adapter->port_num); in opa_vnic_get_error_counters()
141 cntrs->tx_dlid_zero = cpu_to_be64(vstats.tx_dlid_zero); in opa_vnic_get_error_counters()
147 cntrs->rx_runt = cpu_to_be64(vstats.rx_runt); in opa_vnic_get_error_counters()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c85 struct opa_veswport_summary_counters *cntrs) in opa_vnic_get_summary_counters() argument
96 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_summary_counters()
98 cntrs->veswport_num = cpu_to_be32(adapter->port_num); in opa_vnic_get_summary_counters()
104 cntrs->tx_bytes = cpu_to_be64(vstats.netstats.tx_bytes); in opa_vnic_get_summary_counters()
112 dst < &cntrs->reserved[0]; dst++, src++) { in opa_vnic_get_summary_counters()
126 struct opa_veswport_error_counters *cntrs) in opa_vnic_get_error_counters() argument
135 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_error_counters()
137 cntrs->veswport_num = cpu_to_be32(adapter->port_num); in opa_vnic_get_error_counters()
141 cntrs->tx_dlid_zero = cpu_to_be64(vstats.tx_dlid_zero); in opa_vnic_get_error_counters()
147 cntrs->rx_runt = cpu_to_be64(vstats.rx_runt); in opa_vnic_get_error_counters()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c85 struct opa_veswport_summary_counters *cntrs) in opa_vnic_get_summary_counters() argument
96 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_summary_counters()
98 cntrs->veswport_num = cpu_to_be32(adapter->port_num); in opa_vnic_get_summary_counters()
104 cntrs->tx_bytes = cpu_to_be64(vstats.netstats.tx_bytes); in opa_vnic_get_summary_counters()
112 dst < &cntrs->reserved[0]; dst++, src++) { in opa_vnic_get_summary_counters()
126 struct opa_veswport_error_counters *cntrs) in opa_vnic_get_error_counters() argument
135 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_error_counters()
137 cntrs->veswport_num = cpu_to_be32(adapter->port_num); in opa_vnic_get_error_counters()
141 cntrs->tx_dlid_zero = cpu_to_be64(vstats.tx_dlid_zero); in opa_vnic_get_error_counters()
147 cntrs->rx_runt = cpu_to_be64(vstats.rx_runt); in opa_vnic_get_error_counters()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_mad.c1437 struct qib_verbs_counters cntrs; in pma_get_portcounters() local
1440 qib_get_counters(ppd, &cntrs); in pma_get_portcounters()
1534 struct qib_verbs_counters cntrs; in pma_get_portcounters_cong() local
1551 qib_get_counters(ppd, &cntrs); in pma_get_portcounters_cong()
1562 cntrs.port_rcv_remphys_errors -= in pma_get_portcounters_cong()
1610 (u8)cntrs.link_downed_counter; in pma_get_portcounters_cong()
1718 qib_get_counters(ppd, &cntrs); in pma_set_portcounters()
1779 qib_get_counters(ppd, &cntrs); in pma_set_portcounters_cong()
1798 cntrs.symbol_error_counter; in pma_set_portcounters_cong()
1802 cntrs.link_downed_counter; in pma_set_portcounters_cong()
[all …]
H A Dqib_verbs.c1085 cntrs->symbol_error_counter = in qib_get_counters()
1094 cntrs->link_downed_counter = in qib_get_counters()
1096 cntrs->port_rcv_errors = in qib_get_counters()
1106 cntrs->port_rcv_errors += in qib_get_counters()
1108 cntrs->port_rcv_errors += in qib_get_counters()
1110 cntrs->port_rcv_remphys_errors = in qib_get_counters()
1112 cntrs->port_xmit_discards = in qib_get_counters()
1126 cntrs->vl15_dropped = in qib_get_counters()
1390 struct qib_verbs_counters cntrs; in init_ibport() local
1411 qib_get_counters(ppd, &cntrs); in init_ibport()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_mad.c1437 struct qib_verbs_counters cntrs; in pma_get_portcounters() local
1440 qib_get_counters(ppd, &cntrs); in pma_get_portcounters()
1534 struct qib_verbs_counters cntrs; in pma_get_portcounters_cong() local
1551 qib_get_counters(ppd, &cntrs); in pma_get_portcounters_cong()
1562 cntrs.port_rcv_remphys_errors -= in pma_get_portcounters_cong()
1610 (u8)cntrs.link_downed_counter; in pma_get_portcounters_cong()
1718 qib_get_counters(ppd, &cntrs); in pma_set_portcounters()
1779 qib_get_counters(ppd, &cntrs); in pma_set_portcounters_cong()
1798 cntrs.symbol_error_counter; in pma_set_portcounters_cong()
1802 cntrs.link_downed_counter; in pma_set_portcounters_cong()
[all …]
H A Dqib_verbs.c1085 cntrs->symbol_error_counter = in qib_get_counters()
1094 cntrs->link_downed_counter = in qib_get_counters()
1096 cntrs->port_rcv_errors = in qib_get_counters()
1106 cntrs->port_rcv_errors += in qib_get_counters()
1108 cntrs->port_rcv_errors += in qib_get_counters()
1110 cntrs->port_rcv_remphys_errors = in qib_get_counters()
1112 cntrs->port_xmit_discards = in qib_get_counters()
1126 cntrs->vl15_dropped = in qib_get_counters()
1390 struct qib_verbs_counters cntrs; in init_ibport() local
1411 qib_get_counters(ppd, &cntrs); in init_ibport()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_mad.c1437 struct qib_verbs_counters cntrs; in pma_get_portcounters() local
1440 qib_get_counters(ppd, &cntrs); in pma_get_portcounters()
1534 struct qib_verbs_counters cntrs; in pma_get_portcounters_cong() local
1551 qib_get_counters(ppd, &cntrs); in pma_get_portcounters_cong()
1562 cntrs.port_rcv_remphys_errors -= in pma_get_portcounters_cong()
1610 (u8)cntrs.link_downed_counter; in pma_get_portcounters_cong()
1718 qib_get_counters(ppd, &cntrs); in pma_set_portcounters()
1779 qib_get_counters(ppd, &cntrs); in pma_set_portcounters_cong()
1798 cntrs.symbol_error_counter; in pma_set_portcounters_cong()
1802 cntrs.link_downed_counter; in pma_set_portcounters_cong()
[all …]
H A Dqib_verbs.c1085 cntrs->symbol_error_counter = in qib_get_counters()
1094 cntrs->link_downed_counter = in qib_get_counters()
1096 cntrs->port_rcv_errors = in qib_get_counters()
1106 cntrs->port_rcv_errors += in qib_get_counters()
1108 cntrs->port_rcv_errors += in qib_get_counters()
1110 cntrs->port_rcv_remphys_errors = in qib_get_counters()
1112 cntrs->port_xmit_discards = in qib_get_counters()
1126 cntrs->vl15_dropped = in qib_get_counters()
1390 struct qib_verbs_counters cntrs; in init_ibport() local
1411 qib_get_counters(ppd, &cntrs); in init_ibport()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/unit/
H A Dcntr_test.c57 struct fid_cntr **cntrs = calloc(cntr_cnt, sizeof(struct fid_cntr *)); in cntr_loop() local
58 if (!cntrs) { in cntr_loop()
64 ret = ft_cntr_open(&cntrs[opened]); in cntr_loop()
72 ret = fi_cntr_set(cntrs[i], i); in cntr_loop()
78 ret = fi_cntr_seterr(cntrs[i], i << 1); in cntr_loop()
86 ret = fi_cntr_add(cntrs[i], i); in cntr_loop()
92 ret = fi_cntr_adderr(cntrs[i], i); in cntr_loop()
103 value = fi_cntr_read(cntrs[i]); in cntr_loop()
116 value = fi_cntr_readerr(cntrs[i]); in cntr_loop()
130 ret = fi_close(&(cntrs[i])->fid); in cntr_loop()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/
H A Dcstat.c30 cntrs_free(&c->cntrs); in cstat_free_content()
37 cntr->next=c->cntrs; in cstat_add_cntr_to_list()
38 c->cntrs=cntr; in cstat_add_cntr_to_list()
46 if(c->cntrs==cntr) in cstat_remove_cntr_from_list()
48 c->cntrs=cntr->next; in cstat_remove_cntr_from_list()
51 for(x=c->cntrs; x; x=x->next) in cstat_remove_cntr_from_list()
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dcstat.c30 cntrs_free(&c->cntrs); in cstat_free_content()
37 cntr->next=c->cntrs; in cstat_add_cntr_to_list()
38 c->cntrs=cntr; in cstat_add_cntr_to_list()
46 if(c->cntrs==cntr) in cstat_remove_cntr_from_list()
48 c->cntrs=cntr->next; in cstat_remove_cntr_from_list()
51 for(x=c->cntrs; x; x=x->next) in cstat_remove_cntr_from_list()
/dports/sysutils/burp-devel/burp-2.5.4/src/server/monitor/
H A Dstatus_server.c45 for(cntr=c->cntrs; cntr; cntr=cntr->next) in parse_cntr_data()
75 for(cntr=c->cntrs; cntr; ) in clean_up_cntrs()
84 if(c->cntrs) in clean_up_cntrs()
85 cntr=c->cntrs; in clean_up_cntrs()
104 for(cntr=c->cntrs; cntr; cntr=cntr->next) in parse_clients_list()
122 for(cntr=c->cntrs; cntr; cntr=cntr->next) in parse_clients_list()
424 if(!c->cntrs in have_data_for_running_clients()
425 || c->cntrs->cntr_status==CNTR_STATUS_UNSET) in have_data_for_running_clients()
/dports/sysutils/burp/burp-2.4.0/src/server/monitor/
H A Dstatus_server.c45 for(cntr=c->cntrs; cntr; cntr=cntr->next) in parse_cntr_data()
75 for(cntr=c->cntrs; cntr; ) in clean_up_cntrs()
84 if(c->cntrs) in clean_up_cntrs()
85 cntr=c->cntrs; in clean_up_cntrs()
104 for(cntr=c->cntrs; cntr; cntr=cntr->next) in parse_clients_list()
122 for(cntr=c->cntrs; cntr; cntr=cntr->next) in parse_clients_list()
424 if(!c->cntrs in have_data_for_running_clients()
425 || c->cntrs->cntr_status==CNTR_STATUS_UNSET) in have_data_for_running_clients()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_lmc.c3337 sc->status.cntrs.idrops++; in ifnet_input()
3346 sc->status.cntrs.idrops++; in ifnet_input()
3367 sc->status.cntrs.odrops++; in ifnet_output()
3384 sc->status.cntrs.odrops++; in ifnet_output()
3478 struct cntrs *cntrs = &sc->status.cntrs; in ifnet_watchdog() local
3822 struct cntrs *cntrs = &sc->status.cntrs; in netdev_watchdog() local
4294 sc->status.cntrs.ipackets++; in rxintr_cleanup()
4313 sc->status.cntrs.idrops++; in rxintr_cleanup()
4355 sc->status.cntrs.rxbuf++; in rxintr_setup()
4364 sc->status.cntrs.rxbuf++; in rxintr_setup()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DgmshLevelset.cpp459 rbfInvA = generateRbfMat(0, index, cntrs, cntrs); in RbfOp()
466 D.resize(nodes.size1(), cntrs.size1()); in RbfOp()
479 RbfOp(p, index, cntrs, nodes, D, isLocal); in evalRbfDer()
487 int numNodes = cntrs.size1(); in setup_level_set()
501 cntrsPlus(i, 0) = cntrs(i, 0); in setup_level_set()
502 cntrsPlus(i, 1) = cntrs(i, 1); in setup_level_set()
503 cntrsPlus(i, 2) = cntrs(i, 2); in setup_level_set()
506 sqrt((cntrs(i, 0) - cntrs(j, 0)) * (cntrs(i, 0) - cntrs(j, 0)) + in setup_level_set()
507 (cntrs(i, 1) - cntrs(j, 1)) * (cntrs(i, 1) - cntrs(j, 1)) + in setup_level_set()
508 (cntrs(i, 2) - cntrs(j, 2)) * (cntrs(i, 2) - cntrs(j, 2))); in setup_level_set()
[all …]

123456