Home
last modified time | relevance | path

Searched refs:n_head (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/festalon/festalon/src/fidlib/
H A Dfidlib.h25 #define FFCSIZE(n_head,n_val) ((sizeof(FidFilter)-sizeof(double))*((n_head)+1) + sizeof(double)*(n_… argument
30 #define FFALLOC(n_head,n_val) (FidFilter*)Alloc(FFCSIZE(n_head, n_val)) argument
H A Dfidmkf.h636 int n_head, n_val; in z2fidfilter() local
641 n_head= 1 + n_pol + n_zer; // Worst case: gain + 2-element IIR/FIR in z2fidfilter()
644 rv= ff= FFALLOC(n_head, n_val); in z2fidfilter()
H A Dfidlib.c672 stack_filter(int order, int n_head, int n_val, ...) { in stack_filter() argument
673 FidFilter *rv= FFALLOC(n_head * order, n_val * order); in stack_filter()
683 for (a= 0; a<n_head; a++) { in stack_filter()
695 if (len != FFCSIZE(n_head-1, n_val)) in stack_filter()
697 len, FFCSIZE(n_head-1, n_val)); in stack_filter()
1996 int n_head= 0; in fid_cv_array() local
2011 n_head++; in fid_cv_array()
2016 rv= ff= Alloc(FFCSIZE(n_head, n_val)); in fid_cv_array()
/dports/audio/mixxx/mixxx-2.3.0/lib/fidlib/
H A Dfidlib.h24 #define FFCSIZE(n_head,n_val) ((sizeof(FidFilter)-sizeof(double))*((n_head)+1) + sizeof(double)*(n_… argument
29 #define FFALLOC(n_head,n_val) (FidFilter*)Alloc(FFCSIZE(n_head, n_val)) argument
H A Dfidmkf.h647 int n_head, n_val; in z2fidfilter() local
652 n_head= 1 + ctx->n_pol + ctx->n_zer; // Worst case: gain + 2-element IIR/FIR in z2fidfilter()
655 rv= ff= FFALLOC(n_head, n_val); in z2fidfilter()
H A Dfidlib.c671 stack_filter(int order, int n_head, int n_val, ...) { in stack_filter() argument
672 FidFilter *rv= FFALLOC(n_head * order, n_val * order); in stack_filter()
682 for (a= 0; a<n_head; a++) { in stack_filter()
694 if (len != (int)FFCSIZE(n_head-1, n_val)) in stack_filter()
696 len, FFCSIZE(n_head-1, n_val)); in stack_filter()
2170 int n_head= 0; in fid_cv_array() local
2185 n_head++; in fid_cv_array()
2190 rv= ff= (FidFilter*)Alloc(FFCSIZE(n_head, n_val)); in fid_cv_array()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/converter/
H A Dsiesta2qmc.cpp827 int n_head=1; in read_mo_coefficients_wfsx() local
828 clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
833 n_head=2; in read_mo_coefficients_wfsx()
839 clear_header(wffile,n_head);clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
841 clear_header(wffile,n_head); clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
844 clear_header(wffile,n_head); clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
869 clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
876 clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
880 clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
884 clear_header(wffile,n_head); in read_mo_coefficients_wfsx()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.c13 struct blocking_notifier_head n_head; member
86 blocking_notifier_call_chain(&dev->priv.vhca_state_notifier->n_head, 0, event); in mlx5_vhca_event_notify()
142 BLOCKING_INIT_NOTIFIER_HEAD(&notifier->n_head); in mlx5_vhca_event_init()
182 return blocking_notifier_chain_register(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_register()
187 blocking_notifier_chain_unregister(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.c13 struct blocking_notifier_head n_head; member
86 blocking_notifier_call_chain(&dev->priv.vhca_state_notifier->n_head, 0, event); in mlx5_vhca_event_notify()
142 BLOCKING_INIT_NOTIFIER_HEAD(&notifier->n_head); in mlx5_vhca_event_init()
182 return blocking_notifier_chain_register(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_register()
187 blocking_notifier_chain_unregister(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_unregister()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.c13 struct blocking_notifier_head n_head; member
86 blocking_notifier_call_chain(&dev->priv.vhca_state_notifier->n_head, 0, event); in mlx5_vhca_event_notify()
142 BLOCKING_INIT_NOTIFIER_HEAD(&notifier->n_head); in mlx5_vhca_event_init()
182 return blocking_notifier_chain_register(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_register()
187 blocking_notifier_chain_unregister(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/
H A Dhsi_core.c495 BLOCKING_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
677 return blocking_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
697 err = blocking_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
722 return blocking_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/
H A Dhsi_core.c495 BLOCKING_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
677 return blocking_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
697 err = blocking_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
722 return blocking_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/
H A Dhsi_core.c495 BLOCKING_INIT_NOTIFIER_HEAD(&port[i]->n_head); in hsi_alloc_controller()
677 return blocking_notifier_chain_register(&port->n_head, &cl->nb); in hsi_register_port_event()
697 err = blocking_notifier_chain_unregister(&port->n_head, &cl->nb); in hsi_unregister_port_event()
722 return blocking_notifier_call_chain(&port->n_head, event, NULL); in hsi_event()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_line_placer.cpp315 int n_head = head.SegmentCount(); in mergeHead() local
318 if( n_head < 3 ) in mergeHead()
348 for( int i = 0; i < n_head - 2; i++ ) in mergeHead()
360 head.Remove( 0, n_head - 2 ); in mergeHead()
362 … wxLogTrace( "PNS", "Placer: merge %d, new direction: %s", n_head, m_direction.Format().c_str() ); in mergeHead()
/dports/devel/arcanist/arcanist-b2e715f/src/parser/
H A DArcanistBundle.php688 $n_head = "{$n_off}";
690 $n_head = "{$n_off},{$n_len}";
693 $result[] = "@@ -{$o_head} +{$n_head} @@".$eol;
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/
H A DArcanistBundle.php688 $n_head = "{$n_off}";
690 $n_head = "{$n_off},{$n_len}";
693 $result[] = "@@ -{$o_head} +{$n_head} @@".$eol;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_camera_space.h81 unsigned n_head() const {return n_head_;} in n_head() function
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/hsi/
H A Dhsi.h236 struct blocking_notifier_head n_head; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/hsi/
H A Dhsi.h236 struct blocking_notifier_head n_head; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/hsi/
H A Dhsi.h236 struct blocking_notifier_head n_head; member
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_line_placer.cpp336 int n_head = head.ShapeCount(); in mergeHead() local
339 if( n_head < 3 ) in mergeHead()
391 wxLogTrace( "PNS", "Placer: merge %d, new direction: %s", n_head, in mergeHead()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdashboard.c3821 gint n_head = 0; in gimp_dashboard_log_sample() local
3859 n_head = i; in gimp_dashboard_log_sample()
3879 n_head + n_tail == n_frames) in gimp_dashboard_log_sample()
3903 if (n_head > 0) in gimp_dashboard_log_sample()
3907 n_head); in gimp_dashboard_log_sample()
3917 if (n_frames == 0 || n_head + n_tail < n_frames) in gimp_dashboard_log_sample()
3922 for (frame = n_head; frame < n_frames - n_tail; frame++) in gimp_dashboard_log_sample()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1370 blocking_notifier_call_chain(&esw->n_head, 0, &info); in mlx5_esw_mode_change_notify()
1762 BLOCKING_INIT_NOTIFIER_HEAD(&esw->n_head); in mlx5_eswitch_init()
2266 return blocking_notifier_chain_register(&esw->n_head, nb); in mlx5_esw_event_notifier_register()
2271 blocking_notifier_chain_unregister(&esw->n_head, nb); in mlx5_esw_event_notifier_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1370 blocking_notifier_call_chain(&esw->n_head, 0, &info); in mlx5_esw_mode_change_notify()
1762 BLOCKING_INIT_NOTIFIER_HEAD(&esw->n_head); in mlx5_eswitch_init()
2266 return blocking_notifier_chain_register(&esw->n_head, nb); in mlx5_esw_event_notifier_register()
2271 blocking_notifier_chain_unregister(&esw->n_head, nb); in mlx5_esw_event_notifier_unregister()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1370 blocking_notifier_call_chain(&esw->n_head, 0, &info); in mlx5_esw_mode_change_notify()
1762 BLOCKING_INIT_NOTIFIER_HEAD(&esw->n_head); in mlx5_eswitch_init()
2266 return blocking_notifier_chain_register(&esw->n_head, nb); in mlx5_esw_event_notifier_register()
2271 blocking_notifier_chain_unregister(&esw->n_head, nb); in mlx5_esw_event_notifier_unregister()

12