HomeSort by relevance Sort by last modified time
    Searched refs:likely (Results 1 - 25 of 259) 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/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/oprofile/module/
compat.h 49 #ifndef likely
51 #define likely(a) __builtin_expect((a), 1) macro
53 #define likely(a) (a) 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/0.153/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 == 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...]
hb-ot-hhea-table.hh 49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
  /external/elfutils/0.153/libasm/
asm_abort.c 46 if (likely (! ctx->textp))
  /external/elfutils/0.153/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 == 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...]
hb-ot-hhea-table.hh 49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
  /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...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Optimize.c 18 if (likely(PyList_CheckExact(L))) {
35 if (likely(L->allocated > len) & likely(len > (L->allocated >> 1))) {
53 if (likely(L->allocated > len)) {
102 if (likely(PyList_GET_SIZE(L) > (((PyListObject*)L)->allocated >> 1))) {
134 if (likely(size > (((PyListObject*)L)->allocated >> 1))) {
139 if (likely(0 <= cix && cix < size)) {
253 is_dict = is_dict || likely(PyDict_CheckExact(iterable));
375 (likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \
376 likely(PyInt_CheckExact(obj)) ?
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 7 8 91011