HomeSort by relevance Sort by last modified time
    Searched refs:Overflow (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basicop_malloc.h 86 extern Flag Overflow;
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 96 template<unsigned char C> struct Overflow; // expected-note{{template parameter is declared here}}
98 Overflow<5> *overflow1; // okay
99 Overflow<255> *overflow2; // okay
100 Overflow<256> *overflow3; // expected-warning{{non-type template argument value '256' truncated to '0' for template parameter of type 'unsigned char'}}
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 39 Overflow,
  /external/chromium_org/third_party/freetype/src/psaux/
psconv.c 143 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
294 goto Overflow;
301 goto Overflow;
307 goto Overflow;
333 /* it's not necessary to check this addition for overflow */
348 Overflow:
350 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
  /external/freetype/src/psaux/
psconv.c 143 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
294 goto Overflow;
301 goto Overflow;
307 goto Overflow;
333 /* it's not necessary to check this addition for overflow */
348 Overflow:
350 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psconv.c 143 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
199 // We must use 64-bit integer to avoid overflow. If there is some 64-bit integer support.
235 // Do accurate overflow check if FT_INT64 supported, otherwise vague check.
312 goto Overflow;
319 goto Overflow;
325 goto Overflow;
350 // Do accurate overflow check if FT_INT64 supported, otherwise ignore the check at this moment.
374 Overflow:
376 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
  /external/clang/lib/Lex/
PPExpressions.cpp 246 // Overflow parsing integer literal.
254 // Detect overflow based on whether the value is signed. If signed
372 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue();
375 if (Overflow && ValueLive)
567 bool Overflow = false;
582 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false);
594 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false);
599 // Determine whether overflow is about to happen.
602 Overflow = ShAmt >= LHS.Val.getBitWidth();
603 if (Overflow)
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 885 // Return infinity for exponent overflow
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 13 'Requires Stack Overflow permission';
  /external/llvm/include/llvm/ADT/
APInt.h 931 // Operations that return overflow indicators.
932 APInt sadd_ov(const APInt &RHS, bool &Overflow) const;
933 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
934 APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
935 APInt usub_ov(const APInt &RHS, bool &Overflow) const;
936 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
937 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
938 APInt umul_ov(const APInt &RHS, bool &Overflow) const
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 218 /* Only add digit if we don't overflow. */
273 goto Overflow;
343 goto Overflow;
374 goto Overflow;
386 Overflow:
388 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
430 goto Overflow;
435 goto Overflow;
440 Overflow:
441 FT_TRACE4(( "!!!OVERFLOW:!!!" ))
    [all...]
  /external/freetype/src/cff/
cffparse.c 214 /* Only add digit if we don't overflow. */
269 goto Overflow;
339 goto Overflow;
370 goto Overflow;
382 Overflow:
384 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
426 goto Overflow;
431 goto Overflow;
436 Overflow:
437 FT_TRACE4(( "!!!OVERFLOW:!!!" ))
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffparse.c 218 /* Only add digit if we don't overflow. */
273 goto Overflow;
343 goto Overflow;
374 goto Overflow;
386 Overflow:
388 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
430 goto Overflow;
435 goto Overflow;
440 Overflow:
441 FT_TRACE4(( "!!!OVERFLOW:!!!" ))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 131 idesc64 isrL, 0x0008, 0 ; 0x04, 4, #OF, INTO detected Overflow
170 dw isrR, 0 ; 0x04, 4, #OF, INTO detected Overflow
xdfprotect.asm 105 idesc32 isrP, 0x0008, 0 ; 0x04, 4, #OF, INTO detected Overflow
143 dw isrR, 0 ; 0x04, 4, #OF, INTO detected Overflow
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutexset_test.cc 108 TEST(MutexSet, Overflow) {
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 111 case Relocator::Overflow: {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 132 unsigned int Overflow : 1;
bdaiface.h 296 STDMETHOD_(HRESULT,GetStatus)(THIS_ DWORD *CurrentBitrate,WINBOOL *CarrierLock,DWORD *CurrentFrequency,WINBOOL *CurrentSpectrumInversion,BSTR *CurrentPIDList,BSTR *CurrentTIDList,WINBOOL *Overflow) PURE;
310 #define IBDA_FDC_GetStatus(This,CurrentBitrate,CarrierLock,CurrentFrequency,CurrentSpectrumInversion,CurrentPIDList,CurrentTIDList,Overflow) (This)->lpVtbl->GetStatus(This,CurrentBitrate,CarrierLock,CurrentFrequency,CurrentSpectrumInversion,CurrentPIDList,CurrentTIDList,Overflow)
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 658 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow.
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 300 // Return true if overflow
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
math-hyperbolic.js 161 // No overflow, case |x| in [log(maxdouble), threshold]
164 // Overflow, case |x| > threshold
186 // Overflow.
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 558 return Relocator::Overflow;
673 return Relocator::Overflow;
798 return Relocator::Overflow;
891 return Relocator::Overflow;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 98 // Hash the overflow behavior
99 unsigned Overflow =
102 return hash_combine(BinOp->getOpcode(), Overflow, LHS, RHS);
160 // Check overflow attributes
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 336 TEST_F(TouchActionTest, Overflow)
338 runTouchActionTest("touch-action-overflow.html");

Completed in 924 milliseconds

1 2 3