/external/openfst/src/lib/ |
fst.cc | 47 DEFINE_int64(fst_default_cache_gc_limit, 1<<20LL,
|
/cts/tests/tests/jni/libjnitest/ |
macroized_tests.c | 764 return FAIL_IF_UNEQUAL("%lld", -80080080087LL, result); [all...] |
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 71 #define NSEC_PER_SEC 1000000000LL 73 #define NSEC_PER_33MSEC 33000000LL
|
/external/bison/darwin-lib/ |
stdint.h | 603 # define INT64_C(x) x##LL 617 # define INTMAX_C(x) x##LL
|
/external/bison/lib/ |
stdint.in.h | 602 # define INT64_C(x) x##LL 616 # define INTMAX_C(x) x##LL
|
/external/blktrace/btt/ |
seek.c | 285 long long rval = 0LL; 289 (void)__median(sip->root.rb_node, 0LL, sip->tot_seeks / 2,
|
/external/chromium_org/base/strings/ |
string_util_unittest.cc | 491 {10LL*1024*1024*1024, "10.0 GB"}, 492 {99LL*1024*1024*1024, "99.0 GB"}, 493 {105LL*1024*1024*1024, "105 GB"}, 494 {105LL*1024*1024*1024 + 500LL*1024*1024, "105 GB"}, 495 {~(1LL<<63), "8192 PB"}, 501 {10LL*1024*1024*1024, "10.0 GB"}, 502 {100LL*1024*1024*1024, "100 GB"}, [all...] |
safe_sprintf_unittest.cc | 319 EXPECT_EQ(20, SafeSPrintf(buf, "%d", (int64_t)-9223372036854775807LL-1)); 544 EXPECT_EQ(23, SafeSPrintf(buf, "%23o", -1LL)); 546 EXPECT_EQ(23, SafeSPrintf(buf, "%023o", -1LL)); 614 EXPECT_EQ(17, SafeSPrintf(buf, "%17X", -1LL)); 616 EXPECT_EQ(17, SafeSPrintf(buf, "%017X", -1LL));
|
/external/chromium_org/base/time/ |
time_win.cc | 62 DCHECK_GE(us, 0LL) << "Time is less than 0, negative values are not " 258 if (us_ < 0LL) {
|
/external/chromium_org/mojo/system/ |
memory_unittest.cc | 130 *ptr = 1234567890123LL; 132 EXPECT_EQ(1234567890123LL, my_int64_array[2]);
|
/external/chromium_org/rlz/lib/ |
financial_ping_test.cc | 56 const int64 k1MinuteInterval = 60LL * 10000000LL; // 1 minute
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0); 268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
|
/external/clang/include/clang/AST/ |
VTableBuilder.h | 154 assert(Offset.getQuantity() < (1LL << 56) && "Offset is too big!"); 155 assert(Offset.getQuantity() >= -(1LL << 56) && "Offset is too small!");
|
/external/llvm/lib/Target/X86/ |
X86JITInfo.cpp | 401 if (diff >= -2147483648LL && diff <= 2147483647LL) {
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0); 268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
|
/external/llvm/unittests/ADT/ |
StringRefTest.cpp | 299 EXPECT_EQ(2U, Str.find("ll", 2)); 300 EXPECT_EQ(StringRef::npos, Str.find("ll", 3)); 400 , {"2147483647", 2147483647LL} 401 , {"2147483648", 2147483648LL} 402 , {"-2147483648", -2147483648LL} 403 , {"-2147483649", -2147483649LL} 404 , {"-9223372036854775808", -(9223372036854775807LL) - 1}
|
/bionic/libc/bionic/ |
time64.c | 109 static const Time64_T seconds_in_gregorian_cycle = days_in_gregorian_cycle * 60LL * 60LL * 24LL;
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
QCameraHWI_Metatags.cpp | 423 static const int64_t USEC = 1000LL; 424 static const int64_t MSEC = USEC * 1000LL; 425 static const int64_t SEC = MSEC * 1000LL;
|
/external/chromium_org/chrome/utility/importer/ |
bookmark_html_reader.cc | 291 if (0 < time && time < (1LL << 32)) 377 if (0 < time && time < (1LL << 32))
|
/external/chromium_org/mojo/apps/js/test/ |
js_to_cpp_unittest.cc | 35 const int64 kExpectedInt64Value = -77263311946305LL; 42 const uint64 kExpectedUInt64Value = 77263311946305LL;
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvmuxerutil.cpp | 222 const uint64 bit = 1LL << (size * 7); 233 bit = 1LL << (size * 7);
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxerutil.cpp | 202 const uint64 bit = 1LL << (size * 7); 213 bit = 1LL << (size * 7);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
/bionic/benchmarks/ |
benchmark_main.cpp | 55 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec;
|
/bionic/libc/include/ |
stdint.h | 146 # define INT64_C(c) c ## LL
|