HomeSort by relevance Sort by last modified time
    Searched defs:overflowed (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/wm/overview/
window_selector.cc 392 bool overflowed = grid_list_[selected_grid_index_]->Move(direction); local
393 if (overflowed) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmetic.h 51 * - void overflowed();
54 * This function must return true if overflowed() has been called on an
78 NO_RETURN_DUE_TO_CRASH void overflowed() function in class:WTF::CrashOnOverflow
96 void overflowed() function in class:WTF::RecordOverflow
433 this->overflowed();
439 this->overflowed();
447 this->overflowed();
454 this->overflowed();
461 this->overflowed();
463 this->overflowed();
648 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local
660 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local
672 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local
    [all...]
  /external/mksh/src/
shf.c 853 bool overflowed = false; local
858 overflowed = true;
862 if (overflowed)
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 153 bool overflowed; // True if output gets overflowed. member in struct:__anon7120
197 state->overflowed = false;
262 // Append "str" at "out_cur". If there is an overflow, "overflowed"
272 state->overflowed = true;
276 if (!state->overflowed) {
    [all...]
  /external/chromium_org/v8/src/
mark-compact.h 164 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
171 // otherwise mark the object as overflowed and wait for a rescan of the
799 // or overflowed in the heap.
803 // or overflowed in the heap. This respects references only considered in
817 // overflowed objects in the heap, in which case the marking stack's
821 // Refill the marking stack with overflowed objects from the heap. This
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 551 // Compute the size before cookie, and track whether it overflowed.
557 // Add in the cookie, and check whether it's overflowed.
658 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
660 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
662 hasOverflow = overflowed;
697 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
699 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
701 hasOverflow = overflowed;
    [all...]

Completed in 122 milliseconds