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

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-ot-stat-table.hh 65 return_trace (likely (c->check_struct (this)));
88 return_trace (likely (c->check_struct (this)));
115 return_trace (likely (c->check_struct (this)));
140 return_trace (likely (c->check_struct (this)));
157 return_trace (likely (c->check_struct (this)));
186 case 1: return_trace (likely (u.format1.sanitize (c)));
187 case 2: return_trace (likely (u.format2.sanitize (c)));
188 case 3: return_trace (likely (u.format3.sanitize (c)));
189 case 4: return_trace (likely (u.format4.sanitize (c)));
212 return_trace (likely (c->check_struct (this)))
    [all...]
hb-aat-layout-bsln-table.hh 45 return_trace (likely (c->check_struct (this)));
63 return_trace (likely (c->check_struct (this) &&
81 return_trace (likely (c->check_struct (this)));
hb-ot-layout-base-table.hh 52 return_trace (likely (c->check_struct (this)));
102 return_trace (likely (c->check_struct (this) &&
167 if (likely (min)) *min = &(this+minCoord);
168 if (likely (max)) *max = &(this+maxCoord);
174 return_trace (likely (c->check_struct (this) &&
211 if (likely (min)) *min = &(this+minCoord);
212 if (likely (max)) *max = &(this+maxCoord);
219 return_trace (likely (c->check_struct (this) &&
253 return_trace (likely (c->check_struct (this) &&
289 return_trace (likely (c->check_struct (this) &
    [all...]
hb-aat-layout-just-table.hh 51 return_trace (likely (c->check_struct (this)));
68 return_trace (likely (c->check_struct (this)));
115 return_trace (likely (c->check_struct (this)));
140 return_trace (likely (c->check_struct (this)));
166 return_trace (likely (c->check_struct (this)));
297 return_trace (likely (c->check_struct (this)));
334 return_trace (likely (c->check_struct (this) &&
353 return_trace (likely (c->check_struct (this) &&
391 return_trace (likely (c->check_struct (this) &&
hb-utf.hh 56 if (likely (text < end &&
68 if (likely (1 < end - text &&
83 if (likely (2 < end - text &&
118 if (likely (next (text, end, unicode, replacement) == end))
194 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu)))
200 if (likely (c <= 0xDBFFu && text < end))
204 if (likely (hb_in_range<hb_codepoint_t> (l, 0xDC00u, 0xDFFFu)))
226 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu)))
232 if (likely (c >= 0xDC00u && start < text))
236 if (likely (hb_in_range<hb_codepoint_t> (h, 0xD800u, 0xDBFFu))
    [all...]
  /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/elfutils/libelf/
elf_flagdata.c 57 if (likely (cmd == ELF_C_SET))
59 else if (likely (cmd == ELF_C_CLR))
elf_flagelf.c 54 if (likely (cmd == ELF_C_SET))
57 else if (likely (cmd == ELF_C_CLR))
elf_flagphdr.c 54 if (likely (cmd == ELF_C_SET))
56 else if (likely (cmd == ELF_C_CLR))
elf_flagscn.c 54 if (likely (cmd == ELF_C_SET))
56 else if (likely (cmd == ELF_C_CLR))
elf_flagshdr.c 54 if (likely (cmd == ELF_C_SET))
56 else if (likely (cmd == ELF_C_CLR))
elf_version.c 47 if (likely (version == EV_CURRENT))
elf_flagehdr.c 54 if (likely (cmd == ELF_C_SET))
  /external/elfutils/libasm/
asm_abort.c 48 if (likely (! ctx->textp))
asm_newscn_ingrp.c 45 if (likely (result != NULL))
64 if (likely (! ctx->textp))
  /external/google-fruit/tests/
test_semistatic_map_hash_selection.py 44 // The component normalization generates a random hash. By looping 50 times it's very likely that we'll get at
  /external/e2fsprogs/lib/ext2fs/
crc32c_defs.h 54 #define likely(x) __builtin_expect(!!(x), 1) macro
57 #define likely(x) (x) macro
  /external/elfutils/libdwfl/
dwfl_module_register_names.c 59 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
74 if (likely (len > 0))
dwfl_module_addrdie.c 43 if (likely (error == DWFL_E_NOERROR))
dwfl_module_nextcu.c 43 if (likely (error == DWFL_E_NOERROR))
dwfl_module_getsrc.c 45 if (likely (error == DWFL_E_NOERROR))
47 if (likely (error == DWFL_E_NOERROR))
  /external/jemalloc_new/include/jemalloc/internal/
util.h 32 # define likely(x) __builtin_expect(!!(x), 1) macro
35 # define likely(x) !!(x) macro
  /external/mesa3d/src/mapi/
u_current.h 71 return (likely(u_current_table) ?
82 return likely(u_current_context) ? u_current_context : u_current_get_context_internal();
  /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/virglrenderer/src/gallium/include/pipe/
p_compiler.h 191 * is either likely to be true, or unlikely to be true.
201 * If these macros are used, the CPU is more likely to correctly predict
205 * In light of this, it is also a good idea to mark as "likely" a path
206 * which is not necessarily always more likely, but that will benefit much
222 #ifndef likely
224 # define likely(x) __builtin_expect(!!(x), 1) macro
227 # define likely(x) (x) macro

Completed in 593 milliseconds

1 2 3 4 5 6 7 8 91011>>