Home
last modified time | relevance | path

Searched refs:ncd (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dcmnnti.c236 ret.ncd = ncd; in get_control_message_buffer()
773 ncd->peer_hostname, ncd->nnti_port,
868 ncd->peer_hostname, ncd->nnti_port, in handle_request_buffer_event()
872 ncd = ncd->next; in handle_request_buffer_event()
1199 while (ncd && (ncd->remote_IP != address->host) && in enet_accept_conn()
1205 ncd = ncd->next; in enet_accept_conn()
1685 ncd->ntd->request_list[i] = ncd; in add_ncd_to_request_list()
1692ncd->ntd->request_list = realloc(ncd->ntd->request_list, sizeof(ncd->ntd->request_list[0]) * ncd->… in add_ncd_to_request_list()
1693 ncd->ntd->request_list[ncd->ntd->request_size-1] = ncd; in add_ncd_to_request_list()
1769 ncd->incoming_mapped_size = ncd->read_buffer->size; in perform_pull_request_message()
[all …]
/dports/science/openmx/openmx3.8/source/
H A Dexx_index.c43 ncell = ncd*ncd*ncd; in EXX_Index_Cmp_Sites()
153 c[1] = (icell/ncd)%ncd - nshell; in EXX_Index_Cell2XYZ()
154 c[2] = (icell/ncd/ncd)%ncd - nshell; in EXX_Index_Cell2XYZ()
170 return (c[0]+nshell) + (c[1]+nshell)*ncd + (c[2]+nshell)*ncd*ncd; in EXX_Index_XYZ2Cell()
186 cf[2] = (double)((icell/ncd/ncd)%ncd - nshell); in EXX_Index_Cell2Cartesian()
335 ncell = ncd*ncd*ncd; in EXX_Index_OP()
429 ncell = ncd*ncd*ncd; in EXX_Index_EQ()
575 ncell = ncd*ncd*ncd; in EXX_Index_EP()
598 z = (double)( (icell3/ncd/ncd)%ncd - nshell ); in EXX_Index_EP()
701 ncell = ncd*ncd*ncd; in EXX_Index_NQ_Full()
[all …]
H A Dexx_vector.c107 int ncd; in EXX_Vector_F2C_Offsite() local
110 ncd = 2*nshell+1; in EXX_Vector_F2C_Offsite()
112 x = v[0] + (double)( icell%ncd - nshell ); in EXX_Vector_F2C_Offsite()
113 y = v[1] + (double)( (icell/ncd)%ncd - nshell ); in EXX_Vector_F2C_Offsite()
114 z = v[2] + (double)( (icell/ncd/ncd)%ncd - nshell ); in EXX_Vector_F2C_Offsite()
H A Dexx_debug.c156 int nep, iep, nshell, ncd, ia1, ia2, icell, ix, iy, iz;
161 ncd = 2*nshell+1;
171 ix = icell%ncd - nshell;
172 iy = (icell/ncd)%ncd - nshell;
173 iz = (icell/ncd/ncd)%ncd - nshell;
/dports/devel/py-icalendar/icalendar-4.0.3/src/icalendar/tests/
H A Dtest_unit_caselessdict.py75 ncd,
79 self.assertEqual(ncd['key1'], 'val1')
80 self.assertEqual(ncd['KEY1'], 'val1')
82 ncd['KEY3'] = 'val3'
83 self.assertEqual(ncd['key3'], 'val3')
88 self.assertEqual(ncd.get('key1'), 'val1')
91 self.assertTrue('key4' in ncd)
93 del ncd['key4']
94 self.assertFalse('key4' in ncd)
97 self.assertEqual(ncd['key6'], 'val6')
[all …]
/dports/mail/xfaces/xfaces-3.3/
H A Dausun.patch1 Return-Path: <clarknet!ncd.com!greg>
2 Return-Path: <clarknet!ncd.com!greg>
5 Received: from welch.ncd.com by clarknet.clark.net (5.0/SMI-SVR4)
7 Received: from rosebud.ncd.com (root@rosebud.ncd.com [192.43.159.161]) by welch.ncd.com (8.6.5.Beta…
8 …om hansen.ncd.com (root@hansen.ncd.com [138.43.112.25]) by rosebud.ncd.com (8.6.5.Beta11/8.6.5.Bet…
9 Received: from localhost.ncd.com (greg@localhost.ncd.com [127.0.0.1]) by hansen.ncd.com (8.6.5.Beta…
10 Message-Id: <199401122028.MAA10566@hansen.ncd.com>
11 X-Authentication-Warning: hansen.ncd.com: Host localhost.ncd.com didn't use HELO protocol
13 Cc: netaudio@ncd.com
18 From: Greg Renda <greg@ncd.com>
[all …]
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-cal-ops.c1475 if (ncd) { in new_component_data_free()
1477 if (ncd->client && ncd->comp) { in new_component_data_free()
1496 if (ncd->is_new_component && ncd->dtstart > 0 && ncd->dtend > 0) { in new_component_data_free()
1501 if (ncd->model) in new_component_data_free()
1576 ncd->client = cal_ops_open_client_sync (job_data, ncd->shell, ncd->for_client_uid, in cal_ops_new_component_editor_thread()
1580 if (!ncd->default_source && !ncd->client && !ncd->for_client_uid) { in cal_ops_new_component_editor_thread()
1602 if (!ncd->client && !ncd->for_client_uid) { in cal_ops_new_component_editor_thread()
1613 if (ncd->client) { in cal_ops_new_component_editor_thread()
1617 ncd->all_day, ncd->use_default_reminder, ncd->default_reminder_interval, in cal_ops_new_component_editor_thread()
1699 ncd->comp = NULL; in e_cal_ops_new_component_ex()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/fifo_4k_2clk/implement/
H A Dimplement_synplify.sh73 map fifo_4k_2clk_exdes -o mapped.ncd
76 par mapped.ncd routed.ncd
79 trce -e 10 routed.ncd mapped.pcf -o routed
85 netgen -ofmt verilog -sim -tm fifo_4k_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd rout…
H A Dimplement.sh74 map fifo_4k_2clk_exdes -o mapped.ncd
77 par mapped.ncd routed.ncd
80 trce -e 10 routed.ncd mapped.pcf -o routed
86 netgen -ofmt verilog -sim -tm fifo_4k_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd rout…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/fifo_short_2clk/implement/
H A Dimplement.sh74 map fifo_short_2clk_exdes -o mapped.ncd
77 par mapped.ncd routed.ncd
80 trce -e 10 routed.ncd mapped.pcf -o routed
86 netgen -ofmt verilog -sim -tm fifo_short_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd r…
H A Dimplement_synplify.sh73 map fifo_short_2clk_exdes -o mapped.ncd
76 par mapped.ncd routed.ncd
79 trce -e 10 routed.ncd mapped.pcf -o routed
85 netgen -ofmt verilog -sim -tm fifo_short_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd r…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/fifo_4k_2clk/implement/
H A Dimplement.sh74 map fifo_4k_2clk_exdes -o mapped.ncd
77 par mapped.ncd routed.ncd
80 trce -e 10 routed.ncd mapped.pcf -o routed
86 netgen -ofmt verilog -sim -tm fifo_4k_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd rout…
H A Dimplement_synplify.sh73 map fifo_4k_2clk_exdes -o mapped.ncd
76 par mapped.ncd routed.ncd
79 trce -e 10 routed.ncd mapped.pcf -o routed
85 netgen -ofmt verilog -sim -tm fifo_4k_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd rout…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/fifo_short_2clk/implement/
H A Dimplement_synplify.sh73 map fifo_short_2clk_exdes -o mapped.ncd
76 par mapped.ncd routed.ncd
79 trce -e 10 routed.ncd mapped.pcf -o routed
85 netgen -ofmt verilog -sim -tm fifo_short_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd r…
H A Dimplement.sh74 map fifo_short_2clk_exdes -o mapped.ncd
77 par mapped.ncd routed.ncd
80 trce -e 10 routed.ncd mapped.pcf -o routed
86 netgen -ofmt verilog -sim -tm fifo_short_2clk_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd r…
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dmk_viii.cxx1311 if (! mk_data(gps_altitude).ncd) in update_inputs()
1328 if (! mk_data(gps_latitude).ncd in update_inputs()
1333 if (! mk_data(gps_longitude).ncd in update_inputs()
1338 if (! mk_data(roll_angle).ncd in update_inputs()
3158 if (! mk_data(radio_altitude).ncd && ! mk_ainput(uncorrected_barometric_altitude).ncd) in update()
3160 if (! last_ra.ncd && ! last_ba.ncd) in update()
4182 if (mk_data(gps_latitude).ncd || mk_data(gps_longitude).ncd) in update_runway()
4208 if (! has_runway.ncd && has_runway.get() && ! mk_data(geometric_altitude).ncd) in get_altitude_above_field()
4249 && ! altitude_above_field.ncd in update_above_field_callout()
4288 && ! mk_data(roll_angle).ncd) in get_bank_angle_alerts()
[all …]
/dports/devel/trellis/prjtrellis-5eb0ad87/
H A Ddiamond.sh137 "$FOUNDRY"/userware/unix/bin/lin64/ncl2ncd input.ncl -drc -o par_impl.ncd
187 "$fpgabindir"/map -a $LSE_ARCH -p $DEVICE -t $PACKAGE synth_impl.ngd -o map_impl.ncd -lpf synth_im…
190 "$fpgabindir"/par map_impl.ncd par_impl.ncd synth_impl.prf
195 "$fpgabindir"/bitgen -d par_impl.ncd $BITARGS output.bit synth_impl.prf
205 "$FOUNDRY"/userware/unix/bin/lin64/ncd2ncl par_impl.ncd output.ncl
210 "$fpgabindir"/trce -v -u -c par_impl.ncd
215 "$fpgabindir"/ldbanno -n Verilog par_impl.ncd synth_impl.prf
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dzfun.c320 float *far , *ncom , qcom,rcom , ncd ; in zz_ncd_many() local
355 ncd = (MIN(rcom,qcom)-MIN(ncom[ii],ncom[jj])) / MAX(ncom[ii],ncom[jj]) ; in zz_ncd_many()
356 if( ncd > 1.0f ) ncd = 1.0f ; in zz_ncd_many()
357 far[ii+jj*nar] = far[jj+ii*nar] = ncd ; in zz_ncd_many()
370 MRI_IMAGE *fim ; float ncd , *far ; in zz_ncd_pair() local
377 ncd = far[1] ; in zz_ncd_pair()
378 mri_free(fim) ; return ncd ; in zz_ncd_pair()
390 float ncd , nx,ny,nxy,nxy2 ; in THD_ncdfloat_scl() local
429 ncd = (nxy-MIN(nx,ny)) / MAX(nx,ny) ; in THD_ncdfloat_scl()
430 if( ncd < 0.0f || ncd > 1.0f ) ncd = 1.0f ; in THD_ncdfloat_scl()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/
H A DCommonViewerSorter.java176 INavigatorContentDescriptor ncd = contentService.getSourceOfContribution(o);
177 if (ncd != null) {
179 System.out.println("sort: " + ncd + " object: " + o); //$NON-NLS-1$//$NON-NLS-2$
180 return ncd;
185 ncd = (INavigatorContentDescriptor) descriptors.iterator().next();
187 System.out.println("sort: " + ncd + " object: " + o); //$NON-NLS-1$//$NON-NLS-2$
188 return ncd;
/dports/cad/yosys/yosys-yosys-0.12/examples/mimas2/
H A Drun.sh7 par -w example.ncd example_par.ncd
8 bitgen -w example_par.ncd -g StartupClk:JTAGClk
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dlinux_notify.c40 NotificationCreatedData *ncd = (NotificationCreatedData*)data; in notification_created() local
41 if (ncd->callback) ncd->callback(ncd->next_id, notification_id, ncd->data); in notification_created()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/top/USRP2/
H A D.gitignore26 /*.ncd
39 /*.ncd
46 /*.ncd
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/event/
H A Dpmix_event_registration.c364 pmix_notify_caddy_t *ncd; in check_cached_events() local
371 if (NULL == ncd) { in check_cached_events()
376 if (!ncd->nondefault) { in check_cached_events()
392 if (NULL != ncd->targets) { in check_cached_events()
394 for (n=0; n < ncd->ntargets; n++) { in check_cached_events()
407 ncd->affected, ncd->naffected)) { in check_cached_events()
412 chain->status = ncd->status; in check_cached_events()
416 chain->nallocated = ncd->ninfo + 2; in check_cached_events()
419 chain->ninfo = ncd->ninfo; in check_cached_events()
421 for (n=0; n < ncd->ninfo; n++) { in check_cached_events()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/b205_clk_gen/implement/
H A Dimplement.sh77 map -timing b205_clk_gen_exdes -o mapped.ncd
80 par -w mapped.ncd routed mapped.pcf
89 netgen -ofmt verilog -sim -sdf_anno false -tm b205_clk_gen_exdes -w routed.ncd routed.v
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/b200_clk_gen/implement/
H A Dimplement.sh77 map -timing b200_clk_gen_exdes -o mapped.ncd
80 par -w mapped.ncd routed mapped.pcf
89 netgen -ofmt verilog -sim -sdf_anno false -tm b200_clk_gen_exdes -w routed.ncd routed.v

12345678910>>...36