| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 191 ReduceFuncTy Reduce, in parallel_transform_reduce() argument 210 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce() 214 R = Reduce(R, Transform(*It)); in parallel_transform_reduce() 228 FinalResult = Reduce(FinalResult, std::move(PartialResult)); in parallel_transform_reduce() 277 ReduceFuncTy Reduce, in parallelTransformReduce() argument 281 return parallel::detail::parallel_transform_reduce(Begin, End, Init, Reduce, in parallelTransformReduce() 286 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce() 305 ReduceFuncTy Reduce, in parallelTransformReduce() argument 307 return parallelTransformReduce(std::begin(R), std::end(R), Init, Reduce, in parallelTransformReduce()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | exynos5420-arndale-octa.dts | 97 * Reduce the CPU speed by 2 steps, down to: 1600 MHz 113 * Reduce the CPU speed down to 1200 MHz big (6 steps) 129 * Reduce the CPU speed as much as possible, down to 700 MHz
|
| /freebsd-13.1/contrib/xz/ |
| H A D | TODO | 58 - Reduce memory usage of the current method.
|
| /freebsd-13.1/contrib/smbfs/ |
| H A D | HISTORY | 83 - Reduce overhead caused by using single hash table for each mount point.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 44 "Reduce depth if mutations lose unique features")
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | Changes | 81 Reduce noize at debug level one, where log messages
|
| /freebsd-13.1/contrib/openpam/ |
| H A D | HISTORY | 130 - ENHANCE: Reduce the amount of pointless error messages generated
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 1378 // Scalar Reduce Pairwise Addition (Scalar and Floating Point) 1382 // Scalar Reduce Floating Point Pairwise Max/Min 1388 // Scalar Reduce Floating Point Pairwise maxNum/minNum
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 232 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CHANGELOG | 31 perf: Reduce compression stack usage by 1 KB, by @terrelln
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 647 HelpText<"Reduce maximum alignment for common symbols to a hex power-of-2 <boundary>">,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2055 SDValue Reduce = DAG.getNode(N->getOpcode(), dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local 2056 return DAG.getNode(ISD::TRUNCATE, dl, VT, Reduce); in PromoteIntOp_VECREDUCE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14237 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionInt() local 14242 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionInt() 14254 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionFP() local 14259 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionFP() 14278 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); in combineSVEReductionOrderedFP() local 14282 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionOrderedFP()
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 444 * diff3: Reduce processing time and memory usage (r1731659) 471 * FSFS: Reduce I/O overhead during history traversal (r1703237) 484 * FSX: Reduce number of fsync operations (r1711354 et al) 568 * FSFS: Reduce excessive amount of read and seek syscalls (r1758979, -9399) 569 * FSFS: Reduce memory footprint of cached directories (r1725179)
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 1326 o Reduce the timeout in the main/fork test. (ab14f7c)
|
| H A D | ChangeLog-2.0 | 1011 o Reduce windows header includes in our own headers. (da6135e)
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | ChangeLog | 114 * Reduce differences between NetBSD-ftp and local copy.
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 101 - Reduce the number of pages committed from sanity checking in debug build.
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 1257 * lib/krb5/principal.c: Reduce number of reallocs in unparse_name.
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 1011 o Reduce windows header includes in our own headers. (da6135e)
|
| H A D | ChangeLog | 1773 o Reduce the timeout in the main/fork test. (ab14f7c)
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 271 10. Reduce whitespace in Makefile (Don Estabrook)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 1474 // FIXME: Reduce the number of patterns by legalizing extload to zextload
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | NEWS | 3311 * Reduce time required to set clock
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 2481 Reduce optimization from +O3 to +O2 on HP-UX 11. This 4527 Reduce memory utilization for smaller symbol table entries. In 9549 Reduce the number of system calls during message collection by
|