/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopSimplify.h | 13 // Loop pre-header insertion guarantees that there is a single, non-critical 17 // Loop exit-block insertion guarantees that all exit blocks from the loop 23 // This pass also guarantees that loops will have exactly one backedge. 27 // to transform the loop and make these guarantees. Client code should check
|
/freebsd/contrib/mandoc/ |
H A D | tbl.3 | 104 guarantees that these pointers are not 129 guarantees that the 187 guarantees that the 214 guarantees that the
|
/freebsd/sys/sys/ |
H A D | smr_types.h | 102 /* Release barrier guarantees contents are visible to reader */ \ 110 * such as in the destructor callback or when the caller guarantees other 120 * such as in the destructor callback or when the caller guarantees other
|
/freebsd/sys/net/ |
H A D | mp_ring.c | 154 * The acquire style atomic above guarantees visibility of items in drain_ring_locked() 237 * The acquire style atomic above guarantees visibility of items in drain_ring_lockless() 366 * Update the ring's pidx_tail. The release style atomic guarantees in ifmp_ring_enqueue() 445 * Update the ring's pidx_tail. The release style atomic guarantees in ifmp_ring_enqueue() 500 * The acquire style atomic guarantees visibility of items associated in ifmp_ring_check_drainage()
|
/freebsd/sys/libkern/ |
H A D | murmur3_32.c | 38 * faster if the caller guarantees that the input is correctly aligned for 39 * 32-bit reads, and slightly faster yet if the caller guarantees that the
|
H A D | arc4random_uniform.c | 28 * guarantees the selected random number will be inside
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | exception_guard.h | 38 // that we don't provide the strong exception guarantees. However, Clang doesn't generate cleanup 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees
|
/freebsd/secure/lib/libpkgecc/ |
H A D | pkg_libecc_rand.c | 17 * We don't have any guarantees that this won't open a device on other in get_random()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_image_section_cache.h | 176 * The caller guarantees that @iscache contains @section (by using @section's 193 * The caller guarantees that @iscache contains @section (by using @section's
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTProperties.td | 12 "4T, 8T and so on, which guarantees a total linear time spent checking "
|
/freebsd/share/man/man9/ |
H A D | smr.9 | 120 Then, the writer waits until some mechanism guarantees that no existing readers 257 functions should not be assumed to have any guarantees with respect to memory
|
H A D | vm_map_simplify_entry.9 | 51 This function guarantees that the passed entry remains valid, although
|
/freebsd/share/man/man4/ |
H A D | sym.4 | 110 As a result, it guarantees that no more than 1 interrupt 119 As a result, the driver guarantees that no PCI self-mastering will occur
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | set_intersection.h | 70 // guarantees is _not_ straightforward: the guarantee is "at most 2*(N+M)-1 comparisons", and one-s… 78 …osition 5 if the set has 7 or 8 elements, but we'll never exceed the complexity guarantees from the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BranchProbability.h | 77 /// Scales \c Num. Guarantees full precision. Returns the floor of the 85 /// Scales \c Num by the inverse of \c this. Guarantees full precision.
|
H A D | BinaryByteStream.h | 27 /// in a single contiguous buffer. BinaryByteStream guarantees that no read 86 /// version also guarantees that no read operation will ever incur a copy,
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | uniform_random.c | 29 * guarantees the selected random number will be inside
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopSimplify.cpp | 13 // Loop pre-header insertion guarantees that there is a single, non-critical 17 // Loop exit-block insertion guarantees that all exit blocks from the loop 23 // This pass also guarantees that loops will have exactly one backedge. 27 // to transform the loop and make these guarantees. Client code should check 548 // predecessors that are inside of the loop. This check guarantees that the in simplifyOneLoop() 773 /// verifyAnalysis() - Verify LoopSimplifyForm's guarantees.
|
/freebsd/contrib/unbound/compat/ |
H A D | arc4random_uniform.c | 29 * guarantees the selected random number will be inside
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContextAllocate.h | 33 // throw() spec guarantees it will not be implicitly called.
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | arc4random_uniform.c | 35 * guarantees the selected random number will be inside
|
/freebsd/sys/dev/enic/ |
H A D | cq_desc.h | 68 * are read from desc. Hardware guarantees color bit is last in cq_desc_dec()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ecgdsa.c | 165 * part too. This guarantees the context is an EC-GDSA in _ecgdsa_sign_update() 204 * part too. This guarantees the context is an EC-GDSA in _ecgdsa_sign_finalize() 483 * part too. This guarantees the context is an EC-GDSA in _ecgdsa_verify_update() 521 * part too. This guarantees the context is an EC-GDSA in _ecgdsa_verify_finalize()
|
/freebsd/contrib/ofed/include/ |
H A D | udma_barrier.h | 120 This guarantees that all reads that follow the barrier see the ordered 258 The spinlock guarantees that the WC writes issued within the critical
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 136 * on the underlying TAILQ, but with additional guarantees on 141 * Updating bioq->last_offset on a bioq_insert_head() guarantees
|