Searched refs:unlikely (Results 76 - 100 of 440) sorted by relevance

1234567891011>>

/external/elfutils/libelf/
H A Delf_flagscn.c48 if (unlikely (scn->elf->kind != ELF_K_ELF))
H A Delf_flagshdr.c48 if (unlikely (scn->elf->kind != ELF_K_ELF))
H A Delf32_getehdr.c50 if (unlikely (elf->kind != ELF_K_ELF))
68 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
H A Delf32_newehdr.c52 if (unlikely (elf->kind != ELF_K_ELF))
62 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
H A Delf_strptr.c105 if (unlikely (shdr->sh_type != SHT_STRTAB))
121 if (unlikely (offset >= sh_size))
131 if (unlikely (shdr->sh_type != SHT_STRTAB))
147 if (unlikely (offset >= sh_size))
165 if (unlikely (strscn->zdata_base != NULL))
H A Delf32_updatefile.c144 if (unlikely (change_bo))
171 if (unlikely (__elf_getphdrnum_rdlock (elf, &phnum) != 0))
190 if (unlikely (change_bo))
228 if (unlikely (shnum > SIZE_MAX / sizeof (Elf_Scn *)))
233 if (unlikely (scns == NULL))
270 if (unlikely (p == NULL))
296 if (unlikely (p == NULL))
357 if (unlikely (change_bo))
425 if (unlikely (change_bo))
482 if (unlikely (fill_le
[all...]
H A Delf_begin.c145 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
147 if (unlikely (ehdr.e32->e_shoff >= maxsize)
148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr)))
171 if (unlikely (pread_retry (fildes, &size, sizeof (Elf32_Word),
194 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
196 if (unlikely (ehdr.e64->e_shoff >= maxsize)
197 || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize))
219 if (unlikely (pread_retry (fildes, &size, sizeof (Elf64_Xword),
252 if (unlikely ((e_ident[EI_CLASS] != ELFCLASS32
348 if (unlikely (e_shof
[all...]
/external/harfbuzz_ng/src/
H A Dhb-unicode-private.hh81 if (unlikely (!a || !b)) return false;
109 if (unlikely (unicode == 0x1037u)) unicode = 0x103Au;
113 if (unlikely (unicode == 0x1A60u)) return 254;
117 if (unlikely (unicode == 0x0FC6u)) return 254;
119 if (unlikely (unicode == 0x0F39u)) return 127;
129 return unlikely (hb_in_ranges (unicode,
179 case 0x00: return unlikely (ch == 0x00ADu);
180 case 0x03: return unlikely (ch == 0x034Fu);
181 case 0x06: return unlikely (ch == 0x061Cu);
H A Dhb-open-type-private.hh329 if (unlikely (!c->start)) {
378 return unlikely (!base) ? &Null(Type) : CastP<Type> (base);
446 if (unlikely (this->ran_out_of_room || this->end - this->head < ptrdiff_t (size))) {
474 if (unlikely (!ret)) return NULL;
484 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL;
493 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL;
518 if (unlikely (i >= len)) return Type ();
524 if (unlikely (count > len))
794 if (unlikely (!offset)) return Null(Type);
808 if (unlikely (!
[all...]
H A Dhb-shape.cc74 if (unlikely (!shaper_list))
78 if (unlikely (!shaper_list)) {
H A Dhb-uniscribe.cc241 if (unlikely (!funcs))
244 if (unlikely (!funcs))
437 if (unlikely (!data))
441 if (unlikely (!data->funcs))
448 if (unlikely (!hb_blob_get_length (blob)))
452 if (unlikely (!blob))
462 if (unlikely (!data->fh))
512 if (unlikely (!hb_uniscribe_shaper_face_data_ensure (font->face))) return NULL;
515 if (unlikely (!data))
530 if (unlikely (!populate_log_fon
[all...]
/external/elfutils/libdwfl/
H A Drelocate.c58 && unlikely (elf_getshdrstrndx (elf, shstrndx) < 0))
62 if (unlikely (name == NULL))
79 && unlikely (! gelf_update_shdr (refscn, refshdr)))
142 if (unlikely (cache->symdata == NULL))
147 if (unlikely (cache->symxndxdata == NULL))
160 if (unlikely (mod->symfile == NULL)
161 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0))
175 if (unlikely (gelf_getsymshndx (cache->symdata, cache->symxndxdata,
243 if (unlikely (symtab->symstrdata == NULL
247 if (unlikely (sy
[all...]
H A Ddwfl_report_elf.c36 starting at 0 (as when using -e). It also makes it unlikely
75 if (unlikely (shdr == NULL))
93 else if (unlikely (base & (align - 1)))
109 if (unlikely (prev_shdr == NULL))
120 if (unlikely (! gelf_update_shdr (prev_scn,
131 && unlikely (! gelf_update_shdr (scn, shdr)))
177 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
182 if (unlikely (ph == NULL))
205 if (unlikely (ph == NULL))
H A Dgzip.c87 while (unlikely (b == NULL) && more >= state->size + 1024)
89 if (unlikely (b == NULL))
137 if (unlikely (d < 0))
149 if (unlikely (state->zf == NULL))
191 if (unlikely (state.input_buffer == NULL))
195 if (unlikely (n < 0))
242 if (unlikely (n < 0))
H A Doffline.c69 if (unlikely (sh == NULL))
80 if (unlikely (main_shdr == NULL))
165 if (unlikely (h == NULL))
185 if (unlikely (asprintf (&member_name, "%s(%s)", file_name, h->ar_name) < 0))
197 else if (unlikely (asprintf (&module_name, "%s:%s", name, h->ar_name) < 0))
213 if (unlikely (want < 0))
245 if (unlikely (member == NULL)) /* Empty archive. */
H A Dderelocate.c79 if (unlikely (elf_getshdrstrndx (mod->main.elf, &shstrndx) < 0))
105 if (unlikely (shdr == NULL))
113 if (unlikely (name == NULL))
117 if (unlikely (newref == NULL))
159 if (unlikely (mod->reloc_info == NULL))
163 if (unlikely (sortrefs == NULL))
185 if (unlikely (check_reloc_sections))
361 if (unlikely (idx == -1))
370 if (unlikely (check_module (mod)))
/external/elfutils/libasm/
H A Dasm_addsleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
52 if (unlikely (asmscn->ctx->textp))
H A Dasm_addstrz.c48 if (unlikely (asmscn->type == SHT_NOBITS))
74 if (unlikely (asmscn->ctx->textp))
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc40 // This is *really* unlikely to occur because the only gettimeofday
42 // In the unlikely case it does happen, just return MinTime, no error
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DTimeValue.inc43 // This is *really* unlikely to occur because the only gettimeofday
45 // In the unlikely case it does happen, just return MinTime, no error
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c82 if (unlikely(new_vp != &old_vp->Base)) {
89 if (unlikely(new_tcp != &old_tcp->Base)) {
96 if (unlikely(new_tep != &old_tep->Base)) {
103 if (unlikely(new_gp != &old_gp->Base)) {
110 if (unlikely(new_fp != &old_fp->Base)) {
/external/jemalloc/src/
H A Djemalloc.c252 if (unlikely(opt_utrace)) { \
300 if (config_fill && unlikely(opt_quarantine))
308 if (unlikely(malloc_init_state == malloc_init_uninitialized))
317 if (unlikely(!malloc_initialized()) && malloc_init_hard())
333 if (unlikely(malloc_init_a0()))
378 if (unlikely(size == 0))
390 if (unlikely(num_size == 0)) {
402 if (unlikely(ptr == NULL))
954 if (config_fill && unlikely(in_valgrind)) {
962 if (config_tcache && unlikely(in_valgrin
[all...]
/external/elfutils/libdw/
H A Dcfi.c65 if (unlikely (reg >= INT32_MAX / sizeof ((*pfs)->regs[0])))
75 if (unlikely (bigger == NULL))
95 if (unlikely (fs->cfa_rule != cfa_offset))
122 if (unlikely (! enough_registers (regno, &fs, &result))) \
305 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore))
316 if (unlikely (! enough_registers (operand, &fs, &result)))
328 if (unlikely (copy == NULL))
353 if (unlikely (! enough_registers (31, &fs, &result)))
441 if (unlikely (cache->ebl == NULL))
444 if (unlikely (cach
[all...]
H A Ddwarf_getlocation_implicit_pointer.c58 if (unlikely (op->atom != DW_OP_GNU_implicit_pointer))
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_clear.c67 if (unlikely(INTEL_DEBUG & DEBUG_BLIT)) {
107 if (unlikely(!irb)) {
112 if (unlikely(swrast_mask)) {

Completed in 413 milliseconds

1234567891011>>