Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/src/contrib/ntp/sntp/libopts/
H A Dintprops.h372 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r) argument
374 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
378 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
381 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
384 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
387 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
390 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
393 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
395 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
398 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
[all …]
/src/contrib/one-true-awk/testdir/
H A DT.overflow1 echo T.overflow: test some overflow conditions
11 cmp -s foo1 foo2 || echo 'BAD: T.overflow record 1'
19 cmp -s foo1 foo2 || echo 'BAD: T.overflow abcdef'
31 cmp -s foo1 foo2 || echo 'BAD: T.overflow -mr -mf set $1'
44 cmp -s foo1 foo2 || echo 'BAD: T.overflow -mr -mf NF'
53 test -r core && echo 1>&2 "BAD: T.overflow too long char class dropped core"
64 cmp -s foo1 foo2 || echo 'BAD: T.overflow huge sprintfs'
78 cmp -s foo1 foo2 || echo 'BAD: T.overflow big array'
82 grep "out of range field" foo >/dev/null || echo 1>&2 "BAD: T.overflow \$400000"
86 ls /tmp/awktestfoo* | grep '1000' >/dev/null || echo 1>&2 "BAD: T.overflow openfiles"
/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc23 UBSAN_CHECK(NullptrWithOffset, "nullptr-with-offset", "pointer-overflow")
25 "pointer-overflow")
27 "pointer-overflow")
28 UBSAN_CHECK(PointerOverflow, "pointer-overflow", "pointer-overflow")
32 UBSAN_CHECK(SignedIntegerOverflow, "signed-integer-overflow",
33 "signed-integer-overflow")
34 UBSAN_CHECK(UnsignedIntegerOverflow, "unsigned-integer-overflow",
35 "unsigned-integer-overflow")
59 UBSAN_CHECK(FloatCastOverflow, "float-cast-overflow", "float-cast-overflow")
/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dint128_builtins.cpp22 __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() argument
26 *overflow = 0; in __muloti4()
30 *overflow = 1; in __muloti4()
35 *overflow = 1; in __muloti4()
46 *overflow = 1; in __muloti4()
49 *overflow = 1; in __muloti4()
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_mulo_impl.inc17 // Effects: sets *overflow to 1 if a * b overflows
19 static __inline fixint_t __muloXi4(fixint_t a, fixint_t b, int *overflow) {
23 *overflow = 0;
27 *overflow = 1;
32 *overflow = 1;
43 *overflow = 1;
46 *overflow = 1;
H A Dmulodi4.c21 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4() argument
22 return __muloXi4(a, b, overflow); in __mulodi4()
H A Dmulosi4.c21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) { in __mulosi4() argument
22 return __muloXi4(a, b, overflow); in __mulosi4()
H A Dmuloti4.c25 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4() argument
26 return __muloXi4(a, b, overflow); in __muloti4()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dlockedint.h97 bool overflow; in locked_inc_mod_u64() local
103 overflow = (after >= modulus); in locked_inc_mod_u64()
104 if (overflow) { in locked_inc_mod_u64()
112 overflow = (after >= modulus); in locked_inc_mod_u64()
113 if (overflow) { in locked_inc_mod_u64()
118 return overflow; in locked_inc_mod_u64()
H A Dcounter.h23 bool overflow = locked_inc_mod_u64(tsdn, LOCKEDINT_MTX(counter->mtx), in counter_accum() local
26 return overflow; in counter_accum()
/src/cddl/contrib/opensolaris/lib/libcmdutils/common/
H A Dnicenum.c55 goto overflow; in nicenum_scale()
114 goto overflow; in nicenum_scale()
118 overflow: in nicenum_scale()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp700 int overflow = 0; in __kmp_str_to_size() local
718 overflow = overflow || (value > (KMP_SIZE_T_MAX - digit) / 10); in __kmp_str_to_size()
737 overflow = 1; \ in __kmp_str_to_size()
768 overflow = overflow || (value > (KMP_SIZE_T_MAX / factor)); in __kmp_str_to_size()
781 if (overflow) { in __kmp_str_to_size()
797 int overflow = 0; in __kmp_str_to_uint() local
815 overflow = overflow || (value > (KMP_SIZE_T_MAX - digit) / 10); in __kmp_str_to_uint()
830 if (overflow) { in __kmp_str_to_uint()
/src/contrib/unbound/sldns/
H A Dparseutil.c212 sldns_str2period(const char *nptr, const char **endptr, int* overflow) in sldns_str2period() argument
218 *overflow = 0; in sldns_str2period()
242 *overflow = 1; in sldns_str2period()
251 *overflow = 1; in sldns_str2period()
260 *overflow = 1; in sldns_str2period()
269 *overflow = 1; in sldns_str2period()
278 *overflow = 1; in sldns_str2period()
295 *overflow = 1; in sldns_str2period()
303 *overflow = 1; in sldns_str2period()
312 *overflow = 1; in sldns_str2period()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_rename_001_pos.ksh167 log_must zpool create overflow $VDEV_FILE
168 log_must zfs create overflow/testfs
169 ID=$(zpool get -Ho value guid overflow)
170 log_must zpool export overflow
/src/contrib/one-true-awk/bugs-fixed/
H A Dpfile-overflow.err1 awk: syntax error at source line 1 source file pfile-overflow.awk
4 awk: bailing out at source line 1 source file pfile-overflow.awk
/src/crypto/libecc/
H A Dcommon.mk89 …ses -Wimplicit-fallthrough -Wloop-analysis -Wpointer-arith -Wshift-sign-overflow -Wshorten-64-to-3…
105overflow=2 -Wformat-truncation=2 -Wnull-dereference -Wstack-protector -Wtrampolines -Walloca -Wvla…
306 …CFLAGS += -fsanitize=integer -fno-sanitize=unsigned-integer-overflow -fno-sanitize=unsigned-shift-…
/src/contrib/ntp/libntp/
H A Dsnprintf.c568 int overflow = 0; in rpl_vsnprintf() local
632 overflow = 1; in rpl_vsnprintf()
665 overflow = 1; in rpl_vsnprintf()
814 precision, flags, &overflow); in rpl_vsnprintf()
815 if (overflow) in rpl_vsnprintf()
828 precision, flags, &overflow); in rpl_vsnprintf()
829 if (overflow) in rpl_vsnprintf()
848 precision, flags, &overflow); in rpl_vsnprintf()
849 if (overflow) in rpl_vsnprintf()
949 if (overflow || len >= INT_MAX) { in rpl_vsnprintf()
[all …]
/src/crypto/krb5/src/lib/crypto/builtin/
H A Dcmac.c56 unsigned char overflow = 0; in leftshift_onebit() local
60 output[i] |= overflow; in leftshift_onebit()
61 overflow = (input[i] & 0x80) ? 1 : 0; in leftshift_onebit()
/src/tests/sys/sys/
H A Dbuf_ring_test.c120 ATF_TC_WITHOUT_HEAD(overflow);
121 ATF_TC_BODY(overflow, tc) in ATF_TC_BODY() argument
178 ATF_TP_ADD_TC(tp, overflow); in ATF_TP_ADD_TCS()
/src/lib/libc/gmon/
H A Dmcount.c191 goto overflow; in _MCOUNT_DECL()
224 goto overflow; in _MCOUNT_DECL()
260 overflow: in _MCOUNT_DECL()
/src/contrib/tcsh/nls/C/
H A Dset147 45 Line overflow
88 86 Expansion buffer overflow
97 95 Substitution buffer overflow
127 125 Selector overflow
/src/sys/contrib/device-tree/Bindings/arm/
H A Dcci.txt113 Definition: list of counter overflow interrupts, one per
115 starting with the cycle counter overflow
116 interrupt, followed by counter0 overflow
117 interrupt, counter1 overflow interrupt,...
118 ,counterN overflow interrupt.
/src/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DOpts.td12 def continueOnCuIndexOverflow : Flag<["-", "--"], "continue-on-cu-index-overflow">;
13 def continueOnCuIndexOverflow_EQ : Joined<["-", "--"], "continue-on-cu-index-overflow=">,
/src/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dexpm1f.tst29 func=expm1f op1=43000000 result=7f800000 error=overflow
30 func=expm1f op1=43000001 result=7f800000 error=overflow
35 ; spurious overflow.
/src/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh52 atf_test_case overflow
218 atf_add_test_case overflow

12345678910>>...15