HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 376 - 400 of 729) sorted by null

<<11121314151617181920>>

  /external/skia/src/effects/
SkBlurMaskFilter.cpp 309 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner);
311 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
325 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
340 radii[SkRRect::kLowerLeft_Corner] = LL;
  /external/valgrind/main/cachegrind/
cg_sim.c 191 CACHESIM(LL, (*mL)++ );
  /frameworks/av/include/media/
AudioRecord.h 403 void pauseInternal(nsecs_t ns = 0LL);
  /frameworks/av/media/libstagefright/
CameraSource.cpp 36 static const int64_t CAMERA_SOURCE_TIMEOUT_NS = 3000000000LL;
551 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate);
693 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
786 mTimeBetweenFrameCaptureUs * 1000LL + CAMERA_SOURCE_TIMEOUT_NS)) {
XINGSeeker.cpp 145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate;
  /frameworks/native/libs/input/
Input.cpp 165 uint64_t axisBit = 1LL << axis;
169 uint32_t index = __builtin_popcountll(bits & (axisBit - 1LL));
178 uint64_t axisBit = 1LL << axis;
179 uint32_t index = __builtin_popcountll(bits & (axisBit - 1LL));
  /frameworks/native/services/sensorservice/
SensorFusion.cpp 57 mTargetDelayNs = 1000000000LL/mEstimatedGyroRate;
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 29 #define CAMERA_FRAME_TIMEOUT 1000000000LL //nsecs (1 secs)
41 #define USEC 1000LL // in ns
42 #define MSEC 1000000LL // in ns
43 #define SEC 1000000000LL // in ns
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 690 static const int64_t USEC = 1000LL;
691 static const int64_t MSEC = USEC * 1000LL;
692 static const int64_t SEC = MSEC * 1000LL;
729 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/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 189 # define __INT64_C(c) c ## LL
201 # define __PRI64_RANK "ll"
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 189 # define __INT64_C(c) c ## LL
201 # define __PRI64_RANK "ll"
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 189 # define __INT64_C(c) c ## LL
201 # define __PRI64_RANK "ll"
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 189 # define __INT64_C(c) c ## LL
201 # define __PRI64_RANK "ll"
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 189 # define __INT64_C(c) c ## LL
201 # define __PRI64_RANK "ll"
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 189 # define __INT64_C(c) c ## LL
201 # define __PRI64_RANK "ll"
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
stdint.h 183 #define __INT64_C(c) c ## LL
197 # define __PRI64_RANK "ll"

Completed in 741 milliseconds

<<11121314151617181920>>