Searched refs:duplicate (Results 1 - 25 of 65) sorted by relevance

123

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_sdma.c188 bool duplicate)
194 if (duplicate)
203 u32 instance, bool duplicate)
226 if ((duplicate && instance) || (!duplicate && version_major > 1)) {
235 if (duplicate) {
249 if (!duplicate && (instance != i))
288 amdgpu_sdma_destroy_inst_ctx(adev, duplicate);
187 amdgpu_sdma_destroy_inst_ctx(struct amdgpu_device *adev, bool duplicate) argument
202 amdgpu_sdma_init_microcode(struct amdgpu_device *adev, u32 instance, bool duplicate) argument
H A Damdgpu_sdma.h169 bool duplicate);
171 bool duplicate);
/openbsd-current/gnu/llvm/lld/MachO/
H A DSymbolTable.cpp388 for (const auto &duplicate : dupSymDiags) {
389 if (!config->deadStripDuplicates || duplicate.sym->isLive()) {
391 "duplicate symbol: " + toString(*duplicate.sym) + "\n>>> defined in ";
392 if (!duplicate.src1.first.empty())
393 message += duplicate.src1.first + "\n>>> ";
394 message += duplicate.src1.second + "\n>>> defined in ";
395 if (!duplicate.src2.first.empty())
396 message += duplicate.src2.first + "\n>>> ";
397 error(message + duplicate
[all...]
/openbsd-current/usr.sbin/sasyncd/
H A Dconf.y175 int duplicate = 0;
180 duplicate++;
183 if (duplicate)
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dvars.pm77 cannot duplicate the effect of package lexicals (total transparency
H A Ddiagnostics.pm57 descriptions found in L<perldiag>) are only displayed once (no duplicate
59 allowing duplicate user messages to be displayed.
/openbsd-current/regress/sbin/ifconfig/
H A DMakefile99 REGRESS_TARGETS += run-ether-duplicate
100 run-ether-duplicate:
123 REGRESS_TARGETS += run-ether-alias-duplicate
124 run-ether-alias-duplicate:
340 REGRESS_TARGETS += run-ether-ifaddr-duplicate
341 run-ether-ifaddr-duplicate:
412 REGRESS_TARGETS += run-ether-inet6-duplicate
413 run-ether-inet6-duplicate:
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py80 # filter out duplicate entries from both
81 duplicate = duplicate_check(entry_hash)
84 if os.path.exists(entry['file']) and not duplicate(entry))
H A Dreport.py272 duplicate = duplicate_check(
283 if not duplicate(bug):
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.h229 char duplicate;
228 char duplicate; member in struct:bp_location
H A Dbreakpoint.c791 if (bpt->inserted || bpt->duplicate)
1488 && !b->duplicate)
1535 && !b->duplicate)
1560 && !b->duplicate)
1571 && !b->duplicate)
3830 breakpoints of any of these types to be a duplicate of an actual
3892 b->duplicate = count > 1;
3900 perm_bp->duplicate = 0;
3924 b->duplicate = 1;
4383 !b->loc->duplicate
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D001-basic.t209 qr/Warning: duplicate function definition 'do' detected in \Q$filename\E/,
210 "No 'duplicate function definition' warning observed in $filename";
221 qr/Warning: duplicate function definition 'do' detected in \Q$filename\E/,
222 "No 'duplicate function definition' warning observed in $filename";
261 . "Warning: Conflicting duplicate alias 'pox' changes"
307 "Warning: Conflicting duplicate alias 'pox' changes"
/openbsd-current/usr.bin/diff3/
H A Ddiff3prog.c125 int duplicate(struct range *, struct range *);
360 dup = duplicate(&d1->old,&d2->old);
408 * It is to be printed only if it does not duplicate something to be
482 duplicate(struct range *r1, struct range *r2) function
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c671 tree duplicate; local
688 CASE_LABEL_DECL (case_label), &duplicate); local
H A Dstmt.c2005 error ("duplicate asm operand name '%s'",
4589 If VALUE is a duplicate or overlaps, return 2 and do nothing
4590 except store the (first) duplicate node in *DUPLICATE.
4598 pushcase (value, converter, label, duplicate)
4602 tree *duplicate;
4635 return add_case_node (value, value, label, duplicate);
4648 pushcase_range (value1, value2, converter, label, duplicate)
4652 tree *duplicate;
4704 return add_case_node (value1, value2, label, duplicate);
4712 add_case_node (low, high, label, duplicate)
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dipa-inline.c116 cgraph_clone_inlined_nodes (struct cgraph_edge *e, bool duplicate, bool update_original) argument
118 if (duplicate)
129 duplicate = false;
148 cgraph_clone_inlined_nodes (e, duplicate, update_original);
1025 /* Verify that we won't duplicate the caller. */
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DTestBridge.pm46 E_DUPKEY => qr{\QCPAN::Meta::YAML found a duplicate key},
/openbsd-current/usr.bin/cvs/
H A Ddiff3.c133 static int duplicate(struct range *, struct range *);
605 dpl = duplicate(&d1->old,&d2->old);
657 * It is to be printed only if it does not duplicate something to be
731 duplicate(struct range *r1, struct range *r2) function
/openbsd-current/usr.bin/rcs/
H A Ddiff3.c132 static int duplicate(struct range *, struct range *);
700 dpl = duplicate(&d1->old,&d2->old);
752 * It is to be printed only if it does not duplicate something to be
826 duplicate(struct range *r1, struct range *r2) function
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1947 // Second pass - remove all duplicate clock states
1949 bool duplicate = true; local
1952 duplicate = false;
1954 duplicate = false;
1956 duplicate = false;
1958 duplicate = false;
1960 duplicate = false;
1962 duplicate = false;
1964 duplicate = false;
1966 duplicate
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/ExtUtils/
H A DXSSymSet.pm93 warn "Warning: duplicate symbol $trimmed\n\tchanged to ${trimmed}_$i\n\t(original was $sym)\n\t"
196 shorten it by removing duplicate characters, then by periodically
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dste.c2680 tree duplicate;
2707 pushok = pushcase (NULL_TREE, 0, tlabel, &duplicate);
2723 tlabel, &duplicate);
2726 pushok = pushcase (texprlow, convert, tlabel, &duplicate);
2730 ffebad_start_msg ("SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)",
2895 tree duplicate;
2916 pushok = pushcase (value, convert, tlabel, &duplicate);
4330 tree duplicate;
4343 pushok = pushcase (value, convert, tlabel, &duplicate);
2679 tree duplicate; local
2894 tree duplicate; local
4329 tree duplicate; local
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c2627 tree duplicate; local
2630 &duplicate) == 2)
3083 tree duplicate, label; \
3093 pushcase (value, convert, label, &duplicate); \
3097 pushcase (NULL_TREE, 0, label, &duplicate); \
3106 tree duplicate, label; \
3116 pushcase (value, convert, label, &duplicate); \
3120 pushcase (NULL_TREE, 0, label, &duplicate); \
3247 /* duplicate code from LOAD macro */ \
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dunidump159 -v prints the duplicate line as is. Without this option,
/openbsd-current/gnu/usr.bin/perl/dist/lib/
H A Dlib_pm.PL206 To avoid memory leaks, all trailing duplicate entries in @INC are

Completed in 412 milliseconds

123