Searched
refs:LL (Results
301 -
325 of
1081) sorted by null
<<11121314151617181920>>
/external/strace/tests-m32/ |
pkey_mprotect.c | 82 -1LL,
|
/external/strace/tests-mx32/ |
pkey_mprotect.c | 82 -1LL,
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
BlockFrequencyTest.cpp | 41 const uint64_t Big = 387246523487234346LL;
|
/external/webrtc/talk/app/webrtc/java/jni/ |
androidmediacodeccommon.h | 83 return webrtc::TickTime::Now().Ticks() / 1000000LL;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
StatusTracker.h | 123 static const nsecs_t kWaitDuration = 250000000LL; // 250 ms
|
/frameworks/wilhelm/src/desktop/ |
SndFile.cpp | 58 1000000LL) / sampleRateMilliHz) + thisAP->mPlay.mLastSeekPosition; 79 // not much we can do if the Enqueue fails, so we'll just drop the decoded data 220 audioPlayer->mSndFile.mSfInfo.samplerate) / 1000LL), SEEK_SET); 262 1000LL) / thiz->mSndFile.mSfInfo.samplerate); 267 (long long) thiz->mSampleRateMilliHz) / 1000000LL;
|
/hardware/invensense/6515/libsensors_iio/ |
SensorBase.h | 80 return t.tv_sec * 1000000000LL + t.tv_usec * 1000;
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.h | 79 return t.tv_sec * 1000000000LL + t.tv_usec * 1000;
|
/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
|
/prebuilts/go/darwin-x86/src/debug/dwarf/testdata/ |
typedef.c | 48 e4 = 1000000000000000LL,
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
asm_mips64x.s | 9 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) 23 LL(2, 1) // R1 = *R2 58 LL(1, 4) // R4 = *R1 102 LL(2, 1) // R1 = *R2
|
/prebuilts/go/linux-x86/src/debug/dwarf/testdata/ |
typedef.c | 48 e4 = 1000000000000000LL,
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
asm_mips64x.s | 9 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) 23 LL(2, 1) // R1 = *R2 58 LL(1, 4) // R4 = *R1 102 LL(2, 1) // R1 = *R2
|
/prebuilts/ndk/r11/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/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/ |
cstdlib.pass.cpp | 93 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); 95 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
time_util.h | 58 static const int64 kTimestampMinSeconds = -62135596800LL; 60 static const int64 kTimestampMaxSeconds = 253402300799LL; 61 static const int64 kDurationMinSeconds = -315576000000LL; 62 static const int64 kDurationMaxSeconds = 315576000000LL;
|
/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 */
|
/external/icu/icu4c/source/test/intltest/ |
dcfmapts.cpp | 805 ASSERT_EQUAL(345678901234567890LL, fd.decimalDigits); 806 ASSERT_EQUAL(34567890123456789LL, fd.decimalDigitsWithoutTrailingZeros); 817 ASSERT_EQUAL(123456789012345678LL, fd.decimalDigits); 818 ASSERT_EQUAL(123456789012345678LL, fd.decimalDigitsWithoutTrailingZeros); 819 ASSERT_EQUAL(345678901234567890LL, fd.intValue); 867 ASSERT_EQUAL(100000000000000000LL, fd.intValue); [all...] |
/external/libmojo/base/android/ |
jni_array_unittest.cc | 168 const int64_t kInt64s[] = {0LL, 1LL, -1LL}; 196 const int64_t kInt64s[] = {0LL, 1LL, -1LL};
|
/frameworks/av/media/libaudioprocessing/tests/ |
test-resampler.cpp | 355 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 356 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec; 371 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 372 end_ns = end.tv_sec * 1000000000LL + end.tv_nsec; 417 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 418 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec;
|
/frameworks/av/media/libstagefright/ |
AudioSource.cpp | 264 ((int64_t)kAutoRampDurationUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting 267 ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting 315 timeUs = systemTime() / 1000ll; 319 timeUs -= mRecord->latency() * 1000LL; 398 ((1000000LL * (bufferSize / frameSize)) +
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 201 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00 202 mUnderrunNs = (frameCount * 1750000000LL) / mSampleRate; // 1.75 203 mOverrunNs = (frameCount * 500000000LL) / mSampleRate; // 0.50 204 mForceNs = (frameCount * 950000000LL) / mSampleRate; // 0.95 205 mWarmupNsMin = (frameCount * 750000000LL) / mSampleRate; // 0.75 206 mWarmupNsMax = (frameCount * 1250000000LL) / mSampleRate; // 1.25
|
Completed in 851 milliseconds
<<11121314151617181920>>