| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/ |
| H A D | Format.h | 3249 bool operator==(const FormatStyle &R) const { 3250 return AccessModifierOffset == R.AccessModifierOffset && 3251 AlignAfterOpenBracket == R.AlignAfterOpenBracket && 3252 AlignConsecutiveAssignments == R.AlignConsecutiveAssignments && 3253 AlignConsecutiveBitFields == R.AlignConsecutiveBitFields && 3254 AlignConsecutiveDeclarations == R.AlignConsecutiveDeclarations && 3255 AlignConsecutiveMacros == R.AlignConsecutiveMacros && 3256 AlignEscapedNewlines == R.AlignEscapedNewlines && 3257 AlignOperands == R.AlignOperands && 3258 AlignTrailingComments == R.AlignTrailingComments && [all …]
|
| /netbsd-src/common/lib/libc/hash/rmd160/ |
| H A D | rmd160.c | 101 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro 209 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 210 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 211 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 212 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 213 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 214 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() 215 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform() 216 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform() 217 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | rmd160.c | 83 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro 187 R(a, b, c, d, e, F0, K0, 11, 0); in netpgpv_RMD160Transform() 188 R(e, a, b, c, d, F0, K0, 14, 1); in netpgpv_RMD160Transform() 189 R(d, e, a, b, c, F0, K0, 15, 2); in netpgpv_RMD160Transform() 190 R(c, d, e, a, b, F0, K0, 12, 3); in netpgpv_RMD160Transform() 191 R(b, c, d, e, a, F0, K0, 5, 4); in netpgpv_RMD160Transform() 192 R(a, b, c, d, e, F0, K0, 8, 5); in netpgpv_RMD160Transform() 193 R(e, a, b, c, d, F0, K0, 7, 6); in netpgpv_RMD160Transform() 194 R(d, e, a, b, c, F0, K0, 9, 7); in netpgpv_RMD160Transform() 195 R(c, d, e, a, b, F0, K0, 11, 8); in netpgpv_RMD160Transform() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | RecordPrinter.cpp | 15 Error RecordPrinter::visit(BufferExtents &R) { in visit() argument 16 OS << formatv("<Buffer: size = {0} bytes>", R.size()) << Delim; in visit() 20 Error RecordPrinter::visit(WallclockRecord &R) { in visit() argument 21 OS << formatv("<Wall Time: seconds = {0}.{1,0+6}>", R.seconds(), R.nanos()) in visit() 26 Error RecordPrinter::visit(NewCPUIDRecord &R) { in visit() argument 27 OS << formatv("<CPU: id = {0}, tsc = {1}>", R.cpuid(), R.tsc()) << Delim; in visit() 31 Error RecordPrinter::visit(TSCWrapRecord &R) { in visit() argument 32 OS << formatv("<TSC Wrap: base = {0}>", R.tsc()) << Delim; in visit() 36 Error RecordPrinter::visit(CustomEventRecord &R) { in visit() argument 39 R.tsc(), R.cpu(), R.size(), R.data()) in visit() [all …]
|
| H A D | FDRTraceWriter.cpp | 79 Error FDRTraceWriter::visit(BufferExtents &R) { in visit() argument 80 return writeMetadata<7u>(OS, R.size()); in visit() 83 Error FDRTraceWriter::visit(WallclockRecord &R) { in visit() argument 84 return writeMetadata<4u>(OS, R.seconds(), R.nanos()); in visit() 87 Error FDRTraceWriter::visit(NewCPUIDRecord &R) { in visit() argument 88 return writeMetadata<2u>(OS, R.cpuid(), R.tsc()); in visit() 91 Error FDRTraceWriter::visit(TSCWrapRecord &R) { in visit() argument 92 return writeMetadata<3u>(OS, R.tsc()); in visit() 95 Error FDRTraceWriter::visit(CustomEventRecord &R) { in visit() argument 96 if (auto E = writeMetadata<5u>(OS, R.size(), R.tsc(), R.cpu())) in visit() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| H A D | check-kadmin.in | 44 R=TEST.H5L.SE 52 kadmin="${kadmin} -r $R" 78 ${R} || exit 1 80 ${kadmin} -l add -p foo --use-defaults foo/admin@${R} || exit 1 81 ${kadmin} -l add -p foo --use-defaults bar@${R} || exit 1 82 ${kadmin} -l add -p foo --use-defaults baz@${R} || exit 1 83 ${kadmin} -l add -p foo --use-defaults bez@${R} || exit 1 84 ${kadmin} -l add -p foo --use-defaults fez@${R} || exit 1 85 ${kadmin} -l add -p foo --use-defaults hasalias@${R} || exit 1 86 ${kadmin} -l add -p foo --use-defaults pkinit@${R} || exit 1 [all …]
|
| H A D | check-kdc.in | 48 R=TEST.H5L.SE 58 H1=H1.$R 59 H2=H2.$R 63 r=`echo "$R" | tr '[A-Z]' '[a-z]'` 72 kadmin="${kadmin} -l -r $R" 91 ps="proxy-service@${R}" 114 ${R} || exit 1 188 ${kadmin} cpw -r krbtgt/${R}@${R} || exit 1 189 ${kadmin} cpw -r krbtgt/${R}@${R} || exit 1 190 ${kadmin} cpw -r krbtgt/${R}@${R} || exit 1 [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
| H A D | check-aliases.in | 47 R=TEST.H5L.SE 65 ${R} || exit 1 68 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1 69 ${kadmin} modify --alias=foo-alias1@${R} --alias=foo-alias2@${R} foo@${R} || exit 1 72 ${kadmin} add -p foo --use-defaults bar@${R} || exit 1 73 ${kadmin} modify --alias=bar-alias1@${R} bar@${R} || exit 1 78 ${kadmin} modify --alias=foo-alias1@${R} bar@${R} 2>/dev/null && exit 1 79 ${kadmin} modify --alias=foo@${R} bar@${R} 2>/dev/null && exit 1 80 ${kadmin} modify --alias=foo@${R} baz@${R} 2>/dev/null && exit 1 83 ${kadmin} rename bar${R} foo-alias1${R} 2>/dev/null && exit 1 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 23 static std::string getOptionName(const Record &R) { in getOptionName() argument 25 if (isa<UnsetInit>(R.getValueInit("EnumName"))) in getOptionName() 26 return std::string(R.getName()); in getOptionName() 28 return std::string(R.getValueAsString("EnumName")); in getOptionName() 38 static std::string getOptionSpelling(const Record &R, size_t &PrefixLength) { in getOptionSpelling() argument 39 std::vector<StringRef> Prefixes = R.getValueAsListOfStrings("Prefixes"); in getOptionSpelling() 40 StringRef Name = R.getValueAsString("Name"); in getOptionSpelling() 51 static std::string getOptionSpelling(const Record &R) { in getOptionSpelling() argument 53 return getOptionSpelling(R, PrefixLength); in getOptionSpelling() 56 static void emitNameUsingSpelling(raw_ostream &OS, const Record &R) { in emitNameUsingSpelling() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 27 static std::string getPackageFullName(const Record *R); 29 static std::string getParentPackageFullName(const Record *R) { in getParentPackageFullName() argument 31 if (DefInit *DI = dyn_cast<DefInit>(R->getValueInit("ParentPackage"))) in getParentPackageFullName() 36 static std::string getPackageFullName(const Record *R) { in getPackageFullName() argument 37 std::string name = getParentPackageFullName(R); in getPackageFullName() 40 assert(!R->getValueAsString("PackageName").empty()); in getPackageFullName() 41 name += R->getValueAsString("PackageName"); in getPackageFullName() 45 static std::string getCheckerFullName(const Record *R) { in getCheckerFullName() argument 46 std::string name = getParentPackageFullName(R); in getCheckerFullName() 49 assert(!R->getValueAsString("CheckerName").empty()); in getCheckerFullName() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | verify.h | 176 #define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ argument 177 (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) 187 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument 188 _gl_verify_type<(R) ? 1 : -1> 190 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument 192 _Static_assert (R, DIAGNOSTIC); \ 196 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument 197 struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } 211 # define _GL_VERIFY(R, DIAGNOSTIC, ...) static_assert (R, DIAGNOSTIC) argument 213 # define _GL_VERIFY(R, DIAGNOSTIC, ...) _Static_assert (R, DIAGNOSTIC) argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | avx512erintrin.h | 17 #define _mm512_exp2a23_round_pd(A, R) \ argument 20 (__mmask8)-1, (int)(R)) 22 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) \ argument 25 (int)(R)) 27 #define _mm512_maskz_exp2a23_round_pd(M, A, R) \ argument 30 (__mmask8)(M), (int)(R)) 41 #define _mm512_exp2a23_round_ps(A, R) \ argument 44 (__mmask16)-1, (int)(R)) 46 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) \ argument 49 (int)(R)) [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | fsrw_example.txt | 8 sc-read . R 8192 0 /extra1/50k 9 fop_read . R 8192 0 /extra1/50k 10 disk_io cmdk0 R 8192 0 /extra1/50k 11 disk_ra cmdk0 R 8192 8 /extra1/50k 12 sc-read . R 8192 8 /extra1/50k 13 fop_read . R 8192 8 /extra1/50k 14 disk_ra cmdk0 R 34816 16 /extra1/50k 15 sc-read . R 8192 16 /extra1/50k 16 fop_read . R 8192 16 /extra1/50k 17 sc-read . R 8192 24 /extra1/50k [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | fsrw_example.txt | 8 sc-read . R 8192 0 /extra1/50k 9 fop_read . R 8192 0 /extra1/50k 10 disk_io cmdk0 R 8192 0 /extra1/50k 11 disk_ra cmdk0 R 8192 8 /extra1/50k 12 sc-read . R 8192 8 /extra1/50k 13 fop_read . R 8192 8 /extra1/50k 14 disk_ra cmdk0 R 34816 16 /extra1/50k 15 sc-read . R 8192 16 /extra1/50k 16 fop_read . R 8192 16 /extra1/50k 17 sc-read . R 8192 24 /extra1/50k [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper() 23 static void push(SmallVectorImpl<uint64_t> &R, StringRef Str) { in push() argument 24 append_range(R, Str); in push() 28 SmallVectorImpl<uint64_t> &R, StringRef Str) { in setRecordName() argument 29 R.clear(); in setRecordName() 30 R.push_back(RecordID); in setRecordName() 31 push(R, Str); in setRecordName() 32 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETRECORDNAME, R); in setRecordName() 36 SmallVectorImpl<uint64_t> &R, StringRef Str) { in initBlock() argument 37 R.clear(); in initBlock() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | sha1.c | 314 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() macro 331 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block() 332 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block() 333 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block() 334 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block() 335 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block() 336 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block() 337 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block() 338 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block() 339 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | sha1.c | 310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() macro 327 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block() 328 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block() 329 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block() 330 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block() 331 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block() 332 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block() 333 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block() 334 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block() 335 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | sha1.c | 314 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() macro 331 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block() 332 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block() 333 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block() 334 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block() 335 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block() 336 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block() 337 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block() 338 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block() 339 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| H A D | op-4.h | 162 #define _FP_FRAC_ADD_4(R, X, Y) \ argument 163 __FP_FRAC_ADD_4 (R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ 167 #define _FP_FRAC_SUB_4(R, X, Y) \ argument 168 __FP_FRAC_SUB_4 (R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ 213 #define _FP_FRAC_CLZ_4(R, X) \ argument 217 __FP_CLZ ((R), X##_f[3]); \ 220 __FP_CLZ ((R), X##_f[2]); \ 221 (R) += _FP_W_TYPE_SIZE; \ 225 __FP_CLZ ((R), X##_f[1]); \ 226 (R) += _FP_W_TYPE_SIZE*2; \ [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| H A D | op-4.h | 162 #define _FP_FRAC_ADD_4(R, X, Y) \ argument 163 __FP_FRAC_ADD_4 (R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ 167 #define _FP_FRAC_SUB_4(R, X, Y) \ argument 168 __FP_FRAC_SUB_4 (R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ 213 #define _FP_FRAC_CLZ_4(R, X) \ argument 217 __FP_CLZ ((R), X##_f[3]); \ 220 __FP_CLZ ((R), X##_f[2]); \ 221 (R) += _FP_W_TYPE_SIZE; \ 225 __FP_CLZ ((R), X##_f[1]); \ 226 (R) += _FP_W_TYPE_SIZE*2; \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 157 Replacements::getReplacementInChangedCode(const Replacement &R) const { in getReplacementInChangedCode() 158 unsigned NewStart = getShiftedCodePosition(R.getOffset()); in getReplacementInChangedCode() 159 unsigned NewEnd = getShiftedCodePosition(R.getOffset() + R.getLength()); in getReplacementInChangedCode() 160 return Replacement(R.getFilePath(), NewStart, NewEnd - NewStart, in getReplacementInChangedCode() 161 R.getReplacementText()); in getReplacementInChangedCode() 194 for (const auto &R : Replaces) { in getCanonicalReplacements() local 196 NewReplaces.push_back(R); in getCanonicalReplacements() 201 if (PrevEnd < R.getOffset()) { in getCanonicalReplacements() 202 NewReplaces.push_back(R); in getCanonicalReplacements() 204 assert(PrevEnd == R.getOffset() && in getCanonicalReplacements() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/mips/ |
| H A D | sfp-machine.h | 35 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 36 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 37 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 38 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 39 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 40 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 42 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) argument 43 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument 44 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument 61 #define _FP_MUL_MEAT_S(R,X,Y) \ argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mips/ |
| H A D | sfp-machine.h | 35 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 36 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 37 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 38 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 39 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 40 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 42 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) argument 43 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument 44 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument 61 #define _FP_MUL_MEAT_S(R,X,Y) \ argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | TargetProcessControlTypes.h | 85 WrapperFunctionResult() { zeroInit(R); } in WrapperFunctionResult() 90 WrapperFunctionResult(CWrapperFunctionResult R) : R(R) {} in WrapperFunctionResult() argument 96 zeroInit(R); in WrapperFunctionResult() 97 std::swap(R, Other.R); in WrapperFunctionResult() 103 std::swap(Tmp, Other.R); 104 std::swap(R, Tmp); 109 if (R.Destroy) in ~WrapperFunctionResult() 110 R.Destroy(R.Data, R.Size); in ~WrapperFunctionResult() 117 std::swap(R, Tmp); in release() 123 if (R.Size <= 8) in getData() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | AutoInitRemark.cpp | 24 OptimizationRemarkMissed &R) { in volatileOrAtomicWithExtraArgs() argument 26 R << " Volatile: " << NV("StoreVolatile", true) << "."; in volatileOrAtomicWithExtraArgs() 28 R << " Atomic: " << NV("StoreAtomic", true) << "."; in volatileOrAtomicWithExtraArgs() 33 R << setExtraArgs(); in volatileOrAtomicWithExtraArgs() 35 R << " Volatile: " << NV("StoreVolatile", false) << "."; in volatileOrAtomicWithExtraArgs() 37 R << " Atomic: " << NV("StoreAtomic", false) << "."; in volatileOrAtomicWithExtraArgs() 51 OptimizationRemarkMissed R(RemarkPass.data(), "AutoInitStore", &SI); in inspectStore() local 52 R << "Store inserted by -ftrivial-auto-var-init.\nStore size: " in inspectStore() 54 inspectDst(SI.getOperand(1), R); in inspectStore() 55 volatileOrAtomicWithExtraArgs(Volatile, Atomic, R); in inspectStore() [all …]
|