Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 8 of 8) sorted by relevance

/development/tools/yuv420sp2rgb/
Ddebug.h7 #define unlikely(expr) __builtin_expect (expr, 0) macro
13 if (unlikely(cond)) { \
22 if (unlikely(!(x))) { \
33 if (unlikely(cond)) { \
83 if(unlikely(verbose_flag)) \
/development/ndk/platforms/android-3/include/linux/
Derr.h21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
Ddebug_locks.h20 #define DEBUG_LOCKS_WARN_ON(c) ({ int __ret = 0; if (unlikely(c)) { if (debug_locks_off())…
Dblkdev.h438 #define end_io_error(uptodate) (unlikely((uptodate) <= 0))
/development/ndk/platforms/android-3/include/asm-generic/
Dbug.h29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely
D4level-fixup.h24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address)…
/development/ndk/platforms/android-9/arch-x86/include/asm/
Duaccess_32.h56 … int __ret_pu; __typeof__(*(ptr)) __pus_tmp = x; __ret_pu=0; if(unlikely(__copy_to_user_ll…
62 …,errret) do { __typeof__(*(ptr)) __pus_tmp = x; retval = 0; if(unlikely(__copy_to_user_ll…
Dlocal_32.h39 …ess(l, a, u) ({ long c, old; c = local_read(l); for (;;) { if (unlikely(c == (u))) brea…