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

12 3 4 5 6 7 8 91011

  /external/kernel-headers/original/uapi/linux/
inotify.h 44 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 47 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
  /external/llvm/test/Transforms/SimplifyCFG/
implied-cond.ll 31 ; i condition since it could have overflowed.
  /external/skia/src/core/
SkHalf.cpp 58 // Clamp to signed infinity if overflowed
SkPoint3.cpp 57 // our magSq step overflowed to infinity, so use doubles instead.
  /frameworks/native/services/surfaceflinger/RenderEngine/
Mesh.cpp 37 // either vertexSize or texCoordSize, it must have overflowed. remainder
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inotify.h 44 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fanotify.h 13 #define FAN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
inotify.h 44 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 99 * The returned value includes allocations that overflowed because they where too large
101 * that overflowed because no space was left in the page cache.
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 514 """ Either the offset from the LookupList to a lookup overflowed, or
515 an offset from a lookup to a subtable overflowed.
532 If the offset to a lookup overflowed (SubTableIndex is None)
534 If the offset from a lookup to subtable overflowed, then we must promote it
583 # from the overflowed AlternateSet index to make sure the offset
611 # from the overflowed AlternateSet index to make sure the offset
651 An offset has overflowed within a sub-table. We need to divide this subtable into smaller parts.
  /external/llvm/include/llvm/Support/
MathExtras.h 664 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
667 Overflowed = (Z < X || Z < Y);
668 if (Overflowed)
682 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
689 Overflowed = false;
701 Overflowed = true;
710 Overflowed = true;
  /external/v8/src/heap/
mark-compact.h 198 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
207 // deque as overflowed and wait for a rescan of the heap.
229 // the deque as overflowed and wait for a rescan of the heap.
606 // or overflowed in the heap.
610 // or overflowed in the heap. This respects references only considered in
628 // overflowed objects in the heap, in which case the marking stack's
632 // Refill the marking stack with overflowed objects from the heap. This
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 116 bool Overflowed;
117 Count = SaturatingMultiply(Count, Weight, &Overflowed);
118 if (Overflowed && Result == instrprof_error::success) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 180 // appended, subsequent bytes will be ignored and Overflowed() will return true.
181 // Overflowed() does not cause a runtime error (i.e., it does not CHECK fail).
200 bool Overflowed() const { return overflowed_; }
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
tab_id_importer_unittest.py 34 'Trace buffer of process with pid=2 overflowed at timestamp 12' in
  /external/clang/lib/AST/
ExternalASTSource.cpp 126 llvm::report_fatal_error("generation counter overflowed", false);
  /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 */
  /external/skia/src/effects/gradients/
SkClampRange.cpp 26 // this is a conservative check: it may return false when in fact it would not have overflowed.
  /external/webrtc/webrtc/modules/video_coding/
inter_frame_delay.cc 84 // Investigates if the timestamp clock has overflowed since the last timestamp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
inotify.h 64 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 64 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 64 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed. */
  /external/compiler-rt/lib/builtins/
divdf3.c 101 // recip32 might have overflowed to exactly zero in the preceding
163 // If we have overflowed the exponent, return infinity.

Completed in 1214 milliseconds

12 3 4 5 6 7 8 91011