Home
last modified time | relevance | path

Searched full:potential (Results 1 – 25 of 927) sorted by relevance

12345678910>>...38

/freebsd/contrib/llvm-project/libcxx/src/
H A Dhash.cpp26 // 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 Dclocktime.c83 /* -- 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 DFunctionSpecialization.h53 // 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 Dsdoc.786 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 Dmld.477 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 Digmp.477 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 DOSSL_DECODER_from_bio.pod64 /* error: no suitable potential decoders found */
92 /* error: no suitable potential decoders found */
H A DOSSL_ENCODER_to_bio.pod73 /* error: no suitable potential encoders found */
100 /* error: no suitable potential encoders found */
/freebsd/contrib/mandoc/
H A Dmakewhatis.8111 Print warnings about potential problems with manual pages
122 for potential problems.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp450 // 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 Dprofiling.me87 potential arcs,
96 potential arcs between the routines it covers.
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp32 // 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 Dorphan.html19 <p>Hosts sharing the same common subnet, including potential orphan parents and potential orphan …
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dbranch.json16 … "PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_DECODER_from_bio.3193 \& /* error: no suitable potential decoders found */
223 \& /* error: no suitable potential decoders found */
H A DOSSL_ENCODER_to_bio.3200 \& /* error: no suitable potential encoders found */
229 \& /* error: no suitable potential encoders found */
/freebsd/stand/libsa/
H A Dzalloc_malloc.c172 * 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 Dlist.h176 // 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 DLoadStoreOpt.h106 // 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 DDESIGN.xlocale20 necessary, gives us the potential for more bugs without much benefit.
139 Potential Improvements
/freebsd/contrib/googletest/docs/
H A Dindex.md11 Primer and want to utilize GoogleTest to its full potential.
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dbranch.json16 … "PublicDescription": "Indirect Branch Prediction for potential multi-target branch (speculative)."
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dimx6ul_tsc.txt16 even potential distribution ready.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_on_thread.ksh28 # 4. Sleep for enough time for a potential uberblock update
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h11 // This passe rewrites call/invoke instructions so as to make potential

12345678910>>...38