/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | hash.cpp | 26 // potential primes = 210*k + indices[i], k >= 1 40 // potential primes. All prime numbers are potential prime numbers. However 41 // some potential prime numbers are not prime. In an ideal world, all potential 43 // highest potential prime. Then this number is tested for prime by dividing it 44 // by all potential prime numbers less than the sqrt of the candidate. 46 // This implementation defines potential primes as those numbers not divisible 47 // by 2, 3, 5, and 7. Other (common) implementations define potential primes 48 // as those not divisible by 2. A few other implementations define potential [all...] |
/freebsd/contrib/ntp/libntp/ |
H A D | clocktime.c | 83 /* -- get time stamp of potential solution */ in clocktime() 108 /* -- get year start of potential solution */ in clocktime() 110 /* -- get time stamp of potential solution */ in clocktime()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 53 // Once we have all the potential specializations with their score we need to 88 // Map of potential specializations for each function. The FunctionSpecializer 309 /// @brief Find potential specialization opportunities. 312 /// @param AllSpecs A vector to add potential specializations to. 314 /// @return True, if any potential specializations were found
|
/freebsd/share/man/man7/ |
H A D | sdoc.7 | 86 When referencing potential vulnerabilities 119 Provide one or two sentences describing each potential security 122 Provide one or two sentences describing how to avoid each potential
|
/freebsd/share/man/man4/ |
H A D | mld.4 | 77 it may cause memory to be allocated, and is therefore a potential 80 it will be dropped, to mitigate the potential for DoS.
|
H A D | igmp.4 | 77 it may cause memory to be allocated, and is therefore a potential 80 it will be dropped, to mitigate the potential for DoS.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_DECODER_from_bio.pod | 64 /* error: no suitable potential decoders found */ 92 /* error: no suitable potential decoders found */
|
H A D | OSSL_ENCODER_to_bio.pod | 73 /* error: no suitable potential encoders found */ 100 /* error: no suitable potential encoders found */
|
/freebsd/contrib/mandoc/ |
H A D | makewhatis.8 | 111 Print warnings about potential problems with manual pages 122 for potential problems.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 450 // Now we need to check if any potential aliasing instructions recorded in processMergeCandidate() 468 // potential alias, we know that we've already checked for this alias in processMergeCandidate() 469 // and all of the earlier potential aliases too. in processMergeCandidate() 475 LLVM_DEBUG(dbgs() << "Potential alias " << *PotentialAliasOp in processMergeCandidate() 483 // of the potential aliasing operations in the list. in processMergeCandidate() 531 // potential aliasing hazards. in addStoreToCandidate() 598 // potential alias. in mergeBlockStores() 623 // We have a potential alias, so process the current candidate if we can in mergeBlockStores() 629 // Record this instruction as a potential alias for future stores that are in mergeBlockStores() 732 // Any potential alias hazard along the way terminates the search. in mergeTruncStore()
|
/freebsd/share/doc/psd/18.gprof/ |
H A D | profiling.me | 87 potential arcs, 96 potential arcs between the routines it covers.
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategoryMap.cpp | 32 // Release the mutex to avoid a potential deadlock between in Add() 49 // Release the mutex to avoid a potential deadlock between in Delete() 143 // Release the mutex to avoid a potential deadlock between in Clear()
|
/freebsd/contrib/ntp/html/ |
H A D | orphan.html | 19 <p>Hosts sharing the same common subnet, including potential orphan parents and potential orphan …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
H A D | branch.json | 16 … "PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_DECODER_from_bio.3 | 193 \& /* error: no suitable potential decoders found */ 223 \& /* error: no suitable potential decoders found */
|
H A D | OSSL_ENCODER_to_bio.3 | 200 \& /* error: no suitable potential encoders found */ 229 \& /* error: no suitable potential encoders found */
|
/freebsd/stand/libsa/ |
H A D | zalloc_malloc.c | 172 * allocating the new one (saving potential fragmentation 173 * and potential buffer copies). But I don't bother.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 176 // corruption of Y->Prev, to prevent a potential write-{4,8}. in insert() 209 // catch potential corruption attempts, that could yield a mirrored
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 106 // A vector of MachineInstr/unsigned pairs to denote potential aliases that in reset() 112 // after the potential alias is recorded.
|
/freebsd/lib/libc/locale/ |
H A D | DESIGN.xlocale | 20 necessary, gives us the potential for more bugs without much benefit. 139 Potential Improvements
|
/freebsd/contrib/googletest/docs/ |
H A D | index.md | 11 Primer and want to utilize GoogleTest to its full potential.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
H A D | branch.json | 16 … "PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | imx6ul_tsc.txt | 16 even potential distribution ready.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp_on_thread.ksh | 28 # 4. Sleep for enough time for a potential uberblock update
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.h | 11 // This passe rewrites call/invoke instructions so as to make potential
|