Searched refs:likely (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Du_compiler.h41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
H A Du_current.h72 return (likely(u_current_table) ?
83 return likely(u_current_user) ? u_current_user : u_current_get_user_internal();
/external/mesa3d/src/mapi/mapi/
H A Du_compiler.h41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
H A Du_current.h72 return (likely(u_current_table) ?
83 return likely(u_current_user) ? u_current_user : u_current_get_user_internal();
/external/oprofile/module/
H A Dcompat.h49 #ifndef likely
51 #define likely(a) __builtin_expect((a), 1) macro
53 #define likely(a) (a) macro
/external/elfutils/libelf/
H A Delf_flagdata.c81 if (likely (cmd == ELF_C_SET))
83 else if (likely (cmd == ELF_C_CLR))
H A Delf_flagelf.c78 if (likely (cmd == ELF_C_SET))
81 else if (likely (cmd == ELF_C_CLR))
H A Delf_flagphdr.c78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
H A Delf_flagscn.c78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
H A Delf_flagshdr.c78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
H A Delf_version.c72 if (likely (version < EV_NUM))
H A Delf_flagehdr.c78 if (likely (cmd == ELF_C_SET))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-maxp-table.hh53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000)));
H A Dhb-ot-hhea-table.hh49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
H A Dhb-tt-font.cc71 return likely (face->tt && face->tt->hhea) ? *face->tt->hhea : Null(hhea);
/external/elfutils/libasm/
H A Dasm_abort.c46 if (likely (! ctx->textp))
H A Dasm_newscn_ingrp.c46 if (likely (result != NULL))
65 if (likely (! ctx->textp))
/external/elfutils/libdwfl/
H A Ddwfl_module_addrdie.c60 if (likely (error == DWFL_E_NOERROR))
H A Ddwfl_module_nextcu.c60 if (likely (error == DWFL_E_NOERROR))
H A Ddwfl_module_getsrc.c62 if (likely (error == DWFL_E_NOERROR))
64 if (likely (error == DWFL_E_NOERROR))
H A Ddwfl_module_register_names.c77 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
92 if (likely (len > 0))
/external/harfbuzz_ng/src/
H A Dhb-ot-maxp-table.hh53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000)));
H A Dhb-ot-hhea-table.hh49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
H A Dhb-tt-font.cc71 return likely (face->tt && face->tt->hhea) ? *face->tt->hhea : Null(hhea);
/external/e2fsprogs/e2fsck/
H A Dcrc32defs.h59 #define likely(x) __builtin_expect(!!(x), 1) macro
62 #define likely(x) (x) macro

Completed in 222 milliseconds

12345678910