HomeSort by relevance Sort by last modified time
    Searched defs:UNLIKELY (Results 1 - 16 of 16) sorted by null

  /external/webkit/JavaScriptCore/wtf/
AlwaysInline.h 41 #ifndef UNLIKELY
43 #define UNLIKELY(x) __builtin_expect((x), 0)
45 #define UNLIKELY(x) (x)
  /frameworks/base/media/libeffects/testlibs/
AudioCoefInterpolator.cpp 22 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
47 if (UNLIKELY(intCoord[dim] < 0)) {
49 } else if (UNLIKELY(intCoord[dim] >= (int)mInDims[dim] - 1)) {
AudioPeakingFilter.cpp 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
69 if (UNLIKELY(millihertz > mNiquistFreq / 2)) {
110 if (UNLIKELY(halfBW >= (16 << 15))) {
114 if (UNLIKELY(high > mNiquistFreq)) {
AudioShelvingFilter.cpp 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
74 if (UNLIKELY(millihertz > mNiquistFreq / 2)) {
AudioBiquadFilter.cpp 24 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
58 if (UNLIKELY(immediate)) {
73 if (UNLIKELY(immediate)) {
82 if (UNLIKELY(immediate)) {
145 if (UNLIKELY(in != out)) {
  /dalvik/vm/
Common.h 41 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false))
  /frameworks/base/libs/surfaceflinger_client/
ISurfaceComposer.cpp 35 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
ISurfaceComposerClient.cpp 46 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
160 if (UNLIKELY(pid != self_pid && uid != AID_GRAPHICS)) {
  /frameworks/base/media/libmedia/
AudioRecord.cpp 41 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
476 if (UNLIKELY(!active)) {
480 if (UNLIKELY(!waitCount)) {
AudioTrack.cpp 41 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
789 if (UNLIKELY(!active)) {
794 if (UNLIKELY(!waitCount)) {
    [all...]
  /frameworks/base/services/surfaceflinger/
BlurFilter.cpp 30 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
84 if (UNLIKELY(last)) {
131 if (UNLIKELY(last)) {
172 if (UNLIKELY(last)) {
205 if (UNLIKELY(last)) {
SurfaceFlinger.h 56 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 48 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
192 if (UNLIKELY(mDebugFps)) {
384 if (UNLIKELY(mDebugFps)) {
  /frameworks/base/services/audioflinger/
AudioMixer.h 32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
AudioFlinger.h 56 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 76 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
    [all...]

Completed in 322 milliseconds