Searched
refs:LL (Results
326 -
350 of
731) sorted by null
<<11121314151617181920>>
/external/qemu/android/camera/ |
camera-common.h | 187 return (uint64_t)t.tv_sec * 1000000LL + t.tv_usec;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsvideo.c | 166 4 | (1LL << 60), /* GIFtag */ 217 im[it++] = (isize >> 4) | (eop ? (1 << 15) : 0) | (2LL << 58); 231 3 | (1LL << 60), /* GIFtag */ 241 5 | (1LL << 60), /* GIFtag */
|
/frameworks/av/libvideoeditor/lvpp/ |
DummyVideoSource.cpp | 158 (currentTimeMs - mImagePlayStartTime) * 1000LL;
|
/frameworks/av/media/libstagefright/ |
HTTPBase.cpp | 93 mBandWidthCollectFreqMs * 1000LL) {
|
WAVExtractor.cpp | 311 1000000LL * (mDataSize / 65 * 320) / 8000; 315 1000000LL * (mDataSize / (mNumChannels * bytesPerSample)) 510 timeStampUs = 1000000LL * (mCurrentPos - mOffset) * 320 / 65 / mSampleRate; 513 timeStampUs = 1000000LL * (mCurrentPos - mOffset)
|
/hardware/akm/AK8975_FS/libsensors/ |
SensorBase.cpp | 112 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
|
/hardware/invensense/65xx/libsensors_iio/ |
PressureSensor.IIO.secondary.cpp | 125 int t_poll_time = (int)(ns / 1000000LL);
|
SensorBase.cpp | 93 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec;
|
/system/extras/fatblock/ |
fatblock.c | 173 ret = fs_import(&fs, 32768, 1048576LL * mb, &total_size);
|
/system/extras/tests/timetest/ |
timetest.c | 22 return (((long long) t.tv_sec) * 1000000000LL) +
|
/system/vold/ |
fstrim.c | 48 time_ms = (t.tv_sec * 1000LL) + (t.tv_nsec / 1000000);
|
/frameworks/av/media/libmedia/ |
AudioRecord.cpp | 819 static const nsecs_t kFudgeNs = 10000000LL; // 10 ms 820 ns = ((minFrames * 1000000000LL) / mSampleRate) + kFudgeNs; 831 timeout.tv_sec = ns / 1000000000LL; 832 timeout.tv_nsec = ns % 1000000000LL; 861 1100000000LL) / mSampleRate; 885 return WAIT_PERIOD_MS * 1000000LL; 916 return (mRemainingFrames * 1100000000LL) / mSampleRate; 969 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL) 1007 ns = 1000000000LL;
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 62 #define NSEC_PER_SEC 1000000000LL 64 #define NSEC_PER_33MSEC 33000000LL
|
/external/chromium/chrome/common/ |
json_pref_store_unittest.cc | 147 base::Int64ToString(214748364842LL))); 152 EXPECT_EQ(214748364842LL, value);
|
/external/chromium_org/base/prefs/ |
json_pref_store_unittest.cc | 138 new StringValue(base::Int64ToString(214748364842LL))); 143 EXPECT_EQ(214748364842LL, value);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 484 SDValue LL, LH, RL, RH, CL, CH; 486 GetSplitOp(N->getOperand(1), LL, LH); 502 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); 508 SDValue LL, LH, RL, RH; 510 GetSplitOp(N->getOperand(2), LL, LH); 513 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), 514 N->getOperand(1), LL, RL, N->getOperand(4));
|
/external/qemu/block/ |
qcow2.h | 43 #define QCOW_OFLAG_COPIED (1LL << 63) 45 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
|
/external/v8/src/ |
globals.h | 182 #define V8_PTR_PREFIX "ll" 185 #define V8_INT64_C(x) (x ## LL) 186 #define V8_INTPTR_C(x) (x ## LL)
|
/external/valgrind/main/memcheck/tests/ |
atomic_incs.c | 122 "ll $t3, 0($t1)" "\n\t" 141 "ll $t3, 0($t1)" "\n\t" 257 "ll $t3, 0($t1)" "\n\t" 379 "ll $t3, 0($t1)" "\n\t" 539 && (0LL == *p64 || 682858642110LL == *p64)) {
|
/frameworks/av/services/audioflinger/ |
test-resample.cpp | 228 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; 229 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec;
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 62 #define NSEC_PER_SEC 1000000000LL 64 #define NSEC_PER_33MSEC 33000000LL
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdint_h.pass.cpp | 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL"); 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL"); 198 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 174 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL"); 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 192 static_assert(INT_FAST64_MIN <= -9223372036854775808ULL, "INT_FAST64_MIN <= -9223372036854775808LL"); 198 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
integer_traits.hpp | 225 // we'll just have to work out the values for ourselves (assumes 2's compliment representation): 230 public detail::integer_traits_base< ::boost::long_long_type, (1LL << (sizeof(::boost::long_long_type) * CHAR_BIT - 1)), ~(1LL << (sizeof(::boost::long_long_type) * CHAR_BIT - 1))>
|
/sdk/emulator/opengl/tests/event_injector/ |
iolooper-select.c | 254 return now_100ns / 10000LL; 258 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
|
Completed in 1169 milliseconds
<<11121314151617181920>>