HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 301 - 325 of 332) sorted by null

<<11121314

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 405 // We'll ignore allocations with a return address in a disabled range
536 static uintptr_t min_heap_address = uintptr_t(-1LL);
772 // The reason is that we'll treat as live the currently used
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 405 // We'll ignore allocations with a return address in a disabled range
536 static uintptr_t min_heap_address = uintptr_t(-1LL);
772 // The reason is that we'll treat as live the currently used
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 406 [C(LL)] = (CACHE_READ | CACHE_WRITE | CACHE_PREFETCH),
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 163 uint64_t Chunk = (1LL << 31) - 1;
470 // have a call out. Otherwise just make sure we have some alignment - we'll
632 // Realign stack after we pushed callee-saved registers (so that we'll be
702 // We'll also use 4 already allocated bytes for EAX.
878 // have a call out. Otherwise just make sure we have some alignment - we'll
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 927 <ruleDescriptor.ruleListLabels:{ll|ANTLRParserRuleReturnScope *<ll.label.text> = nil;}; separator="\n">
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 349 // assert(std::pow(Value<long double,1>(), 1LL) == 1);
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 698 int64_t Align = 1LL << scale;
699 int64_t Max = Align * ((1LL << width) - 1);
712 int64_t Align = 1LL << scale;
713 int64_t Max = Align * ((1LL << (width-1)) - 1);
714 int64_t Min = -Align * (1LL << (width-1));
961 // If it's not a constant expression, it'll generate a fixup and be
970 // If it's not a constant expression, it'll generate a fixup and be
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc 306 if (((imm64 & ((1LL << 48) - 1)) == 0) &&
    [all...]
assembler_thumb2.cc 381 if (((imm64 & ((1LL << 48) - 1)) == 0) &&
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 324 base::Time::Now() + base::TimeDelta::FromHours(1LL));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 875 // We'll need DataLayout from here on out.
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 178 NewBits[i] = BitInit::get(Value & (1LL << i));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/libedit/
configure     [all...]

Completed in 1066 milliseconds

<<11121314