HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 1 - 25 of 386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/ubsan/lit_tests/Misc/
deduplication.cpp 6 void overflow() { function
18 overflow();
19 overflow();
20 overflow();
  /external/compiler-rt/lib/
mulodi4.c 19 /* Effects: sets *overflow to 1 if a * b overflows */
22 __mulodi4(di_int a, di_int b, int* overflow)
27 *overflow = 0;
32 *overflow = 1;
38 *overflow = 1;
50 *overflow = 1;
55 *overflow = 1;
mulosi4.c 19 /* Effects: sets *overflow to 1 if a * b overflows */
22 __mulosi4(si_int a, si_int b, int* overflow)
27 *overflow = 0;
32 *overflow = 1;
38 *overflow = 1;
50 *overflow = 1;
55 *overflow = 1;
muloti4.c 21 /* Effects: sets *overflow to 1 if a * b overflows */
24 __muloti4(ti_int a, ti_int b, int* overflow)
29 *overflow = 0;
34 *overflow = 1;
40 *overflow = 1;
52 *overflow = 1;
57 *overflow = 1;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 31 // There are two types of overflow: layout overflow (which is expected to be reachable via scrolling mechanisms) and
32 // visual overflow (which is not expected to be reachable via scrolling mechanisms).
34 // Layout overflow examples include other boxes that spill out of our box, For example, in the inline case a tall image
37 // Examples of visual overflow are shadows, text stroke (and eventually outline and border-image).
67 void setMinYLayoutOverflow(int overflow) { m_minYLayoutOverflow = overflow; }
68 void setMaxYLayoutOverflow(int overflow) { m_maxYLayoutOverflow = overflow; }
69 void setMinXLayoutOverflow(int overflow) { m_minXLayoutOverflow = overflow;
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.css 18 overflow: auto;
24 overflow: auto;
34 overflow: auto;
timeline_view.css 16 overflow: auto;
28 overflow: auto;
  /external/chromium/chrome/browser/resources/
extensions_infobar.css 11 overflow: hidden;
extensions_infobar_mac.css 11 overflow: hidden;
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 13 text-overflow: ellipsis;
15 overflow: hidden;
recently_closed.css 35 overflow: hidden;
36 text-overflow: ellipsis;
  /sdk/emulator/qtools/
hist_trace.cpp 9 int underflow, overflow; variable
41 overflow += 1;
60 per = 100.0 * overflow / total;
61 printf("over: %6d %6.2f\n", overflow, per);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringConcatenate.h 187 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow)
192 overflow = true;
202 bool overflow = false; local
204 sumWithOverflow(length, adapter2.length(), overflow);
205 if (overflow)
227 bool overflow = false; local
229 sumWithOverflow(length, adapter2.length(), overflow);
230 sumWithOverflow(length, adapter3.length(), overflow);
231 if (overflow)
256 bool overflow = false local
289 bool overflow = false; local
326 bool overflow = false; local
367 bool overflow = false; local
412 bool overflow = false; local
461 bool overflow = false; local
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 85 overflow-x: visible;
86 overflow-y: auto;
90 overflow: visible;
  /libcore/luni/src/main/native/
cbigint.cpp 680 uint64_t overflow; local
689 overflow = simpleAppendDecimalDigitHighPrecision(result, length, 0);
690 if (overflow)
691 result[length++] = overflow;
705 overflow = simpleMultiplyHighPrecision64 (result, length, TEN_E19);
706 if (overflow)
707 result[length++] = overflow;
712 overflow = simpleMultiplyHighPrecision (result, length, TEN_E9);
713 if (overflow)
714 result[length++] = overflow;
    [all...]
  /external/chromium-trace/trace-viewer/src/
timeline_track_view.css 17 overflow: auto;
  /external/webkit/Source/WebCore/css/
svg.css 32 which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on the
37 [CSS2-LAYOUT] or XSL formatting [XSL], if the 'overflow' property has the value hidden or scroll, then
39 the initial clipping path is set according to the clipping rules as defined in [CSS2-overflow].
41 Opera/Firefox & WebKit agreed on NOT setting "overflow: hidden" for the outermost svg element - SVG 1.1 Errata
46 overflow: hidden
  /external/chromium/chrome/browser/resources/sync_internals/
sync_node_browser.css 16 overflow: auto;
24 overflow: visible; /* let the container do the scrolling */
  /external/chromium-trace/trace-viewer/src/tracks/
canvas_based_track.css 17 overflow: hidden;
21 text-overflow: ellipsis;
  /system/core/libsysutils/src/
FrameworkListener.cpp 97 goto overflow;
107 goto overflow;
111 goto overflow;
132 goto overflow;
147 goto overflow;
159 goto overflow;
195 overflow:
  /external/chromium/chrome/browser/resources/net_internals/
main.css 19 overflow: hidden;
36 overflow: hidden;
40 overflow-x: hidden;
41 overflow-y: auto
45 overflow: auto;
72 text-overflow: ellipsis;
167 overflow: auto;
  /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...]
  /external/stlport/test/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /ndk/sources/cxx-stl/llvm-libc++/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...]

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>