/external/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
|
/external/llvm/include/llvm/Support/ |
DataTypes.h.cmake | 110 # define INT64_MAX 9223372036854775807LL
|
DataTypes.h.in | 110 # define INT64_MAX 9223372036854775807LL
|
DataTypes.h | 194 # define INT64_MAX 9223372036854775807LL
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_xsp.c | 112 return (uint64_t)tv.tv_sec * 1000000000LL + (uint64_t)tv.tv_usec * 1000LL;
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_InstanceNonce.c | 60 return (jlong) -1098765432109876543LL; 172 return v == 999888777666555444LL; 213 return (v1 == 914) && (v2 == 9140914091409140914LL); 219 return (v1 == -4321LL) && (v2 == 12341234);
|
android_jni_cts_StaticNonce.c | 60 return (jlong) -1098765432109876543LL; 188 return v == 999888777666555444LL; 228 return (v1 == 914) && (v2 == 9140914091409140914LL); 234 return (v1 == -4321LL) && (v2 == 12341234);
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
umachine.h | 171 # define INT64_C(c) c ## LL
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
basic_types.h | 50 #define INT64_C(x) x ## LL 55 #define INT64_F "ll"
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
basic_types.h | 50 #define INT64_C(x) x ## LL 55 #define INT64_F "ll"
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
system-alloc.cc | 362 physmem_base = FLAGS_malloc_devmem_start*1024LL*1024LL; 363 physmem_limit = FLAGS_malloc_devmem_limit*1024LL*1024LL;
|
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/ |
basictypes.h | 40 #define INT64_C(x) x ## LL 46 #define INT64_F "ll"
|
/external/icu/icu4c/source/common/unicode/ |
umachine.h | 171 # define INT64_C(c) c ## LL
|
/external/bluetooth/bluedroid/osi/src/ |
alarm.c | 122 // we'll need to re-schedule since we've adjusted the earliest deadline. 196 return (ts.tv_sec * 1000LL) + (ts.tv_nsec / 1000000LL); 270 wakeup_time.it_value.tv_nsec = (next->deadline % 1000) * 1000000LL;
|
/external/clang/test/Sema/ |
constant-builtins-2.c | 140 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; 142 char popcount10[__builtin_popcountll(~0LL) == BITSIZE(long long) ? 1 : -1]; 153 char parity10[__builtin_parityll(1LL << (BITSIZE(long long) - 1)) == 1 ? 1 : -1];
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_format_interceptor_test.cc | 41 static const unsigned LL = sizeof(long long); 115 testScanf("%llu", 1, LL); 116 testScanf("%qd", 1, LL);
|
/external/chromium_org/sync/internal_api/public/base/ |
unique_position_unittest.cc | 29 // If you run the tests with --v=1, we'll print out some of the lengths 516 0LL, 517 1LL, -1LL, 518 2LL, -2LL, 519 3LL, -3LL,
|
/external/chromium_org/google_apis/drive/ |
drive_api_parser_unittest.cc | 27 EXPECT_EQ(5368709120LL, resource->quota_bytes_total()); 28 EXPECT_EQ(1073741824LL, resource->quota_bytes_used()); 29 EXPECT_EQ(8177LL, resource->largest_change_id());
|
/external/llvm/lib/Support/ |
ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
|
/development/ndk/platforms/android-3/include/ |
stdlib.h | 94 return (__n < 0LL) ? -__n : __n;
|
/development/ndk/platforms/android-8/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/development/ndk/platforms/android-9/include/ |
stdlib.h | 95 return (__n < 0LL) ? -__n : __n;
|
/device/samsung/manta/libsensors/ |
SensorBase.cpp | 94 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 44 * The LL(*) analysis algorithm fails to deal with this due to 55 * I'll have to optimize that in the future.
|