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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_compiler.h 41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
u_current.h 72 return (likely(u_current_table) ?
83 return likely(u_current_user) ? u_current_user : u_current_get_user_internal();
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
u_current.h 72 return (likely(u_current_table) ?
83 return likely(u_current_user) ? u_current_user : u_current_get_user_internal();
  /external/oprofile/module/
compat.h 49 #ifndef likely
51 #define likely(a) __builtin_expect((a), 1) macro
53 #define likely(a) (a) macro
  /external/elfutils/libelf/
elf_flagdata.c 81 if (likely (cmd == ELF_C_SET))
83 else if (likely (cmd == ELF_C_CLR))
elf_flagelf.c 78 if (likely (cmd == ELF_C_SET))
81 else if (likely (cmd == ELF_C_CLR))
elf_flagphdr.c 78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
elf_flagscn.c 78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
elf_flagshdr.c 78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
elf_version.c 72 if (likely (version < EV_NUM))
elf_flagehdr.c 78 if (likely (cmd == ELF_C_SET))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000)));
hb-ot-hhea-table.hh 49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
hb-tt-font.cc 71 return likely (face->tt && face->tt->hhea) ? *face->tt->hhea : Null(hhea);
  /external/elfutils/libasm/
asm_abort.c 46 if (likely (! ctx->textp))
asm_newscn_ingrp.c 46 if (likely (result != NULL))
65 if (likely (! ctx->textp))
  /external/elfutils/libdwfl/
dwfl_module_addrdie.c 60 if (likely (error == DWFL_E_NOERROR))
dwfl_module_nextcu.c 60 if (likely (error == DWFL_E_NOERROR))
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000)));
hb-ot-hhea-table.hh 49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
  /bionic/libc/kernel/arch-x86/asm/
cmpxchg_32.h 31 #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; })
32 #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; })
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cmpxchg_32.h 31 #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; })
32 #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; })
  /development/tools/yuv420sp2rgb/
debug.h 8 #define likely(expr) __builtin_expect (expr, 1) macro
75 if(likely(!quiet_flag)) \
  /external/e2fsprogs/e2fsck/
crc32defs.h 59 #define likely(x) __builtin_expect(!!(x), 1) macro
62 #define likely(x) (x) macro

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>