Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/elfutils/libelf/
Delf_flagshdr.c45 if (likely (cmd == ELF_C_SET))
47 else if (likely (cmd == ELF_C_CLR))
Delf_flagscn.c45 if (likely (cmd == ELF_C_SET))
47 else if (likely (cmd == ELF_C_CLR))
Delf_flagelf.c45 if (likely (cmd == ELF_C_SET))
48 else if (likely (cmd == ELF_C_CLR))
Delf_flagphdr.c45 if (likely (cmd == ELF_C_SET))
47 else if (likely (cmd == ELF_C_CLR))
Delf_flagdata.c48 if (likely (cmd == ELF_C_SET))
50 else if (likely (cmd == ELF_C_CLR))
Dgelf_getsymshndx.c47 || (likely (shndxdata_scn != NULL)
58 if (likely (shndxdata_scn != NULL))
Delf32_getphdr.c52 if (likely (result != NULL))
66 if (likely (result == NULL))
140 else if (likely (elf->fildes != -1))
Delf_version.c39 if (likely (version < EV_NUM))
Delf_flagehdr.c45 if (likely (cmd == ELF_C_SET))
Delf32_checksum.c120 if (likely (same_byte_order) || data->d_type == ELF_T_BYTE)
/external/elfutils/libasm/
Dasm_newscn_ingrp.c34 if (likely (result != NULL))
53 if (likely (! ctx->textp))
Dasm_abort.c34 if (likely (! ctx->textp))
Dasm_adduleb128.c69 if (likely (asmscn->type != SHT_NOBITS))
Dasm_addsleb128.c73 if (likely (asmscn->type != SHT_NOBITS))
Dasm_addint8.c93 if (likely (asmscn->type == SHT_NOBITS))
/external/qemu/
Dosdep.h22 #ifndef likely
27 #define likely(x) __builtin_expect(!!(x), 1) macro
/external/elfutils/src/
Dldgeneric.c269 if (likely (list->status == not_opened)) in check_for_duplicate2()
286 while (likely (list != first)); in check_for_duplicate2()
327 if (likely (path->exist >= 0)) in open_along_path2()
353 if (likely (fd != -1) || errno != ENOENT) in open_along_path2()
377 if (likely (fd != -1)) in open_along_path2()
427 while (likely (err == ENOENT && path != firstp)); in open_along_path2()
444 if (likely (fileinfo->fd != -1)) in open_along_path()
642 if (likely (!ld_state.muldefs)) in check_definition()
682 if (likely (oldp->type == STT_FUNC)) in check_definition()
700 if (likely (fileinfo->file_type == relocatable_file_type)) in check_definition()
[all …]
Dldscript.y139 if (likely (ld_state.entry == NULL))
148 if (likely (ld_state.pagesize == 0))
153 if (likely (ld_state.interp == NULL))
/external/kernel-headers/original/asm-x86/
Dcmpxchg_32.h234 if (likely(boot_cpu_data.x86 > 3)) \
245 if (likely(boot_cpu_data.x86 > 3)) \
/external/elfutils/libdw/
Ddwarf_getsrcfiles.c47 if (likely (res == 0)) in dwarf_getsrcfiles()
/external/elfcopy/
Dcommon.h8 #define likely(expr) __builtin_expect (expr, 1) macro
Ddebug.h73 if(likely(!quiet_flag)) \
/external/v8/test/es5conform/
DREADME13 harness that comes bundled with the tests. You will most likely also
/external/kernel-headers/original/linux/
Dcompiler.h62 #define likely(x) __builtin_expect(!!(x), 1) macro
/external/quake/quake/src/WinQuake/
Dwq.bat15 echo wq safe: very likely to run, but may be slower

1234567891011