Home
last modified time | relevance | path

Searched full:guaranteed (Results 1 – 25 of 1269) sorted by relevance

12345678910>>...51

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp80 /// how wide it is. Each level of the BTree is guaranteed to have at least
104 /// guaranteed that there is a place to do an insertion at the specified
120 /// guaranteed that there is a split at Offset.
204 /// guaranteed that there is a place to do an insertion at the specified
220 /// guaranteed that there is a split at Offset.
231 /// guaranteed that there is a place to do an insertion at the specified
237 // Find the insertion point. We are guaranteed that there is a split at the in split()
280 // Find the insertion point. We are guaranteed that there is a split at the in insert()
336 /// guaranteed that there is a split at Offset.
338 // Since we are guaranteed that there is a split at Offset, we start by in erase()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h68 /// execution context objects that are still around so they are guaranteed to
211 /// A shared pointer to a target that is not guaranteed to be valid.
218 /// A shared pointer to a process that is not guaranteed to be valid.
225 /// A shared pointer to a thread that is not guaranteed to be valid.
232 /// A shared pointer to a frame that is not guaranteed to be valid.
239 /// objects is not guaranteed to be valid. \returns
453 /// The returned shared pointer is not guaranteed to be valid.
458 /// The returned shared pointer is not guaranteed to be valid.
463 /// The returned shared pointer is not guaranteed to be valid.
468 /// The returned shared pointer is not guaranteed to be valid.
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h97 guaranteed to contribute to the result.
144 authentication is guaranteed to fail if and only if the initial
153 This operation is guaranteed to not leave the intermediate value
169 authentication is guaranteed to fail if and only if the initial
178 This operation is guaranteed to not leave the intermediate value
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h10 /// guaranteed to execute if a given point in control flow is reached. The most
95 /// Returns true if the instruction in a loop is guaranteed to execute at
183 /// guaranteed to be executed together, potentially with other instruction
488 /// Return the next instruction that is guaranteed to be executed after \p PP.
493 /// that is guaranteed to execute is determined.
497 /// Return the previous instr. that is guaranteed to be executed before \p PP.
502 /// that is guaranteed to execute is determined.
/freebsd/share/doc/psd/05.sysman/
H A D1.1.t64 On each UNIX host this identifier is guaranteed to be unique;
66 guaranteed unique.
129 guaranteed to be at least 8.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_current_cipher.pod40 sequencing of handshake processing and callback invocation is not guaranteed
42 by SSL_CTX_set_alpn_select_cb() is guaranteed to have a non-NULL return value.
H A DBIO_f_buffer.pod55 caller as appropriate for the call; a BIO_gets() is guaranteed to give
56 the caller a whole line, and BIO_read_ex() is guaranteed to give the
H A DOSSL_HTTP_parse_url.pod59 On success, they are guaranteed to contain non-NULL string pointers, else NULL.
62 A string returned via I<*ppath> is guaranteed to begin with a C</> character.
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dmediatek,bluetooth.txt39 guaranteed.
42 design should be guaranteed.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-bluetooth.txt39 guaranteed.
42 design should be guaranteed.
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dtime.h250 * but is always guaranteed to be null terminated.
264 * but is always guaranteed to be null terminated.
278 * but is always guaranteed to be null terminated.
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c71 /* We rely on guaranteed atomic operations as specified in section 8.1.1 in pt_bcache_add()
89 /* We rely on guaranteed atomic operations as specified in section 8.1.1 in pt_bcache_lookup()
/freebsd/share/man/man9/
H A DPCI_IOV_ADD_VF.949 It is not guaranteed that this method will be called following a successful call
72 had a default value set in the VF schema are guaranteed to be present in
H A Dcounter.968 is guaranteed to be lossless when several kernel threads do simultaneous
130 The data obtained is not guaranteed to reflect the real cumulative
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h21 /// guaranteed to satisfy the predicate, assuming that the input set did. For
22 /// well formed predicates, the result set is guaranteed to be such that
H A DDeltaAlgorithm.h20 /// guaranteed to satisfy the predicate, assuming that the input set did. For
21 /// well formed predicates, the result set is guaranteed to be such that
/freebsd/contrib/libpcap/
H A Dpcap_next_ex.3pcap48 guaranteed to be valid after the next call to
65 guaranteed to be valid after the next call to
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h179 /// are guaranteed to produce a writable buffer. For example, mapping a file
191 // guaranteed to have been initialized with a mutable buffer.
243 /// It only supports creation methods that are guaranteed to produce a writable
255 // guaranteed to have been initialized with a mutable buffer.
/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dtime.h296 * but is always guaranteed to be null terminated.
310 * but is always guaranteed to be null terminated.
324 * but is always guaranteed to be null terminated.
/freebsd/tests/sys/kqueue/
H A Dkqueue_peek_signal.c68 * It was previously not guaranteed that sending a signal to self would in ATF_TC_BODY()
71 * queue will be processed in this case, so we are guaranteed to see the in ATF_TC_BODY()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c313 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
328 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource()
337 if (allocated + count <= guaranteed) { in mlx4_grant_resource()
342 if (guaranteed - allocated > 0) in mlx4_grant_resource()
343 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
383 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local
394 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource()
396 if (allocated - count >= guaranteed) { in mlx4_release_resource()
400 if (allocated - guaranteed > 0) in mlx4_release_resource()
401 from_rsvd = count - (allocated - guaranteed); in mlx4_release_resource()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp102 // Condition is only guaranteed to dominate branch in widenWidenableBranch()
121 // Condition is only guaranteed to dominate branch in setWidenableBranchCond()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h57 /// \param Poised -- true, if the second call is guaranteed to happen after
95 /// Called when the block is guaranteed to be called exactly once.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_get_current_cipher.3175 sequencing of handshake processing and callback invocation is not guaranteed
177 by \fBSSL_CTX_set_alpn_select_cb()\fR is guaranteed to have a non-NULL return value.
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h92 /// This is guaranteed to only be called between BeginSourceFileAction()
98 /// This is guaranteed to only be called following a successful call to
106 /// This is guaranteed to only be called following a successful call to

12345678910>>...51