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

<<11121314

  /external/mdnsresponder/mDNSShared/
CommonServices.h 813 #define INT64_C( value ) value ## LL
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 144 #define CV_BIG_INT(n) n##LL
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 180 big_long = PyLong_FromLongLong(1LL << 53);
187 small_long = PyLong_FromLongLong(-1LL << 53);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 920 break; // We'll deal with this situation later on when applying fixups.
924 1LL << (inMicroMipsMode() ? 1 : 2)))
    [all...]
  /external/netperf/
netlib.c 188 #define LONG_LONG_MAX 9223372036854775807LL
711 #define S64_SUFFIX(x) x##LL
    [all...]
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 41 #define NS_PER_MS 1000000LL
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 204 static_cast<uint32>(std::max(response.expectedContentLength(), 0LL));
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl.cc 746 int64 time_internal = 0LL;
    [all...]
  /external/chromium_org/net/ftp/
ftp_network_transaction_unittest.cc     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 803 #define TICKS_PER_SEC 10000000LL
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule.cpp     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 812 uint64_t Floor = 1LL << Log2_64(C);
813 uint64_t Ceil = Log2Ceil == 64 ? 0LL : 1LL << Log2Ceil;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 634 // If this is a trivial offset, then we'll get something like
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 166 int64_t ll = 12; local
167 test->format(ll, result);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 170 int64_t ll = 12; local
171 test->format(ll, result);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 685 9007199254740992LL; // Maximum integer storable as ECMAScript number.
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc     [all...]

Completed in 1037 milliseconds

<<11121314