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

  /external/mksh/src/
shf.c 848 bool overflowed = false; local
853 overflowed = true;
857 if (overflowed)
  /external/v8/src/ppc/
assembler-ppc-inl.h 161 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
174 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
491 // 2) OVERFLOWED access:
499 bool overflowed = (opcode == ADDIS);
501 if (overflowed) {
507 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
518 bool overflowed = false; local
526 overflowed = true;
529 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
539 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
562 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
  /external/v8/src/heap/
mark-compact.h 200 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
209 // deque as overflowed and wait for a rescan of the heap.
231 // the deque as overflowed and wait for a rescan of the heap.
701 // or overflowed in the heap.
705 // or overflowed in the heap. This respects references only considered in
723 // overflowed objects in the heap, in which case the marking stack's
727 // Refill the marking stack with overflowed objects from the heap. This
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 629 // Compute the size before cookie, and track whether it overflowed.
635 // Add in the cookie, and check whether it's overflowed.
736 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
738 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
740 hasOverflow = overflowed;
775 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
777 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
779 hasOverflow = overflowed;
    [all...]
  /external/libdrm/intel/
intel_decode.c 86 bool overflowed; member in struct:drm_intel_decode
125 if (!ctx->overflowed) {
127 ctx->overflowed = true;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1530 overflowed(Address value, Overflow_check overflow) function in class:__anon75344::Powerpc_relocate_functions
    [all...]

Completed in 9845 milliseconds