HomeSort by relevance Sort by last modified time
    Searched refs:unlikely (Results 201 - 225 of 599) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 77 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
134 if (unlikely (ehdr == NULL))
  /external/harfbuzz_ng/src/
hb-coretext.cc 79 if (unlikely (!cf_data))
147 if (unlikely (!blob_length))
154 if (unlikely (!cg_font))
196 if (unlikely (!ct_font)) {
281 if (unlikely (!cg_font))
317 if (unlikely (!face_data)) return nullptr;
322 if (unlikely (!ct_font))
342 if (unlikely (!data)) return nullptr;
381 if (unlikely (hb_object_is_immutable (font)))
613 if (unlikely (_consumed > scratch_size))
    [all...]
hb-graphite2.cc 79 if (unlikely (!blob))
84 if (unlikely (!p)) {
95 if (unlikely (!face_data->tlist.cmpexch (tlist, p)))
145 if (unlikely (!data))
151 if (unlikely (!data->grface)) {
282 if (unlikely (!seg)) {
288 if (unlikely (!glyph_count)) {
300 if (unlikely (!buffer->ensure (buffer->allocated * 2)))
hb-ot-cff2-table.cc 102 if (unlikely (!is_valid () || (glyph >= num_glyphs))) return false;
112 if (unlikely (!interp.interpret (param))) return false;
hb-cff-interp-common.hh 270 if (unlikely ((value < minVal || value > maxVal)))
274 if (unlikely (p == nullptr)) return_trace (false);
278 if (unlikely (ip == nullptr)) return_trace (false);
329 if (unlikely (dest == nullptr))
369 if (unlikely ((unsigned int)(offset + i) >= str.len))
430 if (unlikely (i >= count)) set_error ();
536 if (unlikely (i < 0))
552 if (unlikely (!substr.avail (4)))
587 if (unlikely (d == nullptr)) return_trace (false);
653 if (unlikely (!substr.avail ())
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 385 if (unlikely(tdata == NULL)) {
390 } else if (unlikely(tdata->expired)) {
440 if (unlikely((uintptr_t)tdata <= (uintptr_t)PROF_TDATA_STATE_MAX))
446 if (unlikely(tdata == NULL))
490 if (unlikely((uintptr_t)tctx > (uintptr_t)1U))
524 if (unlikely(sampled))
529 if (unlikely(old_sampled))
541 if (unlikely((uintptr_t)tctx > (uintptr_t)1U))
  /external/jemalloc/test/unit/
arena_reset.c 91 test_skip_if((config_valgrind && unlikely(in_valgrind)) || (config_fill
92 && unlikely(opt_quarantine)));
  /external/jemalloc_new/src/
jemalloc_cpp.cpp 128 if (unlikely(ptr == nullptr)) {
135 if (unlikely(ptr == nullptr)) {
large.c 31 if (unlikely(ausize == 0 || ausize > LARGE_MAXCLASS)) {
35 if (config_fill && unlikely(opt_zero)) {
55 if (unlikely(arena == NULL) || (extent = arena_extent_alloc_large(tsdn,
73 } else if (config_fill && unlikely(opt_junk_alloc)) {
90 if (config_fill && have_dss && unlikely(opt_junk_free)) {
125 if (config_fill && unlikely(opt_junk_free)) {
150 if (config_fill && unlikely(opt_zero)) {
216 } else if (config_fill && unlikely(opt_junk_alloc)) {
  /external/elfutils/src/
strings.c 183 if (unlikely (fd == -1))
348 if (unlikely (fname != NULL))
354 if (unlikely (radix != radix_none))
360 if (unlikely (*unprinted != NULL))
396 if (unlikely (bytes_per_char != 1))
428 if (unlikely (*unprinted != NULL))
522 if (unlikely (n < 0))
573 if (unlikely (elfmap == MAP_FAILED))
578 if (unlikely (elfmap == MAP_FAILED))
637 if (unlikely (mprotect (elfmap, keep_area, PROT_READ | PROT_WRITE
    [all...]
  /external/elfutils/libdw/
libdwP.h 581 if (unlikely (_tail->remaining < _required + _padding)) \
656 if (unlikely (die->cu == NULL
715 if (unlikely (len > (size_t) (endp - valp)))
815 if (unlikely (data == NULL)
816 || unlikely (data->d_buf == NULL))
831 if (unlikely (offset > data->d_size)
832 || unlikely (data->d_size < size)
833 || unlikely (offset > data->d_size - size))
849 if (unlikely (addr < data->d_buf)
850 || unlikely (data->d_size < size
    [all...]
dwarf_getfuncs.c 99 if (unlikely (cudie == NULL
  /device/google/contexthub/firmware/os/inc/
util.h 41 #define unlikely(x) (x) macro
54 if (UNLIKELY(n == 0))
  /external/arm-optimized-routines/math/
cosf.c 33 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f)))
exp2f.c 43 if (unlikely (abstop >= top12 (128.0f)))
powf.c 143 if (unlikely (ix - 0x00800000 >= 0x7f800000 - 0x00800000 || zeroinfnan (iy)))
146 if (unlikely (zeroinfnan (iy)))
160 if (unlikely (zeroinfnan (ix)))
197 if (unlikely ((asuint64 (ylogx) >> 47 & 0xffff)
  /external/elfutils/libasm/
asm_newcomsym.c 92 if (unlikely (ctx->textp))
asm_newscngrp.c 73 if (unlikely (ctx->textp))
  /external/elfutils/libdwfl/
cu.c 62 if (unlikely (aranges == NULL))
173 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
199 if (unlikely (found == NULL))
209 if (unlikely (cu == NULL))
  /external/elfutils/libelf/
elf_getshdrnum.c 51 if (unlikely (elf->kind != ELF_K_ELF))
elf_newdata.c 48 if (unlikely (scn->index == 0))
gelf_getdyn.c 51 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
gelf_getrel.c 50 if (unlikely (data_scn->d.d_type != ELF_T_REL))
gelf_getrela.c 50 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_getsym.c 50 if (unlikely (data->d_type != ELF_T_SYM))

Completed in 1748 milliseconds

1 2 3 4 5 6 7 891011>>