| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | map.bench.cpp | 40 enum class Hint { Begin, Third, Correct, End }; enumerator 318 auto Third = *(Data.Hints[I].begin() + 2); in run() local 322 : hint == ::Hint::Third ? Third : Map.end(); in run() 437 auto Third = *(Data.Hints[I].begin() + 2); in run() local 441 : hint == ::Hint::Third ? Third : Map.end(); in run() 557 auto Third = *(Data.Hints[I].begin() + 2); in run() local 561 : hint == ::Hint::Third ? Third : Map.end(); in run() 677 auto Third = *(Data.Hints[I].begin() + 2); in run() local 681 : hint == ::Hint::Third ? Third : Map.end(); in run()
|
| /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| H A D | pptrtab.lk | 3 Third lookup: long int \* in the child points to a type of kind 1
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | convex | 26 # system. The Third marks the changing of the block size from 1K
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | paranoia.cc | 978 FLOAT Third; member 1156 Third = X - One; in main() 1157 F6 = Half - Third; in main() 1159 X = FABS (X - Third); in main() 1176 Third = F6 + F6; in main() 1177 X = Third - Half; in main() 1703 Random1 = Third; in main()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | paranoia.cc | 978 FLOAT Third; member 1156 Third = X - One; in main() 1157 F6 = Half - Third; in main() 1159 X = FABS (X - Third); in main() 1176 Third = F6 + F6; in main() 1177 X = Third - Half; in main() 1703 Random1 = Third; in main()
|
| /netbsd-src/external/bsd/libevent/dist/cmake/ |
| H A D | Copyright.txt | 39 for details. Third-party software packages supplied with CMake under
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ |
| H A D | NTMakefile | 40 # Third party plugins must be added to the assembly
|
| /netbsd-src/external/bsd/kyua-cli/dist/examples/ |
| H A D | Kyuafile.top | 36 -- extension has been dropped). Third-party packages install tests as
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Overload.h | 274 ImplicitConversionKind Third : 8; variable 358 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | echoing | 18 ."for. Third, we give the clean target again except this time\n"
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| H A D | k3-am64.dtsi | 73 <0x00 0x20000000 0x00 0x20000000 0x00 0x0a008000>, /* Third peripheral window */
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| H A D | morestack.S | 113 # Third parameter is address of function meat - address of parameter 388 # Third parameter is address of function meat - address of parameter
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| H A D | morestack.S | 111 # Third parameter is address of function meat - address of parameter 386 # Third parameter is address of function meat - address of parameter
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 58 Third and further args are passed on the stack. No padding is used,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 58 Third and further args are passed on the stack. No padding is used,
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/ |
| H A D | LICENSE.TXT | 79 Copyrights and Licenses for Third Party Software Distributed with LLVM:
|
| /netbsd-src/external/bsd/ipf/dist/etc/ |
| H A D | protocols | 34 3pc 34 3PC # Third Party Connect Protocol
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ |
| H A D | LICENSE.TXT | 79 Copyrights and Licenses for Third Party Software Distributed with LLVM:
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
| H A D | LICENSE.TXT | 79 Copyrights and Licenses for Third Party Software Distributed with LLVM:
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1861 Expr *Third, Stmt *Body) { in CheckForLoopConditionalStatement() argument 1887 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement() 2039 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { in CheckForRedundantIteration() argument 2041 if (!Body || !Third) return; in CheckForRedundantIteration() 2044 Third->getBeginLoc())) in CheckForRedundantIteration() 2056 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 2142 Expr *Third = third.release().getAs<Expr>(); in ActOnForStmt() local 2147 ForStmt(Context, First, Second.get().second, Second.get().first, Third, in ActOnForStmt()
|
| H A D | SemaOverload.cpp | 196 Third = ICK_Identity; in setAsIdentityConversion() 218 if (GetConversionRank(Third) > Rank) in getRank() 219 Rank = GetConversionRank(Third); in getRank() 509 if (Third != ICK_Identity) { in dump() 513 OS << GetImplicitConversionName(Third); in dump() 526 if (Before.First || Before.Second || Before.Third) { in dump() 534 if (After.First || After.Second || After.Third) { in dump() 1801 SCS.Third = ICK_Qualification; in IsStandardConversion() 1963 SCS.Third = ICK_Function_Conversion; in IsStandardConversion() 1966 SCS.Third = ICK_Qualification; in IsStandardConversion() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | NOTES.UNIX | 102 Third-party applications dynamically linked with OpenSSL (or any other)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| H A D | NOTES-UNIX.md | 100 Third-party applications dynamically linked with OpenSSL (or any other)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 931 AsmToken Third = Lexer.peekTok(); in isLabel() local 938 Third.getString().lower() == "sat") in isLabel() 945 StringRef Raw(String.data(), Third.getString().data() - String.data() + in isLabel() 946 Third.getString().size()); in isLabel()
|
| /netbsd-src/share/misc/ |
| H A D | bsd-family-tree | 8 Third Edition (V3) 508 Third Edition 1973-02-xx [QCU]
|