/external/qemu/ |
qemu-timer.h | 88 return 1000000000LL; 97 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000); 124 return ts.tv_sec * 1000000000LL + ts.tv_nsec;
|
/frameworks/rs/ |
rsCppUtils.h | 168 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec; 174 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
|
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.cpp | 80 #define HW_GYRO_RATE_NS (1000000000LL / rate_request) // to Hz 87 #define HW_COMPASS_RATE_HZ (1000000000LL / hertz_request) 89 #define RATE_200HZ 5000000LL 90 #define RATE_15HZ 66667000LL 91 #define RATE_5HZ 200000000LL 556 mDelays[i] = 1000000000LL; 557 mBatchDelays[i] = 1000000000LL; 558 mBatchTimeouts[i] = 30000000000LL; 813 inv_set_accel_orientation_and_scale(orient, 1LL << 22); [all...] |
/dalvik/vm/ |
Misc.cpp | 451 return (u8)now.tv_sec*1000000000LL + now.tv_nsec; 455 return (u8)now.tv_sec*1000000000LL + now.tv_usec * 1000LL; 469 return (u8)now.tv_sec*1000000000LL + now.tv_nsec; 488 return (u8)now.tv_sec*1000000000LL + now.tv_nsec;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsyuv.c | 101 /* Double-check the requested format. For simplicity, we'll only 171 simplicity we'll support only one. Opening the IPU more 227 tags[0] = 4 | (1LL << 60); /* GIFtag */ 245 tags[10] = ((16*16*bpp) >> 4) | (2LL << 58); 253 tags[12] = (0 >> 4) | (1 << 15) | (2LL << 58); 267 tags[0] = 3 | (1LL << 60); /* GIFtag */ 287 tags[0] = 5 | (1LL << 60); /* GIFtag */
|
/art/runtime/ |
utils.cc | 135 return static_cast<uint64_t>(now.tv_sec) * 1000LL + now.tv_nsec / 1000000LL; 139 return static_cast<uint64_t>(now.tv_sec) * 1000LL + now.tv_usec / 1000LL; 147 return static_cast<uint64_t>(now.tv_sec) * 1000000LL + now.tv_nsec / 1000LL; 151 return static_cast<uint64_t>(now.tv_sec) * 1000000LL + now.tv_usec; 159 return static_cast<uint64_t>(now.tv_sec) * 1000000000LL + now.tv_nsec; 163 return static_cast<uint64_t>(now.tv_sec) * 1000000000LL + now.tv_usec * 1000LL; [all...] |
/frameworks/base/core/jni/ |
android_view_MotionEvent.cpp | 224 uint64_t axisBit = 1LL << axis; 278 | (1LL << AMOTION_EVENT_AXIS_X) 279 | (1LL << AMOTION_EVENT_AXIS_Y) 280 | (1LL << AMOTION_EVENT_AXIS_PRESSURE) 281 | (1LL << AMOTION_EVENT_AXIS_SIZE) 282 | (1LL << AMOTION_EVENT_AXIS_TOUCH_MAJOR) 283 | (1LL << AMOTION_EVENT_AXIS_TOUCH_MINOR) 284 | (1LL << AMOTION_EVENT_AXIS_TOOL_MAJOR) 285 | (1LL << AMOTION_EVENT_AXIS_TOOL_MINOR) 286 | (1LL << AMOTION_EVENT_AXIS_ORIENTATION) [all...] |
/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,
|
/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 107 return readBuffer(false, 0LL); 476 mCurrentPos(0LL), 599 (getTotalSamples() * 1000000LL) / getSampleRate()); 674 int64_t timeUs = (1000000LL * sampleNumber) / getSampleRate(); 739 if (seekTimeUs <= 0LL) { 740 sample = 0LL; 743 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
|
/frameworks/wilhelm/src/android/ |
android_GenericPlayer.cpp | 631 delayUs = (mMarkerPositionMs - positionMs) * 1000LL; 674 trialDelayUs = (nextVirtualMarkerMs - positionMs) * 1000LL; 699 if (delayUs < 20000LL) { 700 delayUs = 20000LL; 703 if (delayUs > 60000000LL) { 704 delayUs = 60000000LL;
|
/external/qemu/target-i386/ |
exec.h | 171 int64_t ll; member in union:__anon25573 183 #define MANTD(fp) (fp.ll & ((1LL << 52) - 1)) 205 uint64_t ll; local 212 ll = (ldq(ptr) >> 11) & ((1LL << 52) - 1); 214 temp.l.upper = (e << 20) | (ll >> 32); 215 temp.l.lower = ll; 217 temp.ll = ll | ((uint64_t)e << 52) [all...] |
/external/valgrind/unittest/ |
thread_wrappers_pthread.h | 127 const int64_t ten_9 = 1000000000LL; 128 const int64_t ten_6 = 1000000LL; 129 const int64_t ten_3 = 1000LL;
|
/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.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
basictypes.h | 66 #define INT64_C(x) x ## LL 71 #define INT64_F "ll"
|
/external/chromium_org/base/profiler/ |
tracked_time_unittest.cc | 18 int64 kReallyBigMilliseconds = (1LL << 35) + kSomeMilliseconds;
|
/external/chromium_org/content/public/renderer/ |
content_renderer_client.cc | 128 return 0LL;
|
/external/chromium_org/sync/notifier/ |
sync_system_resources_unittest.cc | 245 int64 scheduling_hash = 0LL; 372 int64 scheduling_hash = 0LL; 378 EXPECT_EQ(0LL, scheduling_hash); 392 int64 scheduling_hash = 0LL;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
umachine.h | 190 # define INT64_C(c) c ## LL
|
/external/chromium_org/third_party/smhasher/src/ |
pstdint.h | 197 # define PRINTF_INT64_MODIFIER "ll" 273 # define INT64_MAX 9223372036854775807LL 446 # define INT64_C(v) v ## LL 448 # define PRINTF_INT64_MODIFIER "ll" 459 # define INT64_C(v) v ## LL 461 # define PRINTF_INT64_MODIFIER "ll" 468 # define INT64_C(v) v ## LL 470 # define PRINTF_INT64_MODIFIER "ll" 534 * we'll have bigger things to worry about.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
system-alloc.cc | 499 physmem_base = FLAGS_malloc_devmem_start*1024LL*1024LL; 500 physmem_limit = FLAGS_malloc_devmem_limit*1024LL*1024LL;
|
/external/clang/test/CodeGen/ |
const-init.c | 143 static v1i64 a = (v1i64)10LL;
|
/external/clang/test/Misc/ |
caret-diags-macros.c | 29 sprintf(Msg, " sizeof FoooLib : =%3u\n", 12LL);
|
/external/kernel-headers/original/asm-mips/ |
addrspace.h | 30 #define _CONST64_(x) x ## LL
|
/external/llvm/unittests/Support/ |
BlockFrequencyTest.cpp | 40 const uint64_t Big = 387246523487234346LL;
|