Home
last modified time | relevance | path

Searched full:precondition (Results 1 – 25 of 139) sorted by relevance

123456

/src/crypto/openssl/include/internal/
H A Dquic_vlint.h63 * 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 Dquic_thread_assist.h66 * 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 Dquic_channel.h60 * 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 Dquic_reactor.h233 * 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 Dsanity.hpp108 /// 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 Dsanity.cpp142 case utils::precondition: return "Precondition check failed"; in format_type()
H A Dsanity_test.cpp176 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 Dsanity_fwd.hpp45 precondition, enumerator
/src/sys/contrib/device-tree/Bindings/power/supply/
H A Dact8945a-charger.txt17 - active-semi,precondition-timeout: unit: minutes;
18 Specifies the charger's PRECONDITION safety timer setting value;
41 active-semi,precondition-timeout = <40>;
H A Dactive-semi,act8945a-charger.yaml37 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 Dview_interface.h122 !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 Ddt_sugar.c325 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 Dmac80211_if.c284 * 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 Dactive-semi,act8945a.yaml105 active-semi,precondition-timeout:
106 description: Precondition timeout
254 active-semi,precondition-timeout = <40>;
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h36 /// 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 Dcd10.02 # Precondition
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp83 assert(isWidenableBranch(WidenableBR) && "precondition"); in widenWidenableBranch()
109 assert(isWidenableBranch(WidenableBR) && "precondition"); in setWidenableBranchCond()
/src/crypto/openssl/ssl/quic/
H A Dquic_reactor.c241 * 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 Dhttp.errors33 412 SERVER Precondition Failed
/src/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp22 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 DBreakpointPrecondition.cpp24 error.SetErrorString("Base breakpoint precondition has no options."); in ConfigurePrecondition()
/src/contrib/llvm-project/libcxx/include/
H A D__split_buffer252 // 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 Dclzti2.c19 // Precondition: a != 0
H A Dctzti2.c19 // Precondition: a != 0
H A Dclzdi2.c27 // Precondition: a != 0

123456