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

/freebsd-11.0-release/share/mk/
H A Dbsd.files.mk15 # Add in foo.yes and remove duplicates from all the groups
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddpadd.mk208 # eliminate any duplicates - but don't mess with the order
212 # avoid duplicates
223 # avoid duplicates
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.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) {
389 * Checking for duplicates */
393 if (list_empty(&entry->duplicates) || members_count == 1) {
396 * If there is only 1 entry in duplicates than
402 &entry->duplicates,
[all...]
H A Dmlx4.h453 struct list_head duplicates; member in struct:mlx4_steer_index
H A Dmain.c3110 &entry->duplicates,
/freebsd-11.0-release/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.0-release/contrib/gcc/
H A Dopts.c1639 bool duplicates = false; local
1668 duplicates = true;
1673 if (duplicates)
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 334 milliseconds