Searched
refs:LL (Results
426 -
450 of
871) sorted by null
<<11121314151617181920>>
/frameworks/base/libs/input/ |
PointerController.cpp | 39 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_NORMAL = 15 * 1000 * 1000000LL; // 15 seconds 40 static const nsecs_t INACTIVITY_TIMEOUT_DELAY_TIME_SHORT = 3 * 1000 * 1000000LL; // 3 seconds 43 static const nsecs_t ANIMATION_FRAME_INTERVAL = 1000000000LL / 60; 46 static const nsecs_t SPOT_FADE_DURATION = 200 * 1000000LL; // 200 ms 49 static const nsecs_t POINTER_FADE_DURATION = 500 * 1000000LL; // 500 ms
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 289 bool isU32Imm() const { return isImm(0, (1LL << 32) - 1); } 290 bool isS32Imm() const { return isImm(-(1LL << 31), (1LL << 31) - 1); } 401 return parsePCRel(Operands, -(1LL << 16), (1LL << 16) - 1); 404 return parsePCRel(Operands, -(1LL << 32), (1LL << 32) - 1);
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 93 const int64_t ten_9 = 1000000000LL; 94 const int64_t ten_6 = 1000000LL; 95 const int64_t ten_3 = 1000LL;
|
/hardware/invensense/60xx/mlsdk/mllite/ |
compass.c | 376 (long)(bias[0] * (1LL << 30) / inv_obj.compass_sens) + 379 (long)(bias[1] * (1LL << 30) / inv_obj.compass_sens) + 382 (long)(bias[2] * (1LL << 30) / inv_obj.compass_sens) +
|
/development/ndk/platforms/android-3/include/ |
stdint.h | 173 #define __INT64_C(c) c ## LL 186 # define __PRI64_RANK "ll"
|
/device/generic/goldfish/camera/ |
PreviewWindow.cpp | 208 const uint64_t cur_mks = cur_time.tv_sec * 1000000LL + cur_time.tv_usec;
|
/external/bluetooth/bluedroid/hci/src/ |
btsnoop.c | 61 uint64_t timestamp = tv.tv_sec * 1000 * 1000LL;
|
/external/ceres-solver/internal/ceres/ |
collections_port.h | 115 #define GG_LONGLONG(x) x##LL
|
/external/chromium_org/media/audio/pulse/ |
pulse_output.cc | 153 if (pa_stream_write(pa_stream_, buffer, bytes_to_fill, NULL, 0LL,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
event_listener.cc | 22 #define USECS_FROM_WIN_TO_TO_UNIX_EPOCH 11644473600000LL
|
/external/chromium_org/ui/events/gestures/ |
velocity_calculator_unittest.cc | 77 start_time = 1223372036800000000LL;
|
/external/llvm/lib/CodeGen/ |
GCMetadata.cpp | 51 : F(F), S(S), FrameSize(~0LL) {}
|
/external/qemu/android/ |
iolooper-select.c | 227 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
|
user-config.c | 124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL);
|
/external/qemu/audio/ |
mixeng_template.h | 99 else if (v < -2147483648LL) {
|
/external/qemu/ |
main-loop.c | 650 current_ns = timeout.it_value.tv_sec * 1000000000LL + timeout.it_value.tv_nsec; 933 int64_t timeout_ns = (int64_t)timeout * 1000000LL; 936 timeout = (int)((timeout_ns + 999999LL) / 1000000LL);
|
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 44 static const int64_t CAMERA_SOURCE_TIMEOUT_NS = 3000000000LL; 562 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); 729 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) { 825 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
|
XINGSeeker.cpp | 145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate;
|
/frameworks/native/services/sensorservice/ |
SensorFusion.cpp | 57 mTargetDelayNs = 1000000000LL/mEstimatedGyroRate;
|
/hardware/invensense/6515/libsensors_iio/ |
SensorBase.cpp | 147 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec;
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.cpp | 142 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec;
|
/hardware/libhardware/tests/camera2/ |
CameraBurstTests.cpp | 30 #define CAMERA_FRAME_TIMEOUT 1000000000LL //nsecs (1 secs) 42 #define USEC 1000LL // in ns 43 #define MSEC 1000000LL // in ns 44 #define SEC 1000000000LL // in ns
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCamera2.cpp | 715 static const int64_t USEC = 1000LL; 716 static const int64_t MSEC = USEC * 1000LL; 717 static const int64_t SEC = MSEC * 1000LL; 754 static const int64_t defaultExposureTime = 8000000LL; // 1/125 s
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
limits.hpp | 53 static BOOST_LLT min BOOST_PREVENT_MACRO_SUBSTITUTION (){ return 1LL << (sizeof(BOOST_LLT) * CHAR_BIT - 1); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stddef.h | 404 #define NULL 0LL
|
Completed in 1830 milliseconds
<<11121314151617181920>>