Searched refs:duplicates (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/share/mk/
H A Dbsd.files.mk13 # Add in foo.yes and remove duplicates from all the groups
H A Dbsd.obj.mk55 # nested objdirs. This duplicates some auto.obj.mk logic.
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk212 # eliminate any duplicates - but don't mess with the order
216 # avoid duplicates
227 # avoid duplicates
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c169 INIT_LIST_HEAD(&new_entry->duplicates);
174 * it should be inserted to duplicates list
184 list_add_tail(&dqp->list, &new_entry->duplicates);
271 list_for_each_entry(dqp, &entry->duplicates, list) {
281 list_add_tail(&dqp->list, &entry->duplicates);
317 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) {
387 * Checking for duplicates */
391 if (list_empty(&entry->duplicates) ||
394 /* If there is only 1 entry in duplicates then
400 &entry->duplicates,
[all...]
H A Dmlx4.h467 struct list_head duplicates; member in struct:mlx4_steer_index
H A Dmlx4_main.c3036 &entry->duplicates,
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp707 std::vector<std::string> duplicates; local
714 if (auto ec = parser.parse(rf, duplicates))
720 // there are duplicates that are tolerated due to forceMultipleRes).
726 if (auto ec = parser.parse(rsf, f->getName(), duplicates))
731 parser.cleanUpManifests(duplicates);
733 for (const auto &dupeDiag : duplicates)
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc75 - Accidental duplicates, i.e. keywords for which the _asso_values[] search
135 duplicates, we can simply count the number of keywords on the list. */
953 we generate non-duplicates directly in the code. Only duplicates go
978 /* Deal with duplicates specially. */
1015 we generate non-duplicates directly in the code. Only duplicates go
1028 /* Deal with duplicates specially. */
1056 we generate non-duplicates directly in the code. Only duplicates g
1257 duplicate_entry *duplicates = new duplicate_entry[_total_duplicates]; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dopts.c1639 bool duplicates = false; local
1668 duplicates = true;
1673 if (duplicates)
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6685 unsigned int duplicates, k; local
6760 /* Get rid of the duplicates in la_list. */
6761 duplicates = 0;
6763 left = &la_list[k - 1 - duplicates];
6767 duplicates++;
6769 la_list[k - duplicates] = *right;
6771 la_list_len -= duplicates;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 382 milliseconds