/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
MIPSOps.go | 276 // LL (Rarg0), Rout 286 // LL (Rarg0), Rout 305 // LL (Rarg0), Rtmp 316 // LL (Rarg0), Rtmp
|
/system/core/toolbox/ |
getevent.c | 675 int64_t now = event.time.tv_sec * 1000000LL + event.time.tv_usec; 677 printf(" rate %lld", 1000000LL / (now - last_sync_time));
|
/external/libchrome/base/metrics/ |
persistent_sample_map_unittest.cc | 59 EXPECT_EQ(75000000000LL, samples.sum());
|
sparse_histogram_unittest.cc | 148 EXPECT_EQ(55250000000LL, snapshot2->sum());
|
/external/libchrome/base/strings/ |
safe_sprintf.cc | 551 i &= (1LL << (8*arg.integer.width)) - 1;
|
/external/protobuf/src/google/protobuf/stubs/ |
port.h | 134 #define GOOGLE_LONGLONG(x) x##LL 136 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
|
/frameworks/av/cmds/screenrecord/ |
Overlay.cpp | 65 // we won't track it, which means we'll gradually go out of sync with the 329 const nsecs_t holdTime = 250000000LL;
|
/frameworks/av/cmds/stagefright/ |
record.cpp | 42 static const int64_t kDurationUs = 10000000LL; // 10 seconds
|
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 47 static const int64_t CAMERA_SOURCE_TIMEOUT_NS = 3000000000LL; 688 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); 894 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) { [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/ |
AACEncoder.cpp | 320 ((mFrameCount - 1) * 1000000LL * kNumSamplesPerFrame) / mSampleRate;
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 203 static const int64_t kSlowJpegModeThreshold = 33400000LL; // 33.4 ms
|
/frameworks/native/libs/nativewindow/include/system/ |
window.h | 318 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1); [all...] |
/frameworks/wilhelm/src/itf/ |
IPlay.cpp | 397 (long long) audioPlayer->mSampleRateMilliHz) / 1000000LL;
|
/libcore/ojluni/src/main/native/ |
System.c | 262 return now.tv_sec * 1000000000LL + now.tv_nsec;
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/ |
avxintrin.h | 1077 return (__m256i){ 0LL, 0LL, 0LL, 0LL } [all...] |
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/ |
avxintrin.h | 1077 return (__m256i){ 0LL, 0LL, 0LL, 0LL } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
crtdbg.h | 18 #define NULL 0LL
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
port.h | 134 #define GOOGLE_LONGLONG(x) x##LL 136 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
|
/system/core/libsystem/include/system/ |
window-deprecated.h | 460 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1); [all...] |
/external/boringssl/src/decrepit/blowfish/ |
blowfish.c | 65 #define BF_ENC(LL, R, S, P) \ 66 (LL ^= P, \ 67 LL ^= \
|
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 646 effect.replay.length = (duration + 999999LL) / 1000000LL; 893 event->when = nsecs_t(iev.time.tv_sec) * 1000000000LL 894 + nsecs_t(iev.time.tv_usec) * 1000LL; [all...] |
InputReader.h | 45 #define MAX_VIBRATE_PATTERN_DELAY_NSECS (1000000 * 1000000000LL) 182 pointerGestureQuietInterval(100 * 1000000LL), // 100 ms 184 pointerGestureTapInterval(150 * 1000000LL), // 150 ms 185 pointerGestureTapDragInterval(150 * 1000000LL), // 150 ms 187 pointerGestureMultitouchSettleInterval(100 * 1000000LL), // 100 ms [all...] |
/external/valgrind/none/tests/arm64/ |
integer.c | [all...] |
/external/icu/icu4c/source/test/intltest/ |
numrgts.cpp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/ |
ssa.go | 573 // LL (Rarg0), Rout 606 // LL (Rarg0), Rout 650 // LL (Rarg0), Rout 695 // LL (Rarg0), Rtmp 732 // LL (Rarg0), Rtmp
|