/freebsd-src/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 50 // primes which the potential prime is not divisible by, the set of potential 52 // are fewer potential primes to search, and fewer potential primes to divide [all …]
|
/freebsd-src/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-src/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-src/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-src/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-src/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-src/contrib/mandoc/ |
H A D | makewhatis.8 | 109 Print warnings about potential problems with manual pages 120 for potential problems.
|
/freebsd-src/share/doc/psd/18.gprof/ |
H A D | profiling.me | 87 potential arcs, 96 potential arcs between the routines it covers.
|
/freebsd-src/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 732 // Any potential alia in mergeTruncStore() [all...] |
/freebsd-src/contrib/ntp/html/ |
H A D | orphan.html | 19 <p>Hosts sharing the same common subnet, including potential orphan parents and potential orphan …
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
H A D | branch.json | 16 … "PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
|
/freebsd-src/libexec/rc/rc.d/ |
H A D | devd | 41 # doesn't make sense to run in a svcj: executing potential privileged operations
|
/freebsd-src/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-src/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-src/contrib/googletest/docs/ |
H A D | index.md | 11 Primer and want to utilize GoogleTest to its full potential.
|
/freebsd-src/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-src/lib/libc/locale/ |
H A D | DESIGN.xlocale | 20 necessary, gives us the potential for more bugs without much benefit. 139 Potential Improvements
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
H A D | branch.json | 16 … "PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 498 "Potential buffer overflow in call to 'gets'", in checkCall_gets() 538 "Potential buffer overflow in call to 'getpw'", in checkCall_getpw() 579 "Potential insecure temporary file in call 'mktemp'", in checkCall_mktemp() 698 "Potential insecure memory buffer bounds restriction in " in checkCall_strcpy() 726 "Potential insecure memory buffer bounds restriction in " in checkCall_strcat() 796 Out1 << "Potential insecure memory buffer bounds restriction in call '" in checkDeprecatedOrUnsafeBufferHandling() 933 "Potential insecure implementation-specific behavior in " in checkCall_vfork() 986 "Potential buffer overflow in '-decodeValueOfObjCType:at:'", "Security", in checkMsg_decodeValueOfObjCType() 988 "as it can lead to potential buffer overflows. Use the safer " in checkMsg_decodeValueOfObjCType()
|
/freebsd-src/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 112 // after the potential alias is recorded.
|
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | imx6ul_tsc.txt | 16 even potential distribution ready.
|
/freebsd-src/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
|