Home
last modified time | relevance | path

Searched refs:is_dup (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/devel/p5-CPAN-Reporter/CPAN-Reporter-1.2018/t/
H A D62_duplicate_reports.t50 is_dup => 0,
60 is_dup => 1,
70 is_dup => 0,
80 is_dup => 0,
90 is_dup => 1,
100 is_dup => 0,
110 is_dup => 0,
120 is_dup => 1,
131 is_dup => 0,
141 is_dup => 0,
[all …]
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Dusersymbols.c349 bool is_dup; in icem_cands_debug()
356 is_dup = FALSE; in icem_cands_debug()
364 is_dup = TRUE; in icem_cands_debug()
371 if ( ( curr->alias != NULL ) || is_dup ) in icem_cands_debug()
385 if ( is_dup ) in icem_cands_debug()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/compiler/
H A Ducfun.cc101 if (cur_scope->is_dup(nm)) in add_symbol()
119 if (cur_scope->is_dup(nm)) in add_symbol()
137 if (cur_scope->is_dup(nm)) in add_symbol()
172 if (cur_scope->is_dup(nm)) in add_alias()
191 if (cur_scope->is_dup(nm)) in add_alias()
211 if (cur_scope->is_dup(nm)) in add_alias()
227 if (cur_scope->is_dup(nm)) in add_static()
310 if (globals.is_dup(nm)) in add_global_int_const_symbol()
325 if (globals.is_dup(nm)) in add_global_static()
342 if (globals.is_dup(nm)) in add_global_static()
[all …]
H A Ducclass.cc70 if (scope.is_dup(nm)) in add_symbol()
88 if (scope.is_dup(nm)) in add_symbol()
106 if (scope.is_dup(nm)) in add_alias()
125 if (scope.is_dup(nm)) in add_alias()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A DnewPrecond_cube.c75 static DUPS *is_dup; local
421 if (is_dup[j].sign == 0)
427 is_dup[j].sign, meshmat[i][is_dup[j].dup]);
536 cx_invert_dup(mat, size, is_dup) in cx_invert_dup() argument
539 DUPS *is_dup;
584 DUPS *is_dup;
592 is_dup[i].sign = 0;
595 if (is_dup[i].sign == 0) {
597 if (is_dup[j].sign == 0) {
613 is_dup[j].sign = sign;
[all …]
H A DPrecond.c83 static DUPS *is_dup; local
504 if (is_dup[j].sign == 0)
510 is_dup[j].sign, meshmat[i][is_dup[j].dup]);
639 cx_invert_dup(mat, size, is_dup) in cx_invert_dup() argument
642 DUPS *is_dup;
687 DUPS *is_dup;
695 is_dup[i].sign = 0;
698 if (is_dup[i].sign == 0) {
700 if (is_dup[j].sign == 0) {
716 is_dup[j].sign = sign;
[all …]
H A DbigmeshPre.c80 static DUPS *is_dup; local
160 CALLOC(is_dup, maxsize, DUPS, ON, IND);
324 mark_dup_mesh(Mlist, meshnum, meshsize, is_dup, findx);
337 cx_invert_dup(meshmat, meshsize, is_dup);
368 if (is_dup[j].sign == 0)
374 is_dup[j].sign, meshmat[i][is_dup[j].dup]);
/dports/misc/vifm/vifm-0.11/src/
H A Dfops_rename.c55 static int perform_renaming(view_t *view, char *files[], char is_dup[], int len,
168 char *is_dup; in fops_rename() local
200 is_dup = calloc(nfiles, 1); in fops_rename()
201 if(is_dup == NULL) in fops_rename()
224 fops_is_rename_list_ok(files, is_dup, nfiles, list)) in fops_rename()
226 const int renamed = perform_renaming(view, files, is_dup, nfiles, list); in fops_rename()
238 free(is_dup); in fops_rename()
289 perform_renaming(view_t *view, char *files[], char is_dup[], int len, in perform_renaming() argument
327 if(!is_dup[i]) in perform_renaming()
358 is_dup[i] ? OP_MOVETMP1 : OP_MOVE, 1, NULL) == 0) in perform_renaming()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Ddup2.c218 insert_relation_in_dup_hashtable (earlyparsed_relation_srcptr rel, unsigned int *is_dup) in insert_relation_in_dup_hashtable() argument
268 *is_dup = 1; in insert_relation_in_dup_hashtable()
272 *is_dup = 0; in insert_relation_in_dup_hashtable()
284 rel->b, i, j, old_i, h, *is_dup); in insert_relation_in_dup_hashtable()
419 unsigned int is_dup; in hash_renumbered_rels() local
423 uint64_t i = insert_relation_in_dup_hashtable (rel, &is_dup); in hash_renumbered_rels()
428 if (is_dup && count++ < 10) in hash_renumbered_rels()
453 unsigned int is_dup; in thread_dup2() local
458 i = insert_relation_in_dup_hashtable (rel, &is_dup); in thread_dup2()
459 if (!is_dup) { in thread_dup2()
/dports/biology/py-ete3/ete3-3.1.2/ete3/phylo/
H A Dphylotree.py63 def is_dup(n): function
96 if is_dup(n):
157 if is_dup(n):
204 if is_dup(node):
212 for _n in node.iter_leaves(is_leaf_fn=is_dup):
213 if is_dup(_n):
274 def is_dup(n): function
278 if is_dup(n):
284 for _n in n.iter_leaves(is_leaf_fn=is_dup):
285 if is_dup(_n):
/dports/devel/binutils/binutils-2.37/ld/
H A Ddeffilep.y671 int *is_dup) in def_file_add_export() argument
683 *is_dup = 0; in def_file_add_export()
688 if (*is_dup != 0) in def_file_add_export()
844 *is_dup = 0; in def_file_add_import()
883 int is_dup; in def_file_add_import_from() local
888 is_dup = 0; in def_file_add_import_from()
892 if (is_dup != 0) in def_file_add_import_from()
1161 int is_dup = 0; in def_exports() local
1174 if (is_dup) in def_exports()
1197 int is_dup = 0; in def_import() local
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/ld/
H A Ddeffilep.y671 int *is_dup) in def_file_add_export() argument
683 *is_dup = 0; in def_file_add_export()
688 if (*is_dup != 0) in def_file_add_export()
844 *is_dup = 0; in def_file_add_import()
883 int is_dup; in def_file_add_import_from() local
888 is_dup = 0; in def_file_add_import_from()
892 if (is_dup != 0) in def_file_add_import_from()
1161 int is_dup = 0; in def_exports() local
1174 if (is_dup) in def_exports()
1197 int is_dup = 0; in def_import() local
[all …]
/dports/devel/gnulibiberty/binutils-2.37/ld/
H A Ddeffilep.y671 int *is_dup) in def_file_add_export() argument
683 *is_dup = 0; in def_file_add_export()
688 if (*is_dup != 0) in def_file_add_export()
844 *is_dup = 0; in def_file_add_import()
883 int is_dup; in def_file_add_import_from() local
888 is_dup = 0; in def_file_add_import_from()
892 if (is_dup != 0) in def_file_add_import_from()
1161 int is_dup = 0; in def_exports() local
1174 if (is_dup) in def_exports()
1197 int is_dup = 0; in def_import() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c70 table->is_dup[i] = false; in mlx4_init_mac_table()
84 table->is_dup[i] = false; in mlx4_init_vlan_table()
865 t2->is_dup[i] = true; in mlx4_bond_mac_table()
869 t1->is_dup[i] = true; in mlx4_bond_mac_table()
872 t1->is_dup[i] = true; in mlx4_bond_mac_table()
873 t2->is_dup[i] = true; in mlx4_bond_mac_table()
919 t1->is_dup[i] = false; in mlx4_unbond_mac_table()
924 t2->is_dup[i] = false; in mlx4_unbond_mac_table()
972 t2->is_dup[i] = true; in mlx4_bond_vlan_table()
976 t1->is_dup[i] = true; in mlx4_bond_vlan_table()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c70 table->is_dup[i] = false; in mlx4_init_mac_table()
84 table->is_dup[i] = false; in mlx4_init_vlan_table()
865 t2->is_dup[i] = true; in mlx4_bond_mac_table()
869 t1->is_dup[i] = true; in mlx4_bond_mac_table()
872 t1->is_dup[i] = true; in mlx4_bond_mac_table()
873 t2->is_dup[i] = true; in mlx4_bond_mac_table()
919 t1->is_dup[i] = false; in mlx4_unbond_mac_table()
924 t2->is_dup[i] = false; in mlx4_unbond_mac_table()
972 t2->is_dup[i] = true; in mlx4_bond_vlan_table()
976 t1->is_dup[i] = true; in mlx4_bond_vlan_table()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c70 table->is_dup[i] = false; in mlx4_init_mac_table()
84 table->is_dup[i] = false; in mlx4_init_vlan_table()
865 t2->is_dup[i] = true; in mlx4_bond_mac_table()
869 t1->is_dup[i] = true; in mlx4_bond_mac_table()
872 t1->is_dup[i] = true; in mlx4_bond_mac_table()
873 t2->is_dup[i] = true; in mlx4_bond_mac_table()
919 t1->is_dup[i] = false; in mlx4_unbond_mac_table()
924 t2->is_dup[i] = false; in mlx4_unbond_mac_table()
972 t2->is_dup[i] = true; in mlx4_bond_vlan_table()
976 t1->is_dup[i] = true; in mlx4_bond_vlan_table()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/bindings/python/
H A Dtopsort.py371 is_dup = False
374 is_dup = True
376 if not is_dup:
/dports/databases/db5/db-5.3.28/src/rep/
H A Drep_log.c255 int is_dup, master, ret; local
258 is_dup = ret = 0;
264 ret = __rep_apply(env, ip, rp, rec, ret_lsnp, &is_dup, &last_lsn);
286 if (is_dup)
413 int is_dup, ret, save_ret; local
436 is_dup = ret = save_ret = 0;
473 if (is_dup && LOG_COMPARE(&tmprp.lsn, &next_new_lsn) < 0) {
479 is_dup = 0;
481 &tmprp, &logrec, &tmp_lsn, &is_dup, last_lsnp);
484 ret, is_dup, (u_long)tmp_lsn.file, (u_long)tmp_lsn.offset));
[all …]
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep_log.c250 int is_dup, master, ret; local
253 is_dup = ret = 0;
259 ret = __rep_apply(env, ip, rp, rec, ret_lsnp, &is_dup, &last_lsn);
281 if (is_dup)
408 int is_dup, ret, save_ret; local
431 is_dup = ret = save_ret = 0;
458 if (is_dup && LOG_COMPARE(&tmprp.lsn, &next_new_lsn) < 0) {
464 is_dup = 0;
466 &tmprp, &logrec, &tmp_lsn, &is_dup, last_lsnp);
469 ret, is_dup, (u_long)tmp_lsn.file, (u_long)tmp_lsn.offset));
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/
H A Ddeffilep.y680 int *is_dup) in def_file_add_export() argument
692 *is_dup = 0; in def_file_add_export()
697 if (*is_dup != 0) in def_file_add_export()
826 int *is_dup) in def_file_add_import() argument
833 *is_dup = 0; in def_file_add_import()
838 if (*is_dup != 0) in def_file_add_import()
1095 int is_dup = 0; in def_exports() local
1104 its_name, &is_dup); in def_exports()
1108 if (is_dup) in def_exports()
1131 int is_dup = 0; in def_import() local
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/
H A Ddeffilep.y680 int *is_dup) in def_file_add_export() argument
692 *is_dup = 0; in def_file_add_export()
697 if (*is_dup != 0) in def_file_add_export()
826 int *is_dup) in def_file_add_import() argument
833 *is_dup = 0; in def_file_add_import()
838 if (*is_dup != 0) in def_file_add_import()
1095 int is_dup = 0; in def_exports() local
1104 its_name, &is_dup); in def_exports()
1108 if (is_dup) in def_exports()
1131 int is_dup = 0; in def_import() local
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/sources/
H A Drb-transfer-target.c280 gboolean is_dup; in rb_transfer_target_check_duplicate() local
304 is_dup = gtk_tree_model_get_iter_first (GTK_TREE_MODEL (query_model), &iter); in rb_transfer_target_check_duplicate()
308 if (is_dup) { in rb_transfer_target_check_duplicate()
312 return is_dup; in rb_transfer_target_check_duplicate()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Dcerthash.c63 int is_dup;
416 entry->is_dup = 1;
445 if (cert->is_dup == 1)
450 if (crl->is_dup == 1)
457 if (cert->is_dup == 1 || cert->reference != NULL)
463 if (crl->is_dup == 1 || crl->reference != NULL)
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Dcerthash.c64 int is_dup; member
417 entry->is_dup = 1; in certhash_index()
446 if (cert->is_dup == 1) in certhash_merge()
451 if (crl->is_dup == 1) in certhash_merge()
458 if (cert->is_dup == 1 || cert->reference != NULL) in certhash_merge()
464 if (crl->is_dup == 1 || crl->reference != NULL) in certhash_merge()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Dcerthash.c64 int is_dup; member
417 entry->is_dup = 1; in certhash_index()
446 if (cert->is_dup == 1) in certhash_merge()
451 if (crl->is_dup == 1) in certhash_merge()
458 if (cert->is_dup == 1 || cert->reference != NULL) in certhash_merge()
464 if (crl->is_dup == 1 || crl->reference != NULL) in certhash_merge()

1234567