HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 76 - 100 of 1058) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pcrel16.d 1 #name: PCREL16 overflow
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pcrel16.d 1 #name: PCREL16 overflow
  /external/python/cpython2/Modules/_sqlite/
util.c 141 int overflow; local
143 PY_LONG_LONG value = PyLong_AsLongLongAndOverflow(py_val, &overflow);
145 long value = PyLong_AsLongAndOverflow(py_val, &overflow);
149 if (!overflow) {
  /external/syslinux/gpxe/src/hci/mucurses/widgets/
editbox.c 68 signed int cursor_offset, underflow, overflow, first; local
74 overflow = ( cursor_offset - ( width - 1 ) );
80 } else if ( overflow > 0 ) {
81 first += overflow;
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_sse2.h 176 int overflow = k_check_epi32_overflow_4(preg0, preg1, preg2, preg3, zero); local
177 if (!overflow) {
178 overflow = k_check_epi32_overflow_4(preg4, preg5, preg6, preg7, zero);
180 return overflow;
190 int overflow = k_check_epi32_overflow_4(preg0, preg1, preg2, preg3, zero); local
191 if (!overflow) {
192 overflow = k_check_epi32_overflow_4(preg4, preg5, preg6, preg7, zero);
193 if (!overflow) {
194 overflow = k_check_epi32_overflow_4(preg8, preg9, preg10, preg11, zero);
195 if (!overflow) {
216 int overflow = k_check_epi32_overflow_4(preg0, preg1, preg2, preg3, zero); local
    [all...]
fwd_txfm_impl_sse2.h 81 int test, overflow; local
170 overflow = check_epi16_overflow_x2(&x0, &x1);
171 if (overflow) {
192 overflow = check_epi16_overflow_x2(&t0, &t1);
193 if (overflow) {
231 overflow = check_epi16_overflow_x2(&x0, &x1);
232 if (overflow) {
274 int overflow; local
313 overflow =
315 if (overflow) {
609 int overflow; local
    [all...]
  /system/core/libsysutils/src/
FrameworkListener.cpp 115 goto overflow;
125 goto overflow;
129 goto overflow;
150 goto overflow;
165 goto overflow;
177 goto overflow;
213 overflow:
  /external/speex/libspeex/
bits.c 81 bits->overflow=0;
99 bits->overflow=0;
106 bits->overflow=0;
144 bits->overflow=0;
287 bits->overflow=1;
288 if (bits->overflow)
312 bits->overflow=1;
313 if (bits->overflow)
337 bits->overflow=1;
338 if (bits->overflow)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 457 handling of overflow.
465 int overflow; local
467 /* Test that overflow is set properly for a large value. */
472 overflow = 1234;
473 value = PyLong_AsLongAndOverflow(num, &overflow);
480 if (overflow != 1)
482 "overflow was not set to 1");
499 overflow = 0;
500 value = PyLong_AsLongAndOverflow(num, &overflow);
507 if (overflow != 1)
630 int overflow; local
    [all...]
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 std::ofstream bs("overflow.dat");
49 assert(f.overflow(L'a') == L'a');
55 std::ifstream bs("overflow.dat");
59 std::remove("overflow.dat");
61 std::ofstream bs("overflow.dat");
67 assert(f.overflow('a') == 'a');
73 std::ifstream bs("overflow.dat")
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
trace.h 27 bool overflow; member in struct:trace_buffer
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-5.c 106 /* The overflow function is used to test the stack overflow */
107 void *overflow(void *arg) function
118 current = overflow(&current);
120 /* Terminate the overflow thread */
153 return overflow(arg);
214 ("Overflow into the guard area did not fail");
242 ret = pthread_create(&th, &scenarii[sc].ta, overflow, NULL); /* Create a new thread with the same attributes */
  /external/v4l2_codec2/vda/
Android.mk 44 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharsetDecoder.java 73 return overflow(in);
80 return overflow(in);
95 return overflow(in);
103 private CoderResult overflow(ByteBuffer in) { method in class:UTF7StyleCharsetDecoder
105 return CoderResult.OVERFLOW;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 std::ofstream bs("overflow.dat");
49 assert(f.overflow(L'a') == L'a');
55 std::ifstream bs("overflow.dat");
59 std::remove("overflow.dat");
61 std::ofstream bs("overflow.dat");
67 assert(f.overflow('a') == 'a');
73 std::ifstream bs("overflow.dat")
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 std::ofstream bs("overflow.dat");
49 assert(f.overflow(L'a') == L'a');
55 std::ifstream bs("overflow.dat");
59 std::remove("overflow.dat");
61 std::ofstream bs("overflow.dat");
67 assert(f.overflow('a') == 'a');
73 std::ifstream bs("overflow.dat")
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.inf 56 GCC:*_*_*_CC_FLAGS = -fno-strict-overflow -fno-builtin-strftime
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug016.go 15 ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
bug092.go 19 gri: array size matters, possibly related to stack overflow check?
issue5609.go 7 // issue 5609: overflow when calculating array size
issue8073.go 8 // was "internal compiler error: overflow: float64 integer constant"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug016.go 15 ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
bug092.go 19 gri: array size matters, possibly related to stack overflow check?
issue5609.go 7 // issue 5609: overflow when calculating array size
issue8073.go 8 // was "internal compiler error: overflow: float64 integer constant"

Completed in 603 milliseconds

1 2 34 5 6 7 8 91011>>