Searched refs:overflow (Results 151 - 175 of 432) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpn_exp.c37 Return -2 if an overflow occurred in the computation of exp_r.
99 /* check overflow on f */
102 overflow:
111 goto overflow, goto overflow);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dnumber.cpp297 int overflow = 0; local
331 overflow = 1;
335 overflow = 1;
337 if (overflow) {
338 error("addition overflow");
346 overflow = 1;
350 overflow = 1;
352 if (overflow) {
353 error("subtraction overflow");
362 overflow
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_auth_mgr.c43 auth_mgr.overflow = calloc(TSS_DEFAULT_OVERFLOW_AUTHS, sizeof(COND_VAR *));
44 if (auth_mgr.overflow == NULL) {
69 if (auth_mgr.overflow[i] != NULL)
70 COND_SIGNAL(auth_mgr.overflow[i]);
73 free(auth_mgr.overflow);
110 if (auth_mgr.overflow[auth_mgr.of_tail] != NULL) {
113 COND_SIGNAL(auth_mgr.overflow[auth_mgr.of_tail]);
114 auth_mgr.overflow[auth_mgr.of_tail] = NULL;
122 /* we need to swap out an auth context or add a waiting context to the overflow queue */
148 if (auth_mgr.overflow[auth_mg
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dbeq.s15 # Test that branches which overflow are converted to jumps.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/plugin/
H A Ddumb-plugin-test-1.C38 int overflow; local
H A Dself-assign-test-1.C38 int overflow; local
H A Dself-assign-test-2.C38 int overflow; local
H A Dself-assign-test-3.C38 int overflow; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D1.cc35 overflow(int_type c) function in class:basic_nullbuf
H A D9988.cc33 { return std::filebuf::overflow(c); }
37 // filebuf::overflow writes EOF to file
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D9555-ia.cc25 virtual int_type overflow(int_type) function in struct:buf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D9555-ia.cc25 virtual int_type overflow(int_type) function in struct:buf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D9555-ic.cc25 virtual int_type overflow(int_type) function in struct:buf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D9555-oa.cc25 virtual int_type overflow(int_type) function in struct:buf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D9555-oa.cc25 virtual int_type overflow(int_type) function in struct:buf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D9318-out.cc38 virtual int_type overflow(int_type c = traits_type::eof()) function in class:Outbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D9318-out.cc36 overflow(int_type c = traits_type::eof()) function in class:Outbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D2.cc38 overflow(int_type c) function in class:basic_nullbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D2.cc38 overflow(int_type c) function in class:basic_nullbuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D2.cc37 overflow(int_type c) function in class:basic_nullbuf
H A D9988.cc29 { return std::stringbuf::overflow(c); }
33 // filebuf::overflow writes EOF to file
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/
H A D2.cc37 overflow(int_type c) function in class:basic_nullbuf
H A D9988.cc29 { return std::wstringbuf::overflow(c); }
33 // filebuf::overflow writes EOF to file
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dmd.h58 #define overflow result->ovflow macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D1.cc43 overflow(int_type c) function in class:basic_nullbuf

Completed in 998 milliseconds

1234567891011>>