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

1 2 3 4 5 6 7 8 910

  /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/libunwind/include/
compiler.h 51 # define likely(x) __builtin_expect ((x), 1) macro
54 # define likely(x) (x) macro
68 # define likely(x) (x) macro
  /external/e2fsprogs/lib/ext2fs/
crc32c_defs.h 46 #define likely(x) __builtin_expect(!!(x), 1) macro
49 #define likely(x) (x) macro
  /external/elfutils/src/libelf/
elf_flagdata.c 60 if (likely (cmd == ELF_C_SET))
62 else if (likely (cmd == ELF_C_CLR))
elf_flagelf.c 57 if (likely (cmd == ELF_C_SET))
60 else if (likely (cmd == ELF_C_CLR))
elf_flagphdr.c 57 if (likely (cmd == ELF_C_SET))
59 else if (likely (cmd == ELF_C_CLR))
elf_flagscn.c 57 if (likely (cmd == ELF_C_SET))
59 else if (likely (cmd == ELF_C_CLR))
elf_flagshdr.c 57 if (likely (cmd == ELF_C_SET))
59 else if (likely (cmd == ELF_C_CLR))
elf_version.c 51 if (likely (version < EV_NUM))
elf_flagehdr.c 57 if (likely (cmd == ELF_C_SET))
  /external/elfutils/src/libasm/
asm_abort.c 49 if (likely (! ctx->textp))
asm_newscn_ingrp.c 49 if (likely (result != NULL))
68 if (likely (! ctx->textp))
  /external/elfutils/src/libdwfl/
dwfl_module_addrdie.c 39 if (likely (error == DWFL_E_NOERROR))
dwfl_module_nextcu.c 39 if (likely (error == DWFL_E_NOERROR))
dwfl_module_getsrc.c 41 if (likely (error == DWFL_E_NOERROR))
43 if (likely (error == DWFL_E_NOERROR))
dwfl_module_register_names.c 56 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
71 if (likely (len > 0))
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000u)));
hb-utf-private.hh 57 if (likely (text < end &&
69 if (likely (1 < end - text &&
84 if (likely (2 < end - text &&
119 if (likely (next (text, end, unicode, replacement) == end))
147 if (likely (!hb_in_range (c, 0xD800u, 0xDFFFu)))
153 if (likely (hb_in_range (c, 0xD800u, 0xDBFFu)))
157 if (text < end && ((l = *text), likely (hb_in_range (l, 0xDC00u, 0xDFFFu))))
180 if (likely (!hb_in_range (c, 0xD800u, 0xDFFFu)))
186 if (likely (start < text && hb_in_range (c, 0xDC00u, 0xDFFFu)))
189 if (likely (next (text, end, unicode, replacement) == end)
    [all...]
  /external/libunwind/src/x86_64/
Gtrace.c 92 if (likely(frames != NULL))
183 if (likely (pthread_once != NULL))
245 if (likely(dwarf_put (d, d->loc[UNW_X86_64_RIP], rip) >= 0)
246 && likely(dwarf_put (d, d->loc[UNW_X86_64_RBP], rbp) >= 0)
247 && likely(dwarf_put (d, d->loc[UNW_X86_64_RSP], rsp) >= 0)
248 && likely((ret = unw_step (cursor)) >= 0))
296 if (likely(addr == rip))
303 if (likely(! addr))
482 if (likely(ret >= 0) && likely(f->rbp_cfa_offset != -1)
    [all...]
  /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
  /prebuilts/ndk/4/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/4/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; })

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 910