Searched defs:overflow (Results 101 - 125 of 133) sorted by relevance

123456

/external/chromium_org/net/spdy/
H A Dspdy_framer.cc2608 // This will get overwritten if we overflow into a CONTINUATION frame.
2719 // This will get overwritten if we overflow into a CONTINUATION frame.
2926 size_t overflow = size - kMaxControlFrameSize; local
2927 return overflow / (kMaxControlFrameSize - GetContinuationMinimumSize()) + 1;
2964 // Tack on CONTINUATION frames for the overflow.
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h3045 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOverflow overflow) argument
3049 switch (overflow) {
/external/chromium_org/v8/src/
H A Dlog.cc644 bool overflow_; // Tell whether a buffer overflow has occurred.
753 bool overflow = Remove(&sample); local
755 LOG(isolate_, TickEvent(&sample, overflow));
756 overflow = Remove(&sample);
1519 void Logger::TickEvent(TickSample* sample, bool overflow) { argument
1533 if (overflow) {
1534 msg.Append(",overflow");
H A Dhydrogen-instructions.cc133 bool* overflow) {
136 *overflow = true;
140 *overflow = true;
145 *overflow = true;
149 *overflow = true;
160 bool* overflow) {
162 return ConvertAndSetOverflow(r, result, overflow);
169 bool* overflow) {
171 return ConvertAndSetOverflow(r, result, overflow);
178 bool* overflow) {
131 ConvertAndSetOverflow(Representation r, int64_t result, bool* overflow) argument
157 AddWithoutOverflow(Representation r, int32_t a, int32_t b, bool* overflow) argument
166 SubWithoutOverflow(Representation r, int32_t a, int32_t b, bool* overflow) argument
175 MulWithoutOverflow(const Representation& r, int32_t a, int32_t b, bool* overflow) argument
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc853 LayerImpl* overflow = scroll_layer->children()[0]; local
854 overflow->SetBounds(overflow_size);
855 overflow->SetContentBounds(overflow_size);
856 overflow->SetScrollClipLayer(scroll_layer->parent()->id());
857 overflow->SetScrollOffset(gfx::Vector2d());
858 overflow->SetPosition(gfx::PointF());
866 EXPECT_VECTOR_EQ(gfx::Vector2dF(), overflow->TotalScrollOffset());
872 EXPECT_VECTOR_EQ(gfx::Vector2dF(10, 10), overflow->TotalScrollOffset());
874 overflow->set_user_scrollable_horizontal(false);
879 EXPECT_VECTOR_EQ(gfx::Vector2dF(10, 10), overflow
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp372 // Update our scroll information if we're overflow:auto/scroll/hidden now that we know if
373 // we overflow or not.
498 // Add overflow from children (unless we're multi-column, since in that case all our child overflow is clipped anyway).
795 // FIXME: Paginating using line overflow isn't all fine. See FIXME in
797 LayoutRect overflow = line->logicalVisualOverflowRect(line->lineTop(), line->lineBottom()); local
798 lineTop = std::min(line->lineTopWithLeading(), overflow.y());
805 // FIXME: For now we paginate using line overflow. This ensures that lines don't overlap at all when we
810 // The rendering we would like to see is one where the lineTopWithLeading is at the top of the column, and any line overflow
813 // for overflow t
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c2090 Bool overflow; member in struct:__anon13442
2099 p->overflow = True;
2131 outStream.overflow = False;
2148 if (outStream.overflow)
2233 outStream.overflow = False;
2243 if (outStream.overflow)
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c2091 Bool overflow; member in struct:__anon14773
2100 p->overflow = True;
2132 outStream.overflow = False;
2149 if (outStream.overflow)
2234 outStream.overflow = False;
2244 if (outStream.overflow)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c56 #define ERRCODE_OVFL "numeric overflow error"
1887 /* ignores sign change (= overflow) but not */
2022 /* ignores sign change (= overflow) but not */
2689 boolean overflow; local
2717 overflow = BitVector_compute(X,X,Y,false,&carry);
2718 if (strict) ok = not (carry or overflow);
2726 overflow = ((*sign AND mask) != 0);
2727 ok = not (carry or overflow);
3827 /* Version 6.0 08.10.00 Corrected overflow handling. */
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc1294 bool overflow; local
1297 overflow = ((left >= 0 && right >= 0) || (left < 0 && right < 0))
1302 overflow = ((left < 0 && right >= 0) || (left >= 0 && right < 0))
1306 return overflow;
3185 // Check for overflow. This code works because 32bit integers can be
H A Dlithium-codegen-arm.cc1412 // We don't need to check for overflow when truncating with sdiv
1493 // Dividing by -1 is basically negation, unless we overflow.
1501 // If the negation could not overflow, simply shifting is OK.
1588 // We don't need to check for overflow when truncating with sdiv
1629 bool overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); local
1643 if (overflow) {
1695 if (overflow) {
3747 // will clear the V (overflow) flag and rsb won't set this flag
3750 // Deoptimize on overflow.
4726 // There was overflow, s
[all...]
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp107 /// does not overflow.
431 /// Create a binary op that checks for overflow.
580 // all values of this integer type. Don't need an overflow check.
606 // Don't need an overflow check for lower bound. Just check for
618 // Don't need an overflow check for upper bound. Just check for
642 // FIXME: Maybe split this sanitizer out from float-cast-overflow.
865 // Divide or modulo by zero, or signed overflow (eg INT_MAX / -1).
869 // Signed arithmetic overflow (+, -, *).
1571 // atomicrmw instructions. We skip this if we want to be doing overflow
1620 // overflow becaus
2233 Value *overflow = Builder.CreateExtractValue(resultAndOverflow, 1); local
[all...]
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp598 (result, carry, overflow) = AddWithCarry(SP, imm32, '0');
607 APSR.V = overflow;
1285 (result, carry, overflow) = AddWithCarry(SP, imm32, '0');
1294 APSR.V = overflow;
1352 // APSR.V = overflow;
1370 (result, carry, overflow) = AddWithCarry(SP, shifted, '0');
1379 APSR.V = overflow;
1695 (result, carry, overflow) = AddWithCarry(SP, NOT(imm32), '1');
1704 APSR.V = overflow;
1747 (result, carry, overflow)
13261 uint8_t overflow; local
13349 WriteCoreRegOptionalFlags(Context &context, const uint32_t result, const uint32_t Rd, bool setflags, const uint32_t carry, const uint32_t overflow) argument
13397 WriteFlags(Context &context, const uint32_t result, const uint32_t carry, const uint32_t overflow) argument
[all...]
/external/lzma/C/
H A DLzmaEnc.c2090 Bool overflow; member in struct:__anon26715
2099 p->overflow = True;
2131 outStream.overflow = False;
2148 if (outStream.overflow)
2233 outStream.overflow = False;
2243 if (outStream.overflow)
/external/pcre/dist/
H A Dpcre_compile.c74 holds the compiled pattern length does not overflow. We make it a bit less than
476 "internal error: code overflow\0"
1033 BOOL braced, negated, overflow; local
1142 overflow = FALSE;
1145 if (s > INT_MAX / 10 - 1) /* Integer overflow */
1147 overflow = TRUE;
1152 if (overflow) /* Integer overflow */
1209 overflow = FALSE;
1212 if (s > INT_MAX / 10 - 1) /* Integer overflow */
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c296 char *overflow; /* Code to execute on a stack overflow */ member in struct:lemon
2242 psp->declargslot = &(psp->gp->overflow);
3974 tplt_print(out,lemp,lemp->overflow,&lineno);
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc1346 // for checking overflow.
1354 // Dividing by -1 is basically negation, unless we overflow.
1363 // If the negation could not overflow, simply shifting is OK.
1476 bool overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); local
1489 if (overflow) {
1543 if (overflow) {
1712 Register overflow = scratch0(); local
1719 overflow); // Reg at also used as scratch. local
1722 // Due to overflow check macros not supporting constant operands,
1727 overflow); // Re local
1902 Register overflow = scratch0(); local
1910 overflow); // Reg at also used as scratch. local
1918 overflow); // Reg at also used as scratch. local
4633 Register overflow = scratch0(); local
[all...]
H A Dmacro-assembler-mips.cc1673 // Check for overflow and NaNs.
2408 // slt instructions. We could use sub or add instead but we would miss overflow
5090 void MacroAssembler::SmiTagCheckOverflow(Register reg, Register overflow) { argument
5091 DCHECK(!reg.is(overflow));
5092 mov(overflow, reg); // Save original value.
5094 xor_(overflow, overflow, reg); // Overflow if (value ^ 2 * value) < 0.
5100 Register overflow) {
5103 SmiTagCheckOverflow(dst, overflow);
5106 DCHECK(!dst.is(overflow));
5098 SmiTagCheckOverflow(Register dst, Register src, Register overflow) argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc1302 // for checking overflow.
1311 // Dividing by -1 is basically negation, unless we overflow.
1319 // If the negation could not overflow, simply shifting is OK.
1438 bool overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); local
1451 if (overflow) {
1505 if (overflow) {
1671 Register overflow = scratch0(); local
1678 overflow); // Reg at also used as scratch. local
1681 // Due to overflow check macros not supporting constant operands,
1686 overflow); // Re local
1865 Register overflow = scratch0(); local
1873 overflow); // Reg at also used as scratch. local
1881 overflow); // Reg at also used as scratch. local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h530 // It's sufficient to just check one direction, since it's illegal to have visible on only one overflow value.
1312 void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow); } argument
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2129 int64_t overflow; member in struct:XBZRLECacheStats
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c158 ** level of recursion for each term. A stack overflow can result
6032 ** buffer and where forced to overflow to [sqlite3_malloc()]. The
6055 ** buffer and where forced to overflow to [sqlite3_malloc()]. The values
18007 ** signed integer value might cause an integer overflow inside of the
20733 ** special case 2 overflow if positive */
21308 ** overflow, leave *pA unchanged and return 1.
82915 u8 overflow; /* True if integer overflow seen */ member in struct:SumCtx
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c6356 ** buffer and where forced to overflow to [sqlite3_malloc()]. The
6379 ** buffer and where forced to overflow to [sqlite3_malloc()]. The values
7699 ** level of recursion for each term. A stack overflow can result
20046 ** signed integer value might cause an integer overflow inside of the
22798 ** special case 2 overflow if positive */
23423 ** overflow, leave *pA unchanged and return 1.
23471 /* If both iA1 and iB1 are non-zero, overflow will result */
93031 u8 overflow; /* True if integer overflow seen */ member in struct:SumCtx
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6356 ** buffer and where forced to overflow to [sqlite3_malloc()]. The
6379 ** buffer and where forced to overflow to [sqlite3_malloc()]. The values
7699 ** level of recursion for each term. A stack overflow can result
20046 ** signed integer value might cause an integer overflow inside of the
22798 ** special case 2 overflow if positive */
23423 ** overflow, leave *pA unchanged and return 1.
23471 /* If both iA1 and iB1 are non-zero, overflow will result */
93051 u8 overflow; /* True if integer overflow seen */ member in struct:SumCtx
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 8481 milliseconds

123456