Searched
refs:LL (Results
251 -
275 of
871) sorted by null
<<11121314151617181920>>
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.h | 79 return t.tv_sec * 1000000000LL + t.tv_usec * 1000;
|
/hardware/libhardware_legacy/power/ |
power.c | 59 return t.tv_sec*1000000000LL + t.tv_nsec;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
cstdlib.pass.cpp | 75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); 77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
lmcons.h | 106 #define NULL 0LL
|
locale.h | 26 #define NULL 0LL
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
misc.c | 60 #define tv2mS(tv) ((tv).tv_sec * 1000LL + ((tv).tv_usec + 500) / 1000) 138 (unsigned long long) (st.bytes * 1000LL / mS)); 232 (unsigned long long) (st.bytes * 1000LL / mS)); 237 st.bytes * 1000LL / mS, "B",
|
/system/extras/memtrack/ |
memtrack.h | 27 #define NS_PER_SEC 1000000000LL
|
/system/extras/tests/ext4/ |
rand_emmc_perf.c | 78 fprintf(full_stats, "%lld\n", (t.tv_sec * 1000000LL) + t.tv_usec); 87 max_usecs = (max.tv_sec * 1000000LL) + max.tv_usec; 88 total_usecs = (sum.tv_sec * 1000000LL) + sum.tv_usec; 101 x = (t.tv_sec * 1000000LL) + t.tv_usec; /* Convert to long long */
|
/frameworks/av/media/libstagefright/ |
AudioSource.cpp | 243 ((int64_t)kAutoRampDurationUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting 246 ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting 274 int64_t timeUs = systemTime() / 1000ll; 351 ((1000000LL * (bufferSize / frameSize)) +
|
/external/qemu/distrib/ext4_utils/src/ |
ext4_utils.c | 444 num *= 1024LL; 446 num *= 1024LL * 1024LL; 448 num *= 1024LL * 1024LL * 1024LL;
|
/frameworks/av/services/audioflinger/ |
test-resample.cpp | 357 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 358 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec; 373 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 374 end_ns = end.tv_sec * 1000000000LL + end.tv_nsec; 419 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 420 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec;
|
/external/icu/icu4c/source/test/intltest/ |
dcfmapts.cpp | 695 ASSERT_EQUAL(345678901234567890LL, fd.decimalDigits); 696 ASSERT_EQUAL(34567890123456789LL, fd.decimalDigitsWithoutTrailingZeros); 707 ASSERT_EQUAL(123456789012345678LL, fd.decimalDigits); 708 ASSERT_EQUAL(123456789012345678LL, fd.decimalDigitsWithoutTrailingZeros); 709 ASSERT_EQUAL(345678901234567890LL, fd.intValue); 757 ASSERT_EQUAL(100000000000000000LL, fd.intValue); 762 fable.setInt64(4503599627370496LL); 769 ASSERT_EQUAL(4503599627370496LL, fd.intValue); 773 fable.setInt64(4503599627370497LL); 780 ASSERT_EQUAL(4503599627370497LL, fd.intValue) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
basictypes.h | 62 #define INT64_C(x) x ## LL 82 #define INT64_C(x) x ## LL 87 #define INT64_F "ll"
|
/external/chromium_org/third_party/libusb/src/msvc/ |
stdint.h | 130 #define INT64_MIN (-9223372036854775807LL - 1) 135 #define INT64_MAX 9223372036854775807LL
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_winsys_xsp.c | 112 return (uint64_t)tv.tv_sec * 1000000000LL + (uint64_t)tv.tv_usec * 1000LL;
|
/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
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_xsp.c | 112 return (uint64_t)tv.tv_sec * 1000000000LL + (uint64_t)tv.tv_usec * 1000LL;
|
/frameworks/ex/variablespeed/jni/ |
ring_buffer.cc | 55 readers_.push_back(0LL); 57 head_logical_ = 0LL;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
hwint.h | 27 #define HOST_LONG_LONG_FORMAT "ll" 67 # define HOST_WIDE_INT_C(X) X ## LL 102 # define HOST_WIDE_INT_PRINT_C "LL" 132 # define HOST_WIDEST_INT_C(X) X ## LL
|
/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
|
Completed in 886 milliseconds
<<11121314151617181920>>