Home
last modified time | relevance | path

Searched refs:new_d (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/misc/ytree/ytree-2.03/
H A Dprofile.c114 Dirmenu *d, *new_d; in ReadProfile() local
264 for(new_d = dirmenu.next; new_d != NULL; new_d = new_d->next) { in ReadProfile()
272 if( new_d == NULL && ( new_d = malloc( sizeof(*new_d) ) ) ) { in ReadProfile()
277 d->next = new_d; in ReadProfile()
278 d = new_d; in ReadProfile()
292 for(new_d = dirmenu.next; new_d != NULL; new_d = new_d->next) { in ReadProfile()
300 if ( new_d == NULL && ( new_d = malloc( sizeof(*new_d) ) ) ) { in ReadProfile()
302 new_d->chremap = new_d->chkey; in ReadProfile()
304 new_d->next = NULL; in ReadProfile()
305 d->next = new_d; in ReadProfile()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dasync2sync.cc89 Wire *new_d = module->addWire(NEW_ID, ff.width); in execute() local
111 module->addAnd(NEW_ID, tmp, sig_clr, new_d); in execute()
117 module->addAndGate(NEW_ID, tmp, sig_clr, new_d); in execute()
123 ff.sig_d = new_d; in execute()
135 Wire *new_d = module->addWire(NEW_ID, ff.width); in execute() local
156 ff.sig_d = new_d; in execute()
203 Wire *new_d; in execute() local
206 new_d = module->addWire(NEW_ID, ff.width); in execute()
219 new_d = new_q; in execute()
260 module->connect(ff.sig_q, new_d); in execute()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/auto/MkSrc/
H A DMethods.pm43 my $new_d = {};
46 $new_d->{data} = [];
48 push @{$new_d->{data}}, copy_n_sub($d0, $name);
51 $new_d->{$k} = $d->{$k};
52 $new_d->{$k} =~ s/\$/$name/g unless ref $new_d->{$k};
55 return $new_d;
/dports/textproc/aspell/aspell-0.60.8/auto/MkSrc/
H A DMethods.pm43 my $new_d = {};
46 $new_d->{data} = [];
48 push @{$new_d->{data}}, copy_n_sub($d0, $name);
51 $new_d->{$k} = $d->{$k};
52 $new_d->{$k} =~ s/\$/$name/g unless ref $new_d->{$k};
55 return $new_d;
/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Dul_db_layer.c214 ul_domain_db_list_t * new_d = NULL; in ul_add_domain_db() local
220 memset(new_d, 0, sizeof(ul_domain_db_list_t)); in ul_add_domain_db()
237 new_d->domain.url.len = url->len; in ul_add_domain_db()
242 strcpy(new_d->domain.url.s, default_db_url.s); in ul_add_domain_db()
243 new_d->domain.url.len = default_db_url.len; in ul_add_domain_db()
246 strncpy(new_d->domain.name.s, d->s, d->len); in ul_add_domain_db()
247 new_d->domain.name.len = d->len; in ul_add_domain_db()
248 new_d->domain.dbt = t; in ul_add_domain_db()
249 new_d->next = domain_db_list; in ul_add_domain_db()
250 domain_db_list = new_d; in ul_add_domain_db()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libdvben50221/
H A Den50221_app_ca.c327 struct ca_pmt_descriptor *new_d = in en50221_ca_extract_pmt_descriptors() local
329 if (new_d == NULL) { in en50221_ca_extract_pmt_descriptors()
334 new_d->next = NULL; in en50221_ca_extract_pmt_descriptors()
338 descriptors = new_d; in en50221_ca_extract_pmt_descriptors()
340 descriptors_tail->next = new_d; in en50221_ca_extract_pmt_descriptors()
342 descriptors_tail = new_d; in en50221_ca_extract_pmt_descriptors()
397 if (new_d == NULL) { in en50221_ca_extract_streams()
400 new_d->descriptor = in en50221_ca_extract_streams()
403 new_d->next = NULL; in en50221_ca_extract_streams()
407 new_s->descriptors = new_d; in en50221_ca_extract_streams()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Ddialog.c401 WDialog *new_d; in dlg_create() local
405 new_d = g_new0 (WDialog, 1); in dlg_create()
406 w = WIDGET (new_d); in dlg_create()
407 g = GROUP (new_d); in dlg_create()
426 new_d->colors = colors; in dlg_create()
427 new_d->help_ctx = help_ctx; in dlg_create()
428 new_d->compact = compact; in dlg_create()
429 new_d->data = NULL; in dlg_create()
435 new_d->bg = WIDGET (frame_new (0, 0, w->lines, w->cols, title, FALSE, new_d->compact)); in dlg_create()
441 new_d->event_group = g_strdup_printf ("%s_%p", MCEVENT_GROUP_DIALOG, (void *) new_d); in dlg_create()
[all …]
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Ddialog.c401 WDialog *new_d; in dlg_create() local
405 new_d = g_new0 (WDialog, 1); in dlg_create()
406 w = WIDGET (new_d); in dlg_create()
407 g = GROUP (new_d); in dlg_create()
426 new_d->colors = colors; in dlg_create()
427 new_d->help_ctx = help_ctx; in dlg_create()
428 new_d->compact = compact; in dlg_create()
429 new_d->data = NULL; in dlg_create()
435 new_d->bg = WIDGET (frame_new (0, 0, w->lines, w->cols, title, FALSE, new_d->compact)); in dlg_create()
441 new_d->event_group = g_strdup_printf ("%s_%p", MCEVENT_GROUP_DIALOG, (void *) new_d); in dlg_create()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Dpropagate_values_tactic.cpp81 expr_dependency_ref new_d(m); in push_result() local
83 new_d = m_goal->dep(m_idx); in push_result()
86 new_d = m.mk_join(new_d, used_d); in push_result()
91 m_goal->update(m_idx, new_curr, new_pr, new_d); in push_result()
94 m_subst->insert(new_curr, m.mk_true(), m.mk_iff_true(new_pr), new_d); in push_result()
98 m_subst->insert(atom, m.mk_false(), m.mk_iff_false(new_pr), new_d); in push_result()
105 m_subst->insert(lhs, value, new_pr, new_d); in push_result()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Dpropagate_values_tactic.cpp81 expr_dependency_ref new_d(m); in push_result() local
83 new_d = m_goal->dep(m_idx); in push_result()
86 new_d = m.mk_join(new_d, used_d); in push_result()
91 m_goal->update(m_idx, new_curr, new_pr, new_d); in push_result()
94 m_subst->insert(new_curr, m.mk_true(), m.mk_iff_true(new_pr), new_d); in push_result()
98 m_subst->insert(atom, m.mk_false(), m.mk_iff_false(new_pr), new_d); in push_result()
105 m_subst->insert(lhs, value, new_pr, new_d); in push_result()
/dports/math/gmp/gmp-6.2.1/tests/mpq/
H A Dt-get_d.c50 double last_d, new_d; in check_monotonic() local
90 new_d = mpq_get_d (a); in check_monotonic()
91 if (last_d > new_d) in check_monotonic()
95 printf (" new: %.16g\n", new_d); dump (a); in check_monotonic()
98 mpq_set_d (qnew_d, new_d); in check_monotonic()
104 printf (" new: %.16g\n", new_d); dump (qnew_d); in check_monotonic()
107 last_d = new_d; in check_monotonic()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpq/
H A Dt-get_d.c51 double last_d, new_d; in check_monotonic() local
91 new_d = mpq_get_d (a); in check_monotonic()
92 if (last_d > new_d) in check_monotonic()
96 printf (" new: %.16g\n", new_d); dump (a); in check_monotonic()
99 mpq_set_d (qnew_d, new_d); in check_monotonic()
105 printf (" new: %.16g\n", new_d); dump (qnew_d); in check_monotonic()
108 last_d = new_d; in check_monotonic()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpq/
H A Dt-get_d.c51 double last_d, new_d; in check_monotonic() local
91 new_d = mpq_get_d (a); in check_monotonic()
92 if (last_d > new_d) in check_monotonic()
96 printf (" new: %.16g\n", new_d); dump (a); in check_monotonic()
99 mpq_set_d (qnew_d, new_d); in check_monotonic()
105 printf (" new: %.16g\n", new_d); dump (qnew_d); in check_monotonic()
108 last_d = new_d; in check_monotonic()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpq/
H A Dt-get_d.c50 double last_d, new_d; in check_monotonic() local
90 new_d = mpq_get_d (a); in check_monotonic()
91 if (last_d > new_d) in check_monotonic()
95 printf (" new: %.16g\n", new_d); dump (a); in check_monotonic()
98 mpq_set_d (qnew_d, new_d); in check_monotonic()
104 printf (" new: %.16g\n", new_d); dump (qnew_d); in check_monotonic()
107 last_d = new_d; in check_monotonic()
/dports/math/mpir/mpir-3.0.0/tests/mpq/
H A Dt-get_d.c64 double last_d, new_d; in check_monotonic() local
104 new_d = mpq_get_d (a); in check_monotonic()
105 if (last_d > new_d) in check_monotonic()
109 printf (" new: %.16g\n", new_d); dump (a); in check_monotonic()
112 mpq_set_d (qnew_d, new_d); in check_monotonic()
118 printf (" new: %.16g\n", new_d); dump (qnew_d); in check_monotonic()
121 last_d = new_d; in check_monotonic()
/dports/audio/sweep/sweep-0.9.3/src/
H A Dchannelops.c56 sw_audio_t * old_d, * new_d; in do_dup_channels_thread() local
99 new_d[k++] = old_d[j]; in do_dup_channels_thread()
103 new_d += new_channels; in do_dup_channels_thread()
265 sw_audio_t * old_d, * new_d; in do_mono_mixdown_thread() local
303 *new_d += *old_d; in do_mono_mixdown_thread()
306 new_d++; in do_mono_mixdown_thread()
360 sw_audio_t * old_d, * new_d; in do_remove_channel_thread() local
400 *new_d = *old_d; in do_remove_channel_thread()
401 new_d++; in do_remove_channel_thread()
598 new_d[j] = old_d[j]; in do_change_channels_thread()
[all …]
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dgeneral.cc30 double new_grad_new_unknowns[], double h[], double new_d[], in general() argument
310 scalar_dabs(new_d[jdim*nnol+inol])>EPS_D ) { in general()
320 volume * h[inol] * vel * conv_part * new_d[jdim*nnol+jnol]; in general()
325 if ( scalar_dabs(new_d[jdim*nnol+inol])>EPS_D ) { in general()
331 else if ( 10.*scalar_dabs(diff_part*new_d[jdim*nnol+inol])<= in general()
335 (diff_part*new_d[jdim*nnol+inol])); in general()
342 scalar_dabs(h[inol]*vel*conv_part/new_d[jdim*nnol+inol]+diff_part); in general()
346 tmp = new_d[jdim*nnol+inol] * D * in general()
349 element_lhside_add += volume * new_d[jdim*nnol+inol] * in general()
350 D * new_d[jdim*nnol+inol]; in general()
[all …]
/dports/audio/exaile/exaile-4.1.1/tools/
H A Ddb_explorer.py101 new_d = dbm.gnu.open(newdb, 'n')
104 new_d = dbm.ndbm.open(newdb, 'n')
107 new_d = dbm.bsd.open(newdb, 'n')
109 new_d = bsddb.hashopen(newdb, 'n')
112 new_d = dbm.dumb.open(newdb, 'n')
116 new_data = shelve.Shelf(new_d, protocol=exaile_pickle_protocol)
/dports/math/py-pandas/pandas-1.2.5/pandas/io/json/
H A D_normalize.py81 new_d = copy.deepcopy(d)
99 v = new_d.pop(k)
100 new_d[newkey] = v
103 v = new_d.pop(k)
104 new_d.update(nested_to_record(v, newkey, sep, level + 1, max_level))
105 new_ds.append(new_d)
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmovetransition.py243 new_d = wrap(new_sle)
244 move = enter_factory(position(new_d), delay, new_d, **offsets(new_d))
263 new_d = wrap(new_sle)
268 child = new_d
270 move = factory(position(old_d), position(new_d), delay, child, **offsets(child))
566 new_d = wrap(new_sle)
567 move = MoveInterpolate(delay, enter(new_d), new_d, False, enter_time_warp)
587 new_d = wrap(new_sle)
589 move = MoveInterpolate(delay, old_d, new_d, use_old, time_warp)
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A Dmulti_associahedron_sphere.h69 bool crosses_all(Int new_d, in crosses_all() argument
74 if (!cross(diagonals[new_d], diagonals[i])) in crosses_all()
79 bool contains_new_k_plus_1_crossing(Int new_d, in contains_new_k_plus_1_crossing() argument
86 if (!crosses_all(new_d, *kc_it, diagonals)) // first, a linear test in contains_new_k_plus_1_crossing()
94 if (cross(diagonals[new_d], diagonals[*f_it])) in contains_new_k_plus_1_crossing()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/doc/
H A Dchew.c1271 new_d->word = word;
1272 new_d->next = root;
1273 root = new_d;
1275 new_d->code_length = 1;
1276 new_d->code_end = 0;
1277 return new_d;
1302 dict_type *new_d = newentry (name); local
1303 add_to_definition (new_d, func);
1304 add_to_definition (new_d, 0);
1313 add_to_definition (new_d, (stinst_type) (&(new_d->var)));
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/doc/
H A Dchew.c1271 new_d->word = word;
1272 new_d->next = root;
1273 root = new_d;
1275 new_d->code_length = 1;
1276 new_d->code_end = 0;
1277 return new_d;
1302 dict_type *new_d = newentry (name); local
1303 add_to_definition (new_d, func);
1304 add_to_definition (new_d, 0);
1313 add_to_definition (new_d, (stinst_type) (&(new_d->var)));
[all …]
/dports/devel/binutils/binutils-2.37/bfd/doc/
H A Dchew.c1318 new_d->word = word;
1319 new_d->next = root;
1320 root = new_d;
1322 new_d->code_length = 1;
1323 new_d->code_end = 0;
1324 return new_d;
1350 add_to_definition (new_d, func);
1351 add_to_definition (new_d, 0);
1358 dict_type *new_d = newentry (name); local
1360 add_to_definition (new_d, (stinst_type) (&(new_d->var)));
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/doc/
H A Dchew.c1285 new_d->word = word;
1286 new_d->next = root;
1287 root = new_d;
1289 new_d->code_length = 1;
1290 new_d->code_end = 0;
1291 return new_d;
1316 dict_type *new_d = newentry (name); local
1317 add_to_definition (new_d, func);
1318 add_to_definition (new_d, 0);
1327 add_to_definition (new_d, (stinst_type) (&(new_d->var)));
[all …]

1234567