Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_should_retry.pod30 BIO_should_retry() is true if the call that produced this condition
33 If BIO_should_retry() is false then the cause is an error condition.
43 BIO_should_io_special() is true if some "special" condition, that is a
44 reason other than reading or writing is the cause of the condition.
46 BIO_retry_type() returns a mask of the cause of a retry condition
52 condition, it returns the BIO that caused this condition and if
55 the type of BIO that resulted in this condition.
57 BIO_get_retry_reason() returns the reason for a special condition if
92 will normally wait until the necessary condition is satisfied. How
123 condition or false if there is no retry condition.
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp106 const uint32_t condition = Bits32((uint32_t)opcode, 31, 28); in OverrideStopInfo()
107 if (!ARMConditionPassed(condition, cpsr)) in OverrideStopInfo()
120 const uint32_t condition = Bits32(ITSTATE, 7, 4); in OverrideStopInfo() local
121 if (!ARMConditionPassed(condition, cpsr)) { in OverrideStopInfo()
/freebsd-13.1/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h265 #define WARN(condition, msg) \ argument
267 int __ret_warn_on = !!(condition); \
275 #define WARN_ON(condition) \ argument
277 int __ret_warn_on = !!(condition); \
279 printf("WARN_ON: " #condition "\n"); \
283 #define WARN_ON_ONCE(condition) ({ \ argument
285 int __ret_warn_once = !!(condition); \
/freebsd-13.1/contrib/ntp/sntp/unity/
H A Dunity.h68 …define TEST_ASSERT(condition) … argument
69 …fine TEST_ASSERT_TRUE(condition) UN… argument
70 …ine TEST_ASSERT_UNLESS(condition) UNI… argument
71 …ine TEST_ASSERT_FALSE(condition) UNI… argument
172 …ne TEST_ASSERT_MESSAGE(condition, message) UNIT… argument
173 … TEST_ASSERT_TRUE_MESSAGE(condition, message) UNITY_… argument
174 …TEST_ASSERT_UNLESS_MESSAGE(condition, message) UNITY_T… argument
175 …TEST_ASSERT_FALSE_MESSAGE(condition, message) UNITY_T… argument
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h298 inline void Assert(bool condition, const char* file, int line,
300 if (!condition) {
305 inline void Assert(bool condition, const char* file, int line) {
306 Assert(condition, file, line, "Assertion failed.");
311 inline void Expect(bool condition, const char* file, int line,
313 if (!condition) {
318 inline void Expect(bool condition, const char* file, int line) {
319 Expect(condition, file, line, "Expectation failed.");
/freebsd-13.1/tools/regression/security/cap_test/
H A Dcap_test.h62 #define CHECK(condition) do { \ argument
63 if (!(condition)) \
65 __func__, __LINE__, #condition); \
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp256 StringRef condition = "");
514 StringRef condition) { in emitReadOfProperty() argument
528 if (!condition.empty()) Out << "llvm::Optional<"; in emitReadOfProperty()
530 if (!condition.empty()) Out << ">"; in emitReadOfProperty()
533 if (condition.empty()) { in emitReadOfProperty()
537 " if (" << condition << ") {\n" in emitReadOfProperty()
550 if (condition.empty()) { in emitReadOfProperty()
569 StringRef condition) { in emitWriteOfProperty() argument
570 if (!condition.empty()) { in emitWriteOfProperty()
571 Out << " if (" << condition << ") {\n"; in emitWriteOfProperty()
[all …]
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-invalid-name2-test.py39 def Assert(condition): argument
40 if not condition:
H A Dgoogletest-param-test-invalid-name1-test.py39 def Assert(condition): argument
40 if not condition:
H A Dgoogletest-uninitialized-test.py39 def Assert(condition): argument
40 if not condition:
H A Dgtest_testbridge_test.py41 def Assert(condition): argument
42 if not condition:
H A Dgtest_environment_test.cc112 void Check(bool condition, const char* msg) { in Check() argument
113 if (!condition) { in Check()
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp47 error_category::equivalent(int code, const error_condition& condition) const noexcept in equivalent()
49 return default_error_condition(code) == condition; in equivalent()
53 error_category::equivalent(const error_code& code, int condition) const noexcept in equivalent()
55 return *this == code.category() && code.value() == condition; in equivalent()
/freebsd-13.1/contrib/ntp/scripts/stats/
H A DREADME.timecodes44 Note: alarm condition is indicated by other than <SP> at A, which
66 Note: alarm condition is indicated by other than <SP> at A, which
68 been lost for about ten hours; unlock condition is indicated by
85 Note: alarm condition is indicated by ? at A, which occurs during
87 extended period; unlock condition is indicated by other than <SP>
138 Note: The alarm condition is indicated by other than ? at A, which
140 lost for an extended period. A receiver unlock condition is
/freebsd-13.1/contrib/netbsd-tests/kernel/
H A Dt_pty.c109 condition(int fd) in condition() function
138 condition(fd); in pty_open()
144 condition(fd); in pty_open()
169 condition(fd); in tty_open()
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/accel/
H A Dlis302.txt37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition
38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition
47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp133 BreakpointOptions::BreakpointOptions(const char *condition, bool enabled, in BreakpointOptions() argument
143 if (condition && *condition != '\0') { in BreakpointOptions()
144 SetCondition(condition); in BreakpointOptions()
480 void BreakpointOptions::SetCondition(const char *condition) { in SetCondition() argument
481 if (!condition || condition[0] == '\0') { in SetCondition()
482 condition = ""; in SetCondition()
488 m_condition_text.assign(condition); in SetCondition()
/freebsd-13.1/cddl/usr.sbin/dwatch/libexec/
H A Derrno11 # Print when syscall returns with non-zero errno (default) or other condition.
12 # To override the default test condition, use (for example) `-t errno==2' to
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l36.txt78 Configures the threshold at which the overtemperature warning condition occurs.
115 condition is present and the VP brownout condition is in an attacking state.
124 - cirrus,vpbr-wait : Configures the delay time between a brownout condition
129 between consecutive volume attenuation release steps when a brownout condition
133 is reached, the error condition still remains, and this bit is set, the audio
/freebsd-13.1/contrib/bmake/unit-tests/
H A Ddirective-ifmake.mk13 . info ok: positive condition works
15 . warning positive condition fails
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp31 std::string message(int condition) const override { in message()
32 switch (static_cast<OrcErrorCode>(condition)) { in message()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h136 #define CVMX_BUILD_ASSERT(condition) ((void)CVMX_BUILD_ASSERT_ZERO(condition)) argument
/freebsd-13.1/sys/dev/liquidio/
H A Dlio_main.h114 lio_sleep_cond(struct octeon_device *oct, volatile int *condition) in lio_sleep_cond() argument
117 while (!(*condition)) { in lio_sleep_cond()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h107 static inline bool ARMConditionPassed(const uint32_t condition, in ARMConditionPassed() argument
114 switch (condition) { in ARMConditionPassed()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1929 #define EXPECT_TRUE(condition) \ argument
1930 GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \
1932 #define EXPECT_FALSE(condition) \ argument
1933 GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \
1935 #define ASSERT_TRUE(condition) \ argument
1936 GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \
1938 #define ASSERT_FALSE(condition) \ argument
1939 GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \

12345678910>>...15