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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/030-bad-finalizer/
info.txt 2 this situation and abort the VM (so you will likely see a "deadd00d"
  /build/tools/lsd/
common.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
  /external/webkit/JavaScriptCore/wtf/
AlwaysInline.h 49 #ifndef LIKELY
51 #define LIKELY(x) __builtin_expect((x), 1)
53 #define LIKELY(x) (x)
  /build/tools/apriori/
common.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
  /build/tools/isprelinked/
common.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
  /external/clearsilver/man/man3/
cgi_error.3 32 specified error message. This function is likely to be
cgi_neo_error.3 31 NEOERR call backtrace. This function is likely to be
hdf_destroy.3 30 as an argument to this function, you are likely to cause
  /external/v8/test/es5conform/
README 13 harness that comes bundled with the tests. You will most likely also
  /bionic/libc/kernel/arch-x86/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/elfutils/libelf/
elf_flagdata.c 48 if (likely (cmd == ELF_C_SET))
50 else if (likely (cmd == ELF_C_CLR))
elf_flagelf.c 45 if (likely (cmd == ELF_C_SET))
48 else if (likely (cmd == ELF_C_CLR))
elf_flagphdr.c 45 if (likely (cmd == ELF_C_SET))
47 else if (likely (cmd == ELF_C_CLR))
elf_flagscn.c 45 if (likely (cmd == ELF_C_SET))
47 else if (likely (cmd == ELF_C_CLR))
elf_flagshdr.c 45 if (likely (cmd == ELF_C_SET))
47 else if (likely (cmd == ELF_C_CLR))
  /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
  /ndk/build/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; })
  /ndk/build/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; })
  /frameworks/base/docs/html/guide/appendix/faq/
index.jd 6 <dd>Quick and to the point &mdash; how-to's for a variety of development tasks you are likely to use.</dd>
  /packages/apps/Settings/res/layout/
confirm_lock_password.xml 20 <!-- This is basically the same layout now, but will likely change -->
  /packages/apps/Settings/res/layout-land/
confirm_lock_password.xml 20 <!-- This is basically the same layout now, but will likely change -->
  /build/tools/iself/
debug.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
75 if(likely(!quiet_flag)) \
  /development/tools/yuv420sp2rgb/
debug.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
75 if(likely(!quiet_flag)) \
  /external/elfutils/libasm/
asm_newscn_ingrp.c 34 if (likely (result != NULL))
53 if (likely (! ctx->textp))
  /external/qemu/
osdep.h 21 #ifndef likely
26 #define likely(x) __builtin_expect(!!(x), 1) macro

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>