| /src/crypto/openssl/include/internal/ |
| H A D | quic_vlint.h | 63 * Precondition: buf is at least ossl_quic_vlint_enc_len(v) bytes in size 65 * Precondition: v does not exceed OSSL_QUIC_VLINT_MAX 84 * Precondition: buf is at least n bytes in size (unchecked) 85 * Precondition: v does not exceed the representable range 87 * Precondition: v does not exceed OSSL_QUIC_VLINT_MAX 108 * Precondition: buf is at least ossl_quic_vlint_decode_len(buf[0]) bytes in size 120 * Precondition: buf is at least buf_len bytes in size 121 * Precondition: v (unchecked)
|
| H A D | quic_thread_assist.h | 66 * Precondition: channel mutex must be held (unchecked) 75 * Precondition: channel mutex must be held (unchecked) 84 * Precondition: ossl_quic_thread_assist_wait_stopped() has returned 1 92 * Precondition: channel mutex must be held (unchecked)
|
| H A D | quic_channel.h | 60 * not requiring prior locking. This is an unchecked precondition. 70 * Any function tagged with this has the following precondition: 72 * Precondition: must hold channel mutex (unchecked) 80 * Any function tagged with this has the following precondition and 83 * Precondition: must not hold channel mutex (unchecked) 92 * Any function tagged with this has the following precondition and 95 * Precondition: must not hold channel mutex (unchecked)
|
| H A D | quic_reactor.h | 233 * Precondition: If a reactor mutex is being used, it must be held (unchecked) 267 * Precondition: The current thread does not have an outstanding 273 * Precondition: The current thread has an outstanding
|
| /src/contrib/kyua/utils/ |
| H A D | sanity.hpp | 108 /// Ensures that a precondition holds. 110 /// If the precondition does not hold, execution is immediately terminated. The 117 /// \param expr A boolean expression describing the precondition. 118 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr) 121 /// Ensures that a precondition holds using a custom error message. 123 /// If the precondition does not hold, execution is immediately terminated. The 126 /// \param expr A boolean expression describing the precondition. 128 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg)
|
| H A D | sanity.cpp | 142 case utils::precondition: return "Precondition check failed"; in format_type()
|
| H A D | sanity_test.cpp | 176 verify_failed(status, "Precondition check failed", "Expression", true); in ATF_TEST_CASE_BODY() 184 verify_failed(status, "Precondition check failed", "Custom", true); in ATF_TEST_CASE_BODY()
|
| H A D | sanity_fwd.hpp | 45 precondition, enumerator
|
| /src/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | act8945a-charger.txt | 17 - active-semi,precondition-timeout: unit: minutes; 18 Specifies the charger's PRECONDITION safety timer setting value; 41 active-semi,precondition-timeout = <40>;
|
| H A D | active-semi,act8945a-charger.yaml | 37 active-semi,precondition-timeout: 40 Specifies the charger's PRECONDITION safety timer setting value in minutes. 73 active-semi,precondition-timeout = <40>;
|
| /src/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | view_interface.h | 122 !empty(), "Precondition `!empty()` not satisfied. `.front()` called on an empty view."); in decltype() 131 !empty(), "Precondition `!empty()` not satisfied. `.front()` called on an empty view."); in decltype() 140 !empty(), "Precondition `!empty()` not satisfied. `.back()` called on an empty view."); in decltype() 149 !empty(), "Precondition `!empty()` not satisfied. `.back()` called on an empty view."); in decltype()
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_sugar.c | 325 dt_sugar_do_if(dt_sugar_parse_t *dp, dt_node_t *if_stmt, int precondition) in dt_sugar_do_if() argument 333 if_stmt->dn_conditional, precondition); in dt_sugar_do_if() 347 dt_sugar_new_condition(dp, pred, precondition)); in dt_sugar_do_if() 390 dt_sugar_visit_stmts(dt_sugar_parse_t *dp, dt_node_t *stmts, int precondition) in dt_sugar_visit_stmts() argument 418 dt_sugar_new_basic_block(dp, precondition, in dt_sugar_visit_stmts() 422 dt_sugar_do_if(dp, stmt, precondition); in dt_sugar_visit_stmts() 431 dt_sugar_new_basic_block(dp, precondition, in dt_sugar_visit_stmts()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | mac80211_if.c | 284 * precondition: can both be called locked and unlocked 329 * precondition: perimeter lock is not acquired. 350 * Precondition: Since this function is called in brcms_pci_probe() context, 363 * Precondition: Since this function is called in brcms_pci_probe() context, 1347 * precondition: perimeter lock has been acquired 1356 * precondition: perimeter lock has been acquired 1367 * precondition: perimeter lock has been acquired 1425 * precondition: perimeter lock has been acquired 1440 * precondition: perimeter lock has been acquired 1463 * precondition: perimeter lock is not acquired [all …]
|
| /src/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | active-semi,act8945a.yaml | 105 active-semi,precondition-timeout: 106 description: Precondition timeout 254 active-semi,precondition-timeout = <40>;
|
| /src/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadList.h | 36 /// Precondition: both thread lists must be belong to the same process. 139 /// Precondition: both thread lists must be belong to the same process.
|
| /src/bin/sh/tests/builtins/ |
| H A D | cd10.0 | 2 # Precondition
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | GuardUtils.cpp | 83 assert(isWidenableBranch(WidenableBR) && "precondition"); in widenWidenableBranch() 109 assert(isWidenableBranch(WidenableBR) && "precondition"); in setWidenableBranchCond()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_reactor.c | 241 * Precondition: mutex is NULL or is held for write (unchecked) 419 * Precondition: mutex is NULL or is held for write (unchecked) 492 * Precondition: Must hold channel write lock (unchecked) 493 * Precondition: mutex is NULL or is held for write (unchecked)
|
| /src/lib/libfetch/ |
| H A D | http.errors | 33 412 SERVER Precondition Failed
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DivisionByConstantInfo.cpp | 22 assert(!D.isZero() && "Precondition violation."); in get() 76 assert(!D.isZero() && !D.isOne() && "Precondition violation."); in get()
|
| /src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointPrecondition.cpp | 24 error.SetErrorString("Base breakpoint precondition has no options."); in ConfigurePrecondition()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | __split_buffer | 252 // Precondition: __n > 0 253 // Precondition: size() + __n <= capacity() 265 // Precondition: __n > 0 266 // Precondition: size() + __n <= capacity()
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | clzti2.c | 19 // Precondition: a != 0
|
| H A D | ctzti2.c | 19 // Precondition: a != 0
|
| H A D | clzdi2.c | 27 // Precondition: a != 0
|