Searched defs:UNLIKELY (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/gui/
H A DISurfaceComposerClient.cpp46 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
H A DISurfaceComposer.cpp41 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
/frameworks/base/media/libeffects/testlibs/
H A DAudioCoefInterpolator.cpp22 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
47 if (UNLIKELY(intCoord[dim] < 0)) {
49 } else if (UNLIKELY(intCoord[dim] >= (int)mInDims[dim] - 1)) {
H A DAudioPeakingFilter.cpp26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
69 if (UNLIKELY(millihertz > mNiquistFreq / 2)) {
110 if (UNLIKELY(halfBW >= (16 << 15))) {
114 if (UNLIKELY(high > mNiquistFreq)) {
H A DAudioShelvingFilter.cpp26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
74 if (UNLIKELY(millihertz > mNiquistFreq / 2)) {
H A DAudioBiquadFilter.cpp24 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
58 if (UNLIKELY(immediate)) {
73 if (UNLIKELY(immediate)) {
82 if (UNLIKELY(immediate)) {
145 if (UNLIKELY(in != out)) {
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp44 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
511 if (UNLIKELY(!active)) {
515 if (UNLIKELY(!waitCount)) {
H A DAudioTrack.cpp46 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
854 if (UNLIKELY(!active)) {
859 if (UNLIKELY(!waitCount)) {
/frameworks/base/services/audioflinger/
H A DAudioMixer.h32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
H A DAudioFlinger.h59 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h55 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro

Completed in 86 milliseconds