/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 204 virtual int_type overflow(int_type = traits_type::eof());
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 204 virtual int_type overflow(int_type = traits_type::eof());
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 241 bxlo lr @ return to raise stack overflow excep. 309 bxlo r12 @ return to raise stack overflow excep. 419 bxlo lr @ return to raise stack overflow excep. 724 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because [all...] |
CompilerTemplateAsm-armv5te-vfp.S | 241 bxlo lr @ return to raise stack overflow excep. 309 bxlo r12 @ return to raise stack overflow excep. 419 bxlo lr @ return to raise stack overflow excep. 512 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 241 bxlo lr @ return to raise stack overflow excep. 309 bxlo r12 @ return to raise stack overflow excep. 419 bxlo lr @ return to raise stack overflow excep. 512 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because [all...] |
CompilerTemplateAsm-armv7-a.S | 241 bxlo lr @ return to raise stack overflow excep. 309 bxlo r12 @ return to raise stack overflow excep. 419 bxlo lr @ return to raise stack overflow excep. 512 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
util.js | 344 // If allowing overflow on the rightmost cell of a row,
|
/external/v8/src/ia32/ |
full-codegen-ia32.cc | [all...] |
assembler-ia32.cc | 157 // Ensure that we _never_ overflow the next field. 364 // Finalize code (at this point overflow() may be true, but the gap ensures [all...] |
lithium-codegen-ia32.cc | 905 // If we know that the multiplication can't overflow, it's safe to 906 // use instructions that don't set the overflow flag for the 942 DeoptimizeIf(overflow, instr->environment()); [all...] |
code-stubs-ia32.cc | 613 __ j(overflow, &use_fp_on_smis, not_taken); 618 __ j(overflow, &use_fp_on_smis, not_taken); 632 __ j(overflow, &use_fp_on_smis, not_taken); 650 // -1. We cannot use the overflow flag, since it is not set by idiv [all...] |
/external/openssl/crypto/bn/asm/ |
sparcv9-mont.pl | 273 subc $car2,0,$car2 ! handle upmost overflow bit
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic32_64.cpp | 689 addSlowCase(branchAdd32(Overflow, TrustedImm32(1), regT0)); 700 linkSlowCase(iter); // overflow check 723 addSlowCase(branchSub32(Overflow, TrustedImm32(1), regT0)); 734 linkSlowCase(iter); // overflow check 751 addSlowCase(branchAdd32(Overflow, TrustedImm32(1), regT0)); 760 linkSlowCase(iter); // overflow check 776 addSlowCase(branchSub32(Overflow, TrustedImm32(1), regT0)); 785 linkSlowCase(iter); // overflow check 824 addSlowCase(branchAdd32(Overflow, regT2, regT0)); 844 addSlowCase(branchAdd32(Overflow, Imm32(constant), regT0)) 1188 Jump overflow = getSlowCase(iter); \/\/ overflow check local [all...] |
/external/zlib/contrib/pascal/ |
example.pas | 538 comprLen := 10000 * SizeOf(Integer); (* don't overflow on MSDOS *)
|
/external/mksh/src/ |
Build.sh | 894 ac_flags 1 schk "${ccpc}-s" 'for stack overflow checking' [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 790 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; } function in class:v8::internal::Assembler 879 // not have to check for overflow. The same is true for writes of large [all...] |
/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 828 // No-overflow tests. 900 ASSERT(x != -1); // Can't overflow by subtracting a Smi. 1144 bool overflow = (x == Smi::kMinValue && y < 0); \/\/ Safe approx. used. local 1146 bool overflow = (x == Smi::kMinValue && y == -1); local [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotGridNodes.js | 180 div.style.overflow = "hidden";
|
/external/v8/src/ |
runtime.js | 431 // big enough, but sanity check the value to avoid overflow when
|
/external/valgrind/main/coregrind/ |
m_main.c | [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 264 overflow = 0, enumerator in enum:v8::internal::Condition 391 // this must not overflow. [all...] |
full-codegen-x64.cc | [all...] |
lithium-codegen-x64.cc | 905 // If the multiplication is known to not overflow, we 906 // can use operations that don't set the overflow flag 944 DeoptimizeIf(overflow, instr->environment()); [all...] |
/frameworks/base/services/audioflinger/ |
AudioFlinger.h | 954 bool overflow() { bool tmp = mOverflow; mOverflow = false; return tmp; } function in class:android::AudioFlinger::RecordThread::RecordTrack [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.cpp | 3523 IntRect overflow = layerBounds; local [all...] |