/freebsd/crypto/openssl/test/ |
H A D | secmemtest.c | 74 TEST_info("Possible infinite loop: allocate more than available"); in test_sec_mem() 82 * could cause an infinite loop secure_malloc, but we don't test it in test_sec_mem() 91 * There was also a possible infinite loop when the number of in test_sec_mem() 103 * to make sure that infinite loop is fixed, they can enable the in test_sec_mem() 115 TEST_info("Possible infinite loop: 1<<31 limit"); in test_sec_mem()
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_infinity.c | 43 "check FPU generated infinite float values"); in ATF_TC_HEAD() 65 "check FPU generated infinite double values"); in ATF_TC_HEAD() 87 "check FPU generated infinite long double values"); in ATF_TC_HEAD()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTProperties.td | 5 Property<"infinite-decoding-loop-verification-threshold", "UInt64">, 10 "infinite decoding loops. If no decoding loop has been found after this "
|
H A D | LibiptDecoder.cpp | 159 // We want to check if we might have fallen in an infinite loop. As this in DetectAnomaly() 171 // we found an infinite loop using direct jumps, e.g. in DetectAnomaly() 197 "anomalous trace: possible infinite trace detected"); in DetectAnomaly() 204 "anomalous trace: possible infinite loop detected of size %" PRIu64, in DetectAnomaly() 214 // The infinite decoding loops we'll encounter are due to sequential in TryIdentifyInfiniteLoop() 416 /// decoding loop might stop abruptly if an infinite decoding loop is
|
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_machdep.c | 130 goto infinite; in alpine_cpu_reset() 137 goto infinite; in alpine_cpu_reset() 145 infinite: in alpine_cpu_reset()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_win32.c | 167 ms = INFINITE; in evthread_win32_condvar_wait() 240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() 268 } else if (ms != INFINITE) { in evthread_win32_cond_wait()
|
/freebsd/contrib/libevent/ |
H A D | evthread_win32.c | 167 ms = INFINITE; in evthread_win32_condvar_wait() 240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() 268 } else if (ms != INFINITE) { in evthread_win32_cond_wait()
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 33 creates a key mapping with an infinite loop. This problem will become 91 work well for trying to detect infinite maps. The problem is that 94 that an optimization doesn't cover up an infinite loop. This also 96 reading routines, as an infinite loop may still be returning keys
|
/freebsd/contrib/netbsd-tests/games/ |
H A D | t_factor.sh | 58 "in an infinite loop" 68 "in an infinite loop"
|
/freebsd/lib/msun/src/ |
H A D | e_remainder.c | 15 * returns x REM p = x - [x/p]*p as if in infinite 16 * precise arithmetic, where [x/p] is the (infinite bit)
|
H A D | k_cos.c | 42 * (1 - x*x/2 == w + tmp exactly in infinite precision). 43 * The exactness of w + tmp in infinite precision depends on w
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | SelectHelper.h | 22 // Defaults to infinite wait for select unless you call SetTimeout() 48 // in a call the SelectHelper::SetTimeout(), or infinite wait if no timeout
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | streamread.c | 36 * This program creates a socket and then begins an infinite loop. Each time 92 * Since this program has an infinite loop, the socket "sock" is
|
/freebsd/crypto/krb5/src/ccapi/lib/win/ |
H A D | ccapi_os_ipc.cxx | 231 WaitForSingleObject( hCCAPIv2Mutex, INFINITE ); in cci_os_ipc_msg() 268 err = cci_check_error(WaitForSingleObject(replyEvent, INFINITE));//(SECONDS_TO_WAIT)*1000)); in cci_os_ipc_msg() 324 WaitForSingleObject( hCCAPIv2Mutex, INFINITE ); in ccapi_connect() 356 status = WaitForSingleObject(replyEvent, INFINITE);//(SECONDS_TO_WAIT)*1000); in ccapi_connect()
|
/freebsd/lib/msun/man/ |
H A D | exp.3 | 146 infinite or \*(Na) before computing x**0 cannot care 178 and infinite x, i.e., independently of x.
|
/freebsd/lib/libutil/ |
H A D | login.conf.5 | 131 A numeric value may be infinite. 150 A size value may be infinite. 171 A time value may be infinite. 179 are considered infinite values.
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 111 status = WaitForSingleObject(thrd->handle, INFINITE); in thrd_join() 232 success = SleepConditionVariableCS(&cnd->cond, &mtx->cs, INFINITE); in cnd_wait()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | Utils.h | 24 /// iterations significantly smaller than \p MaxCounter to avoid infinite 36 return createStringError(std::errc::invalid_argument, "Infinite recursion");
|
/freebsd/gnu/ |
H A D | Makefile.inc | 1 # This file is empty to prevent infinite recursion in */Makefile.inc
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 291 // infinite inlining in some obscure cases. To represent this, we use an in run() 351 // trigger infinite inlining, much like is prevented within the inliner in run() 502 // expose an "infinite inlining" opportunity later, and because of the SCC in run() 505 // structure, the infinite inlining problem can manifest through infinite in run() 525 "retaining this to avoid infinite inlining.\n"); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocEvictionAdvisor.cpp | 141 /// Cascade numbers are used to prevent infinite loops if this function is a 198 // infinite eviction loops. in canEvictInterferenceBasedOnCost() 227 // register for it. This is indicated by an infinite spill weight. These in canEvictInterferenceBasedOnCost()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.h | 82 /// non-trivial height) or guarantee convergence (for lattices with infinite 157 /// blocks. This parameter is a backstop to prevent infinite loops, in the case
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.recursive_neg.ksh | 25 log_pass "Nearly-infinite recursive LUA calls fail cleanly."
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfdiv.S | 240 // We know what the infinite range exponent should be (EXPA) 381 P_ZERO = dfclass(B,#DFCLASS_NONINFINITE) // non-infinite 384 P_INF = dfclass(A,#DFCLASS_NONINFINITE) // non-infinite
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/ |
H A D | exit.S | 18 rjmp __stop_program ; Fall into an infinite loop.
|