| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmcstyle.c | 410 * is the same as the target. 439 * compound statement only if the target is the same as the 981 BOOLEAN Same; 1005 Same = AcpiDmIsTargetAnOperand (Target->Common.Value.Arg, 1007 if (!Same) 1018 Same = AcpiDmIsTargetAnOperand (Target->Common.Next, 1020 if (!Same)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineSSAUpdater.cpp | 99 bool Same = true; 104 Same = false; 108 if (Same) 131 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one 179 // Otherwise, if all the merged values are the same, just use it.
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| FileUtils.pm | 291 Same as C<qx> (but in scalar context), but fails on errors. 314 Same as C<system>, but fails on errors, and reports the C<@argv> 333 Same as C<xsystem>, but allows to pass a hint that will be displayed 377 'foO'> answer the same thing. Hence if a package distributes its own 381 files to be in the same directory (the two file names designate the 382 same file). 399 # so Automake doesn't spend all its time reading the same directory
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTDiagnostic.cpp | 223 /// 4) Two different types within the same diagnostic have the same output 247 continue; // Same types 250 continue; // Same canonical types 586 /// Same - Whether the two arguments evaluate to the same value. 587 bool Same = false; 726 /// SetSame - Sets the same flag of the current node. 727 void SetSame(bool Same) { 728 FlatTree[CurrentNode].Same = Same [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| MemorySSAUpdater.cpp | 205 // Phis are trivial if they are defined either by themselves, or all the same 222 MemoryAccess *Same = nullptr; 224 // If the same or self, good so far 225 if (Op == Phi || Op == Same) 227 // not the same, return the phi since it's not eliminatable by us 228 if (Same) 230 Same = cast<MemoryAccess>(&*Op); 233 if (Same == nullptr) 236 Phi->replaceAllUsesWith(Same); 242 return recursePhi(Same); [all...] |
| /src/usr.bin/make/unit-tests/ |
| varmod.mk | 32 # example, ${VAR:LAR=ALUE} and ${VAR:L:AR=ALUE} behave the same. 146 # In an indirect modifier, the delimiter is '\0', which at the same time marks 160 # means the same as an escaped '$'. 266 # Same when the modifier is the last modifier in an expression. 271 # Same when the modifier is the last modifier in an expression.
|
| var-op-sunsh.mk | 52 # There are two different syntactical elements that look exactly the same: 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
|
| var-op-expand.mk | 15 # operator has the same effect as the '=' assignment operator. 209 # Same as the test case above, except for the additional modifier ':tl' when
|
| varmod-match.mk | 128 # [c-a] matches the same as [a-c] 159 # Same as for '[[-]]': the character list stops at the first 174 # Only keep words that don't start with s and at the same time end with
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test035-meta | 250 dn: ou=Same as above,$BASEDN 253 ou: Same as above 267 dn: ou=Same as above,ou=Meta,$BASEDN 270 ou: Same as above 274 dn: cn=Added User,ou=Same as above,ou=Meta,$BASEDN 591 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 614 -s meta "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 639 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 662 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 687 -D "cn=Non-existing User,ou=Same as above,ou=Meta,$BASEDN" [all...] |
| test047-ldap | 250 dn: ou=Same as above,$BASEDN 253 ou: Same as above 267 dn: ou=Same as above,ou=Meta,$BASEDN 270 ou: Same as above 274 dn: cn=Added User,ou=Same as above,ou=Meta,$BASEDN 598 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 621 -s meta "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 651 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 675 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 700 -D "cn=Non-existing User,ou=Same as above,ou=Meta,$BASEDN" [all...] |
| test073-asyncmeta | 250 dn: ou=Same as above,$BASEDN 253 ou: Same as above 267 dn: ou=Same as above,ou=Meta,$BASEDN 270 ou: Same as above 274 dn: cn=Added User,ou=Same as above,ou=Meta,$BASEDN 542 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 566 -D "cn=Added User,ou=Same as above,ou=Meta,$BASEDN" \ 591 -D "cn=Non-existing User,ou=Same as above,ou=Meta,$BASEDN" \
|
| /src/external/lgpl3/gmp/dist/mpn/s390_32/esame/ |
| sqr_basecase.asm | 165 lr %r7, %r0 C Same as: l %r7, 12(,rp)
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| size_classes.sh | 298 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFDebugFrame.cpp | 49 UnwindLocation UnwindLocation::createSame() { return {Same}; } 91 case Same: 92 OS << "same"; 133 case Same:
|
| /src/external/bsd/openresolv/dist/ |
| resolvconf.in | 135 -L [\$PATTERN] Same as -l, but adjusted by our config 154 -V [\$PATTERN] Same as -v, but only uses configuration in 554 # If the length of m is the same as k/f then 1114 # -L is the same as -l, but post-processed from our config 1204 # Provide the same error messages as below 1477 # Run scripts in the same directory resolvconf is run from
|
| /src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| sqr_basecase.asm | 165 lgr %r7, %r0 C Same as: lg %r7, 24(,rp)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| div_qr_2u_pi1.asm | 52 define(`u0', `%rsi') dnl Same as rp, which is saved and restored.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugFrame.h | 44 Same, 86 /// register value might be in the same register but it wasn't specified in
|
| /src/external/bsd/nsd/dist/doc/ |
| differences.tex | 127 Number of packets the same after normalization:&1474863 \\ 128 Number of packets exactly the same on the wire:& 59161 \\ 141 packets that are the same on the wire. 166 Number of packets the same after normalization: & 90389 \\ 167 Number of packets exactly the same on the wire: & 52336 \\ 464 on the part of NSD to return version.server queries with the same answer. 541 Same as d-formerrquery (\ref{d-formerrquery}), but the implementation of the comparison 553 Same as d-formerrquery (\ref{d-formerrquery}), but for a different error. 631 binary the same on the wire between the two versions of NSD. 640 Number of packets the same after normalization:&2244590 \ [all...] |
| /src/distrib/syspkg/mk/ |
| bsd.syspkg.mk | 648 # Same goes for tags
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Decl.h | 296 /// namespace), it will return the same result as printName(). 317 /// in a diagnostic. It does not necessarily produce the same 328 /// a redeclaration of the same variable or function, but not if it is a 467 /// defined at. For normal labels, the location of the decl is the same as the 475 /// For normal labels, this is the same as the main declaration 999 /// declared in the same block scope. This controls whether we should merge 1473 /// was declared in the same block scope. Only correct in C++. 1479 void setPreviousDeclInSameBlockScope(bool Same) { 1481 NonParmVarDeclBits.PreviousDeclInSameBlockScope = Same; 3493 /// C does not have an analogous rule, but the same concept i [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaExprCXX.cpp | 297 // the second type-name is looked up in the same scope as the first. 313 // This looks in the same scopes as for an unqualified destructor name: 325 // we retain? (Same question for p->~type-name().) 904 // Virtual bases constitute the same subobject. Non-virtual bases are 2735 // same number of parameters and, after parameter transformations 3188 /// initializing deletee have the same array form. 4695 // or an array of unknown bound. But GCC actually imposes the same constraints 4897 // members of the same kind. Revisit this once the g++ bug is fixed. 5335 // Base and Derived are not unions and name the same class type without 5800 // to a data member is of the same value category as it [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib1funcs.S | 46 in the same input section like .libgcc.text.mul will be 50 though they are in the same input section and all same 288 ;; Same size as with the first alternative but avoids errata skip
|
| /src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| lib1funcs.S | 46 in the same input section like .libgcc.text.mul will be 50 though they are in the same input section and all same 293 ;; Same size as with the first alternative but avoids errata skip
|