HomeSort by relevance Sort by last modified time
    Searched refs:unlikely (Results 226 - 250 of 1499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
libdw_form.c 70 if (unlikely ((size_t) (endp - startp) < 1))
76 if (unlikely ((size_t) (endp - startp) < 2))
82 if (unlikely ((size_t) (endp - startp) < 4))
97 if (unlikely (endstrp == NULL))
124 if (unlikely (result > (size_t) (endp - startp)))
dwarf_formstring.c 53 if (unlikely (dbg_ret == NULL))
60 if (unlikely (attrp->form != DW_FORM_strp
dwarf_formaddr.c 44 if (unlikely (attr->form != DW_FORM_addr))
memory-access.h 132 (unlikely ((Dbg)->other_byte_order) \
136 (unlikely ((Dbg)->other_byte_order) \
143 (unlikely ((Dbg)->other_byte_order) \
147 (unlikely ((Dbg)->other_byte_order) \
154 (unlikely ((Dbg)->other_byte_order) \
158 (unlikely ((Dbg)->other_byte_order) \
192 if (unlikely (other_byte_order))
200 if (unlikely (other_byte_order))
215 if (unlikely (other_byte_order))
223 if (unlikely (other_byte_order)
    [all...]
dwarf_nextcu.c 54 || unlikely (dwarf->sectiondata[sec_idx] == NULL)
58 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
101 else if (unlikely (length >= DWARF3_LENGTH_MIN_ESCAPE_CODE
110 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
144 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
dwarf_getaranges.c 110 if (unlikely (readp + 4 > readendp))
117 if (unlikely (readp + 8 > readendp))
123 else if (unlikely (length >= DWARF3_LENGTH_MIN_ESCAPE_CODE
127 if (unlikely (readp + 2 > readendp))
152 if (unlikely (address_size != 4 && address_size != 8))
188 if (unlikely (new_arange == NULL))
214 if (unlikely (new_arange->arange.offset
  /external/elfutils/libelf/
gelf_update_symshndx.c 55 if (unlikely (symdata_scn->d.d_type != ELF_T_SYM))
71 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
80 else if (unlikely (srcshndx != 0))
92 if (unlikely (src->st_value > 0xffffffffull)
93 || unlikely (src->st_size > 0xffffffffull))
elf_getshdrstrndx.c 53 if (unlikely (elf->kind != ELF_K_ELF))
72 if (unlikely (elf->state.elf.ehdr == NULL))
87 if (unlikely (num == SHN_XINDEX))
93 if (unlikely (elf->state.elf32.scns.cnt == 0))
118 if (unlikely (elf->maximum_size - offset
137 if (unlikely (pread_retry (elf->fildes, &shdr_mem,
154 if (unlikely (elf->state.elf64.scns.cnt == 0))
179 if (unlikely (elf->maximum_size - offset
198 if (unlikely (pread_retry (elf->fildes, &shdr_mem,
elf_getphdrnum.c 44 if (unlikely (elf->state.elf64.ehdr == NULL))
91 if (unlikely (off == 0))
97 if (unlikely (off >= elf->maximum_size))
106 if (unlikely (*dst > SIZE_MAX / phdr_size))
113 if (unlikely (elf->maximum_size - off < *dst * phdr_size))
127 if (unlikely (elf->kind != ELF_K_ELF))
elf32_offscn.c 51 if (unlikely (elf->kind != ELF_K_ELF))
62 && unlikely (runp->data[0].shdr.ELFW(e,LIBELFBITS) == NULL)
63 && unlikely (elfw2(LIBELFBITS,getshdr) (&runp->data[0]) == NULL))
gelf_getauxv.c 50 if (unlikely (data_scn->d.d_type != ELF_T_AUXV))
71 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
91 if (unlikely ((ndx + 1) * sizeof (GElf_auxv_t) > data_scn->d.d_size))
gelf_update_sym.c 51 if (unlikely (data_scn->d.d_type != ELF_T_SYM))
67 if (unlikely (src->st_value > 0xffffffffull)
68 || unlikely (src->st_size > 0xffffffffull))
  /external/harfbuzz_ng/src/
hb-set-private.hh 169 if (unlikely (hb_object_is_inert (this)))
182 if (unlikely (in_error)) return;
183 if (unlikely (g == INVALID)) return;
184 if (unlikely (g > MAX_G)) return;
189 if (unlikely (in_error)) return;
196 if (unlikely (in_error)) return;
197 if (unlikely (g > MAX_G)) return;
202 if (unlikely (in_error)) return;
209 if (unlikely (g > MAX_G)) return false;
215 if (unlikely (first > MAX_G)) return false
    [all...]
hb-shaper.cc 47 if (unlikely (static_shapers != all_shapers))
58 if (unlikely (!shapers))
68 if (unlikely (!shapers)) {
hb-ot-layout-gsub-table.hh 100 if (unlikely (!c->extend_min (*this))) return_trace (false);
101 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
132 if (unlikely (iter.get_coverage () >= count))
146 if (unlikely (iter.get_coverage () >= count))
171 if (unlikely (index >= substitute.len)) return_trace (false);
185 if (unlikely (!c->extend_min (*this))) return_trace (false);
186 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false);
187 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
217 if (unlikely (!c->extend_min (u.format))) return_trace (false);
242 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ())
    [all...]
  /external/elfutils/libdwfl/
segment.c 63 if (unlikely (naddr == NULL))
66 if (unlikely (nsegndx == NULL))
82 if (unlikely (dwfl->lookup_module == NULL))
90 if (unlikely (i < dwfl->lookup_elts))
167 if (unlikely (idx < 0))
170 if (unlikely (insert (dwfl, 0, start, end, -1)))
178 if (unlikely (insert (dwfl, idx + 1, start, end,
188 if (unlikely (insert (dwfl, idx + 1, start, end, -1)))
198 if (unlikely (insert (dwfl, idx + 1,
208 if (unlikely (dwfl->lookup_module == NULL)
    [all...]
dwfl_getmodules.c 67 if (unlikely ((size_t) offset - 1 > dwfl->lookup_elts))
71 if (unlikely (m == NULL))
dwfl_module_return_value_location.c 50 if (unlikely (nops < 0))
  /external/jemalloc/include/jemalloc/internal/
valgrind.h 17 if (unlikely(in_valgrind)) \
21 if (unlikely(in_valgrind)) \
25 if (unlikely(in_valgrind)) \
34 if (unlikely(in_valgrind && cond)) { \
53 if (unlikely(in_valgrind)) { \
92 if (unlikely(in_valgrind)) \
tcache.h 248 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) {
263 if (unlikely(ticker_tick(&tcache->gc_ticker)))
272 if (unlikely(tbin->ncached == 0)) {
288 if (unlikely((int)tbin->ncached < tbin->low_water))
307 if (unlikely(!tcache_success)) {
310 if (unlikely(arena == NULL))
324 if (config_prof || (slow_path && config_fill) || unlikely(zero)) {
331 if (unlikely(opt_junk_alloc)) {
334 } else if (unlikely(opt_zero))
338 if (slow_path && config_fill && unlikely(opt_junk_alloc))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
crc32c_defs.h 55 #define unlikely(x) __builtin_expect(!!(x), 0) macro
58 #define unlikely(x) (x) macro
  /external/elfutils/libasm/
asm_adduleb128.c 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
52 if (unlikely (asmscn->ctx->textp))
  /external/elfutils/lib/
list.h 38 if (unlikely ((first) == NULL)) \
62 if (unlikely (_elem->next == _elem)) \
68 if (unlikely (first == _elem)) \
90 if (unlikely ((first) == NULL)) \
  /external/libunwind/src/x86_64/
Ginit_local.c 46 if (unlikely (!tdep_init_done))
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_emit.c 291 if (unlikely(dirty & (ETNA_DIRTY_BLEND))) {
300 if (unlikely(dirty & (ETNA_DIRTY_TEXTURE_CACHES)))
302 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER))) /* Framebuffer config changed? */
314 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER))) {
353 * - add unlikely()/likely()
366 if (unlikely(dirty & (ETNA_DIRTY_FRAMEBUFFER | ETNA_DIRTY_SAMPLE_MASK))) {
394 if (unlikely(dirty & (ETNA_DIRTY_SHADER))) {
397 if (unlikely(dirty & (ETNA_DIRTY_SHADER | ETNA_DIRTY_RASTERIZER))) {
406 if (unlikely(dirty & (ETNA_DIRTY_VERTEX_ELEMENTS | ETNA_DIRTY_SHADER))) {
410 if (unlikely(dirty & (ETNA_DIRTY_SHADER)))
    [all...]

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>