/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_logl.c | 489 i = (lx + (1LL << (L2I - 2))) >> (L2I - 1); 613 i = (lx + (1LL << (L2I - 2))) >> (L2I - 1);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
|
/external/clang/test/SemaCXX/ |
cxx1y-generic-lambdas.cpp | 788 auto LL = L(1, 'a', 3.14, "abc"); 789 LL("dim");
|
/external/libnl/lib/ |
utils.c | 141 if (l >= 1099511627776LL) { 143 return ((double) l) / 1099511627776LL;
|
/external/libopus/celt/ |
fixed_debug.h | 56 #define VERIFY_INT(x) ((x)<=2147483647LL&&(x)>=-2147483648LL)
|
/external/mesa3d/include/CL/ |
cl_platform.h | 94 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL) 185 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL) [all...] |
/external/opencv/ml/src/ |
mltree.cpp | [all...] |
/external/pcre/pcrecpp/ |
pcrecpp_unittest.cc | 172 CHECK_OCTAL(long long, 777777777777777777777LL); 198 CHECK_DECIMAL(long long, -100000000000000LL); [all...] |
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
Timestamp.cs | 79 /// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
|
/frameworks/native/services/inputflinger/ |
InputDispatcher.h | 185 keyRepeatTimeout(500 * 1000000LL), 186 keyRepeatDelay(50 * 1000000LL) { } [all...] |
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 212 #define DEEP_BUFFER_PLATFORM_DELAY (29*1000LL) 213 #define LOW_LATENCY_PLATFORM_DELAY (13*1000LL) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntdef.h | 103 #define NULL 0LL 111 #define NULL64 0LL
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 469 assert(llrint(1) == 1LL); 477 assert(llround(1) == 1LL);
|
/system/core/healthd/ |
healthd_mode_charger.cpp | 72 #define MSEC_PER_SEC (1000LL) 73 #define NSEC_PER_MSEC (1000000LL)
|
/external/valgrind/VEX/priv/ |
ir_opt.c | [all...] |
/frameworks/av/media/libaudioclient/ |
AudioTrack.cpp | 62 return tv.tv_sec * 1000000ll + tv.tv_nsec / 1000; [all...] |
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
mkvparser.cc | 787 const long long unknown_size = (1LL << (7 * len)) - 1; 1127 const long long unknown_size = (1LL << (7 * len)) - 1; [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera3.cpp | 55 const int64_t USEC = 1000LL; 56 const int64_t MSEC = USEC * 1000LL; 57 const int64_t SEC = MSEC * 1000LL; [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ValueTracking.cpp | 107 // If the object is defined in the current Module, we'll be giving 610 Value *LL = LU->getOperand(0); 613 if (LL == I) 616 L = LL; [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 71 static const int64_t kOffloadPauseMaxUs = 10000000ll; 74 static const int64_t kMaxAllowedAudioSinkDelayUs = 1500000ll; 88 const int64_t NuPlayer::Renderer::kMinPositionUpdateDelayUs = 100000ll; 110 mVideoLateByUs(0ll), 558 * numFramesPendingPlayout * 1000ll; [all...] |
/system/core/adb/ |
commandline.cpp | 717 // is fine (because we'll undo the -T) but -xT isn't, but that does seem to 822 printf("sending: '%s' %4d%% \r", filename, (int)(100LL - ((100LL * sz) / (total)))); [all...] |
/art/runtime/openjdkjvm/ |
OpenjdkJvm.cc | 211 jlong when = tv.tv_sec * 1000LL + tv.tv_usec / 1000;
|
/bionic/tests/ |
signal_test.cpp | 356 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec;
|
/cts/tests/tests/media/libmediandkjni/ |
native-mediadrm-jni.cpp | 331 return now.tv_sec * 1000000000LL + now.tv_nsec;
|
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 411 int64_t t = (event_time < 0) ? 0 : event_time * 1000LL;
|