HomeSort by relevance Sort by last modified time
    Searched full:overflowed (Results 26 - 50 of 229) sorted by null

12 3 4 5 6 7 8 910

  /external/mesa3d/src/gallium/auxiliary/util/
u_half.h 78 /* Clamp to infinity if overflowed */
  /external/mesa3d/src/mesa/main/
vsnprintf.c 119 int ret = n + 1; /* if we bail, indicated we overflowed */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 54 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 54 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 54 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /external/compiler-rt/lib/
divdf3.c 100 // recip32 might have overflowed to exactly zero in the preceeding
162 // If we have overflowed the exponent, return infinity.
adddf3.c 125 // If we have overflowed the type, return +/- infinity:
addsf3.c 124 // If we have overflowed the type, return +/- infinity:
muldf3.c 89 // If we have overflowed the type, return +/- infinity.
mulsf3.c 89 // If we have overflowed the type, return +/- infinity.
  /external/v8/src/
preparser-api.cc 57 * the buffer containing the most recently read chunk. If this is overflowed,
88 // We have overflowed the pushback space at the beginning of buffer_.
mark-compact.h 188 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
195 // otherwise mark the object as overflowed and wait for a rescan of the
675 // or overflowed in the heap.
680 // overflowed objects in the heap, in which case the marking stack's
684 // Refill the marking stack with overflowed objects from the heap. This
  /external/chromium_org/v8/src/
mark-compact.h 188 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
195 // otherwise mark the object as overflowed and wait for a rescan of the
850 // or overflowed in the heap.
854 // or overflowed in the heap. This respects references only considered in
868 // overflowed objects in the heap, in which case the marking stack's
872 // Refill the marking stack with overflowed objects from the heap. This
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 150 bool overflowed; // True if output gets overflowed. member in struct:__anon6356
186 state->overflowed = false;
248 // Append "str" at "out_cur". If there is an overflow, "overflowed"
258 state->overflowed = true;
262 if (!state->overflowed) {
    [all...]
  /external/chromium_org/chrome/browser/resources/
policy.js 159 // Set a tooltip on all overflowed columns except the value column.
179 this.classList.add('has-overflowed-value');
181 this.classList.remove('has-overflowed-value');
192 this.classList.contains('show-overflowed-value') ?
202 this.classList.toggle('show-overflowed-value');
  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 122 // our mag2 step overflowed to infinity, so use doubles instead.
131 // mag, but it is possible that mag has overflowed to inf. but still
168 // our mag2 step overflowed to infinity, so use doubles instead.
  /external/skia/src/core/
SkPoint.cpp 122 // our mag2 step overflowed to infinity, so use doubles instead.
131 // mag, but it is possible that mag has overflowed to inf. but still
168 // our mag2 step overflowed to infinity, so use doubles instead.
  /art/runtime/gc/accounting/
atomic_stack.h 59 // Returns false if we overflowed the stack.
  /external/chromium_org/third_party/WebKit/Source/wtf/
BloomFilter.h 56 // Otherwise overflowed keys will stick around.
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
InputLayoutCache.cpp 145 TRACE("Overflowed the limit of %u input layouts, removing the least recently used "
  /external/chromium_org/third_party/icu/source/common/
ucnv_cb.c 107 /* Overflowed the target. Now, we'll write into the charErrorBuffer.
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 424 !sink.Overflowed()
450 !sink.Overflowed())
464 sink.Overflowed())
472 !sink.Overflowed())
  /external/icu4c/common/
ucnv_cb.c 107 /* Overflowed the target. Now, we'll write into the charErrorBuffer.
  /external/icu4c/test/intltest/
strtest.cpp 392 !sink.Overflowed()
418 !sink.Overflowed())
432 sink.Overflowed())
440 !sink.Overflowed())
  /external/ipsec-tools/src/racoon/
evt.c 74 "Cannot record event: event queue overflowed\n");

Completed in 511 milliseconds

12 3 4 5 6 7 8 910