HomeSort by relevance Sort by last modified time
    Searched refs:CC_UNLIKELY (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/cutils/
compiler.h 17 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false ))
20 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 ))
  /external/skia/experimental/AndroidPathRenderer/cutils/
compiler.h 17 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false ))
20 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 ))
  /system/core/include/cutils/
compiler.h 26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false ))
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 ))
trace.h 151 if (CC_UNLIKELY(!android_atomic_acquire_load(&atrace_is_ready))) {
186 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
202 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
220 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
238 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
256 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
273 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
  /frameworks/av/media/libnbaio/
AudioBufferProviderSource.cpp 43 if (CC_UNLIKELY(!mNegotiated)) {
53 if (CC_UNLIKELY(!mNegotiated)) {
56 if (CC_UNLIKELY(mBuffer.raw == NULL)) {
66 if (CC_UNLIKELY(count > available)) {
72 if (CC_UNLIKELY((mConsumed += count) >= mBuffer.frameCount)) {
87 if (CC_UNLIKELY(!mNegotiated)) {
90 if (CC_UNLIKELY(block == 0)) {
96 if (CC_UNLIKELY(count == 0)) {
103 if (CC_UNLIKELY(mBuffer.raw == NULL)) {
119 if (CC_UNLIKELY(count > available))
    [all...]
PipeReader.cpp 45 if (CC_UNLIKELY(!mNegotiated)) {
51 if (CC_UNLIKELY(avail > mPipe.mMaxFrames)) {
65 if (CC_UNLIKELY(avail <= 0)) {
81 if (CC_UNLIKELY(front + red == mPipe.mMaxFrames)) {
82 if (CC_UNLIKELY((count -= red) > front)) {
Pipe.cpp 49 if (CC_UNLIKELY(!mNegotiated)) {
59 if (CC_UNLIKELY(rear + written == mMaxFrames)) {
60 if (CC_UNLIKELY((count -= written) > rear)) {
MonoPipeReader.cpp 38 if (CC_UNLIKELY(!mNegotiated)) {
61 if (CC_UNLIKELY(red <= 0)) {
77 if (CC_UNLIKELY(front + part1 == mPipe->mMaxFrames)) {
AudioStreamInSource.cpp 69 if (CC_UNLIKELY(!Format_isValid(mFormat))) {
MonoPipe.cpp 108 if (CC_UNLIKELY(!mNegotiated)) {
119 if (CC_UNLIKELY(!mNegotiated)) {
137 if (CC_UNLIKELY(rear + part1 == mMaxFrames)) {
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 67 if (CC_UNLIKELY(millihertz > mNiquistFreq / 2)) {
108 if (CC_UNLIKELY(halfBW >= (16 << 15))) {
112 if (CC_UNLIKELY(high > mNiquistFreq)) {
AudioCommon.h 80 if (CC_UNLIKELY(sample >= (0x7FFF << 9))) {
82 } else if (CC_UNLIKELY(sample <= -(0x8000 << 9))) {
AudioCoefInterpolator.cpp 47 if (CC_UNLIKELY(intCoord[dim] < 0)) {
49 } else if (CC_UNLIKELY(intCoord[dim] >= (int)mInDims[dim] - 1)) {
AudioBiquadFilter.cpp 56 if (CC_UNLIKELY(immediate)) {
71 if (CC_UNLIKELY(immediate)) {
80 if (CC_UNLIKELY(immediate)) {
143 if (CC_UNLIKELY(in != out)) {
AudioShelvingFilter.cpp 72 if (CC_UNLIKELY(millihertz > mNiquistFreq / 2)) {
  /frameworks/base/libs/hwui/utils/
TraceUtils.h 38 if (CC_UNLIKELY(!ATRACE_ENABLED())) return;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.cpp 38 if (CC_UNLIKELY(alpha < 0xFF)) {
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 44 if (CC_UNLIKELY(caches.propertyAmbientRatio > 0.0f)) {
72 if (CC_UNLIKELY(caches.propertyLightPosY > 0)) {
75 if (CC_UNLIKELY(caches.propertyLightPosZ > 0)) {
91 if (CC_UNLIKELY(caches.propertyLightDiameter > 0)) {
AnimatorManager.cpp 93 if (CC_UNLIKELY(!animator->mayRunAsync())) {
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 288 if (CC_UNLIKELY(!mAllowPreserveBuffer)) return false;
294 if (CC_UNLIKELY(!preserved)) {
299 if (CC_UNLIKELY(!preserved)) {
CanvasContext.cpp 98 if (CC_UNLIKELY(!mEglManager.swapBuffers(mEglSurface))) {
171 if (CC_UNLIKELY(!mNativeWindow.get())) {
255 if (CC_UNLIKELY(!mCanvas || mEglSurface == EGL_NO_SURFACE)) {
DrawFrameTask.cpp 137 if (CC_UNLIKELY(!mContext->hasSurface())) {
  /system/core/libcutils/
trace.c 151 if (CC_UNLIKELY(android_atomic_acquire_load(&atrace_is_ready))) {
  /frameworks/av/services/audioflinger/
AudioMixer.cpp     [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 173 if ( CC_UNLIKELY(tagType == -1)) {
177 if ( CC_UNLIKELY(tagType != expectedType) ) {
340 if (CC_UNLIKELY( res != OK )) {
351 if (CC_UNLIKELY( res != OK )) {

Completed in 395 milliseconds

1 2 3