Home
last modified time | relevance | path

Searched full:infinite (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/freebsd/crypto/openssl/test/
H A Dsecmemtest.c74 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 Dt_infinity.c43 "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 DTraceIntelPTProperties.td5 Property<"infinite-decoding-loop-verification-threshold", "UInt64">,
10 "infinite decoding loops. If no decoding loop has been found after this "
H A DLibiptDecoder.cpp159 // 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 Dalpine_machdep.c130 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 Devthread_win32.c167 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 Devthread_win32.c167 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 DREADME.signal33 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 Dt_factor.sh58 "in an infinite loop"
68 "in an infinite loop"
/freebsd/lib/msun/src/
H A De_remainder.c15 * returns x REM p = x - [x/p]*p as if in infinite
16 * precise arithmetic, where [x/p] is the (infinite bit)
H A Dk_cos.c42 * (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 DSelectHelper.h22 // 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 Dstreamread.c36 * 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 Dccapi_os_ipc.cxx231 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 Dexp.3146 infinite or \*(Na) before computing x**0 cannot care
178 and infinite x, i.e., independently of x.
/freebsd/lib/libutil/
H A Dlogin.conf.5131 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 Dthreads.h111 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 DUtils.h24 /// iterations significantly smaller than \p MaxCounter to avoid infinite
36 return createStringError(std::errc::invalid_argument, "Infinite recursion");
/freebsd/gnu/
H A DMakefile.inc1 # This file is empty to prevent infinite recursion in */Makefile.inc
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp291 // 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 DRegAllocEvictionAdvisor.cpp141 /// 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 DTypeErasedDataflowAnalysis.h82 /// 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 Dtst.recursive_neg.ksh25 log_pass "Nearly-infinite recursive LUA calls fail cleanly."
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S240 // 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 Dexit.S18 rjmp __stop_program ; Fall into an infinite loop.

12345678910>>...29