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 162 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
175 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
527 // 2) OVERFLOWED access:
535 bool overflowed = (opcode == ADDIS);
537 if (overflowed) {
543 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
554 bool overflowed = false; local
562 overflowed = true;
565 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
575 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
598 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
  /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/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:__anon74217::Powerpc_relocate_functions
    [all...]

Completed in 114 milliseconds