HomeSort by relevance Sort by last modified time
    Searched full:likely (Results 1 - 25 of 2303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/cairo/
RefPtrCairo.cpp 33 if (LIKELY(ptr != 0))
39 if (LIKELY(ptr != 0))
45 if (LIKELY(ptr != 0))
51 if (LIKELY(ptr != 0))
57 if (LIKELY(ptr != 0))
63 if (LIKELY(ptr != 0))
69 if (LIKELY(ptr != 0))
75 if (LIKELY(ptr != 0))
81 if (LIKELY(ptr != 0))
87 if (LIKELY(ptr != 0)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/brew/
RefPtrBrew.h 35 if (LIKELY(ptr != 0))
41 if (LIKELY(ptr != 0))
47 if (LIKELY(ptr != 0))
53 if (LIKELY(ptr != 0))
  /external/webkit/Source/WebCore/manual-tests/
back-forward-during-alert-2.html 4 alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse. You should not be able to navigate back. If you can, dismissing this dialog will likely result in a crash.");
  /external/oprofile/module/
compat.h 49 #ifndef likely
51 #define likely(a) __builtin_expect((a), 1) macro
53 #define likely(a) (a) macro
  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 51 #ifndef LIKELY
53 #define LIKELY(x) __builtin_expect((x), 1)
55 #define LIKELY(x) (x)
  /external/chromium/crypto/
run_all_unittests.cc 10 // This is most likely not needed, but it basically replaces a similar call
  /external/llvm/bindings/python/llvm/tests/
base.py 21 FIXME Support additional, highly-likely targets or create one
  /external/v8/test/es5conform/
README 13 harness that comes bundled with the tests. You will most likely also
  /sdk/rule_api/
README.txt 4 NOTE: The API is *not* final and will very likely continue to change
  /frameworks/base/core/java/android/database/
DataSetObserver.java 27 * most likely through a call to {@link Cursor#requery()} on a {@link Cursor}.
35 * most likely through a call to {@link Cursor#deactivate()} or {@link Cursor#close()} on a
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 34 LikelyBranchWeight("likely-branch-weight", cl::Hidden, cl::init(64),
35 cl::desc("Weight of the branch likely to be taken (default = 64)"));
125 bool Likely = ExpectedValue->isOne();
127 // If expect value is equal to 1 it means that we are more likely to take
128 // branch 0, in other case more likely is branch 1.
131 ConstantInt::get(Int32Ty, Likely ? LikelyBranchWeight : UnlikelyBranchWeight),
132 ConstantInt::get(Int32Ty, Likely ? UnlikelyBranchWeight : LikelyBranchWeight)
  /dalvik/tests/030-bad-finalizer/
info.txt 2 this situation and abort the VM (so you will likely see a stacktrace like
  /external/chromium/chrome/browser/
crash_upload_list_win.h 23 // Returns whether the event record is likely a Chrome crash log.
  /external/junit/src/org/junit/runner/
Computer.java 9 * WARNING: this class is very likely to undergo serious changes in version 4.8 and
  /external/junit/src/org/junit/runners/
JUnit4.java 12 * depends on the implementation details of this class is likely to break
  /external/v8/test/test262/
README 15 harness that comes bundled with the tests. You will most likely also
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/
createDocument-with-used-doctype.html 17 // Reload multiple times, to make crashing more likely.
  /development/tools/yuv420sp2rgb/
debug.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
75 if(likely(!quiet_flag)) \
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/policy/
PolicyManager.java 39 // this will likely crash somewhere beyond so we log it.
50 // this will likely crash somewhere beyond so we log it.
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
osTIType.h 46 #include <linux/compiler.h> /* likely()/unlikely() */
61 #define TI_LIKELY likely

Completed in 1160 milliseconds

1 2 3 4 5 6 7 8 91011>>