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

1 2

  /external/webkit/JavaScriptCore/wtf/
AlwaysInline.h 41 #ifndef UNLIKELY
43 #define UNLIKELY(x) __builtin_expect((x), 0)
45 #define UNLIKELY(x) (x)
PassRefPtr.h 42 if (UNLIKELY(ptr != 0))
52 if (UNLIKELY(ptr != 0))
  /external/webkit/WebCore/bindings/v8/
MainThreadDOMData.cpp 57 if (UNLIKELY(context != 0))
  /frameworks/base/media/libeffects/testlibs/
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)) {
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)) {
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)) {
  /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)) {
LayerBlur.cpp 81 if (UNLIKELY(!visibleRegionScreen.isEmpty())) {
210 if (UNLIKELY(s.alpha < 0xFF)) {
SurfaceFlinger.cpp 286 if (UNLIKELY(isFrozen())) {
358 if (UNLIKELY(mConsoleSignals)) {
766 if (UNLIKELY(mDebugRegion)) {
815 if (UNLIKELY(!mWormholeRegion.isEmpty())) {
    [all...]
LayerBase.cpp 246 if (UNLIKELY(transformed)) {
376 if (UNLIKELY(s.alpha < 0xFF)) {
  /frameworks/base/services/audioflinger/
AudioMixer.cpp 554 if UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc) {
560 if UNLIKELY(t->volumeInc[0]|t->volumeInc[1]) {
591 if UNLIKELY(aux != NULL) {
626 if UNLIKELY(aux != NULL) {
653 if UNLIKELY(aux != NULL) {
657 if UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc) {
702 if UNLIKELY(t->volumeInc[0]|t->volumeInc[1]) {
743 if UNLIKELY(aux != NULL) {
745 if UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc) {
788 if UNLIKELY(t->volumeInc[0]|t->volumeInc[1])
    [all...]
AudioMixer.h 32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /dalvik/vm/
Common.h 41 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false))
  /external/webkit/JavaScriptCore/runtime/
Operations.h 53 if (UNLIKELY(!rope))
71 if (UNLIKELY(!rope))
89 if (UNLIKELY(!rope))
115 if (UNLIKELY(!rope))
147 if (UNLIKELY(!rope))
Arguments.cpp 66 if (UNLIKELY(d->overrodeLength)) {
101 if (UNLIKELY(d->overrodeLength)) {
Arguments.h 72 if (UNLIKELY(d->overrodeLength))
JSCell.h 299 if (UNLIKELY(!isCell()))
JSObject.h 595 if (UNLIKELY(!isCell())) {
622 if (UNLIKELY(!isCell())) {
641 if (UNLIKELY(!isCell())) {
650 if (UNLIKELY(!isCell())) {
  /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)) {
  /external/webkit/JavaScriptCore/parser/
ParserArena.h 83 if (UNLIKELY(static_cast<size_t>(m_freeablePoolEnd - m_freeableMemory) < alignedSize))
  /dalvik/vm/alloc/
HeapBitmap.h 123 if (UNLIKELY(word != 0)) {
161 if (UNLIKELY(word != 0)) {
HeapBitmap.c 107 if (UNLIKELY(bits_ != 0)) { \
112 /*TODO: see if this is likely or unlikely */ \
  /frameworks/base/libs/surfaceflinger_client/
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)) {

Completed in 235 milliseconds

1 2