Home
last modified time | relevance | path

Searched refs:overflowed (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dgrok170 /* value overflowed.
298 bool overflowed = FALSE;
323 if (!overflowed) {
328 /* Bah. We're just overflowed. */
330 overflowed = TRUE;
355 if ( ( overflowed && value_nv > 4294967295.0)
357 || (!overflowed && value > 0xffffffff )
363 if (!overflowed) {
387 bool overflowed = FALSE;
413 if (!overflowed) {
[all …]
/openbsd/src/usr.sbin/rpki-client/
Doutput-bgpd.c61 if (vap->overflowed) in output_bgpd()
Doutput-bird.c88 if (vap->overflowed) in output_bird()
Daspa.c347 if (found->overflowed) { in aspa_insert_vaps()
393 v->overflowed = 1; in aspa_insert_vaps()
Doutput-json.c96 if (v->overflowed) in print_vap()
Dextern.h416 int overflowed; member
/openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/
DCollate.xs179 bool overflowed = FALSE; variable
192 if (overflowed)
195 overflowed = TRUE;
200 XPUSHs(sv_2mortal(newSVuv(overflowed ? UV_MAX : value)));
/openbsd/src/gnu/usr.bin/perl/
Dnumeric.c375 bool overflowed = FALSE; in Perl_grok_bin_oct_hex() local
511 if (! overflowed) { in Perl_grok_bin_oct_hex()
512 overflowed = TRUE; in Perl_grok_bin_oct_hex()
577 if (LIKELY(! overflowed)) { in Perl_grok_bin_oct_hex()
Dregcomp.c6258 bool overflowed; in S_regatom() local
6300 overflowed = FALSE; in S_regatom()
6673 overflowed = TRUE; in S_regatom()
6766 overflowed = TRUE; in S_regatom()
6788 overflowed = TRUE; in S_regatom()
6813 overflowed = TRUE; in S_regatom()
6839 overflowed = TRUE; in S_regatom()
6906 if (LIKELY(! overflowed)) { in S_regatom()
Dtoke.c12092 bool overflowed = FALSE; in Perl_scan_num() local
12187 if (!overflowed) { in Perl_scan_num()
12195 overflowed = TRUE; in Perl_scan_num()
12203 if (overflowed) { in Perl_scan_num()
12417 if (overflowed) { in Perl_scan_num()
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h16945 bool overflowed = FALSE; in DPPP_() local
16970 if (!overflowed) { in DPPP_()
16977 overflowed = TRUE; in DPPP_()
17002 if ( ( overflowed && value_nv > 4294967295.0) in DPPP_()
17004 || (!overflowed && value > 0xffffffff ) in DPPP_()
17010 if (!overflowed) { in DPPP_()
17048 bool overflowed = FALSE; in DPPP_() local
17074 if (!overflowed) { in DPPP_()
17080 overflowed = TRUE; in DPPP_()
17105 if ( ( overflowed && value_nv > 4294967295.0) in DPPP_()
[all …]
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprCXX.cpp895 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); in EmitCXXNewAllocSize() local
897 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed); in EmitCXXNewAllocSize()
899 hasOverflow = overflowed; in EmitCXXNewAllocSize()
934 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); in EmitCXXNewAllocSize() local
936 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed); in EmitCXXNewAllocSize()
938 hasOverflow = overflowed; in EmitCXXNewAllocSize()
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dfp_mul_impl.inc93 // If we have overflowed the type, return +/- infinity.
Dfp_add_impl.inc128 // If we have overflowed the type, return +/- infinity.
Dfp_div_impl.inc382 // If we have overflowed the exponent, return infinity
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dlb1spc.asm185 ! We get here if the %o1 overflowed while shifting.
532 ! We get here if the %o1 overflowed while shifting.
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dlb1spc.asm185 ! We get here if the %o1 overflowed while shifting.
532 ! We get here if the %o1 overflowed while shifting.
/openbsd/src/lib/libc/arch/sparc64/gen/
Ddivrem.m4180 ! We get here if the divisor overflowed while shifting.
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl.c10375 bool overflowed; in build_enumerator() local
10382 overflowed = add_double (TREE_INT_CST_LOW (prev_value), in build_enumerator()
10386 overflowed |= !int_fits_type_p (value, TREE_TYPE (prev_value)); in build_enumerator()
10388 if (overflowed) in build_enumerator()
/openbsd/src/gnu/gcc/gcc/
Dfold-const.c210 bool overflowed, bool overflowed_const) in force_fit_type() argument
272 if (overflowed || overflowed_const in force_fit_type()
277 if (overflowed in force_fit_type()
/openbsd/src/gnu/usr.bin/binutils/bfd/po/
Dzh_CN.po2354 msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
Dja.po2316 msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
Dbfd.pot2651 msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/po/
Dja.po2316 msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
Dzh_CN.po2354 msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"

123