HomeSort by relevance Sort by last modified time
    Searched full:unlikely (Results 26 - 50 of 3101) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/elfutils/libelf/
elf32_fsize.c 47 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
53 if (unlikely (type >= ELF_T_NUM))
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,
gelf_getnote.c 46 if (unlikely (data->d_type != ELF_T_NHDR))
61 if (unlikely (offset > data->d_size
76 if (unlikely (offset > data->d_size
84 if (unlikely (offset > data->d_size
gelf_getverdaux.c 49 if (unlikely (data->d_type != ELF_T_VDEF))
64 if (unlikely (offset < 0)
65 || unlikely (offset + sizeof (GElf_Verdaux) > data->d_size)
66 || unlikely (offset % __alignof__ (GElf_Verdaux) != 0))
gelf_getverdef.c 49 if (unlikely (data->d_type != ELF_T_VDEF))
64 if (unlikely (offset < 0)
65 || unlikely (offset + sizeof (GElf_Verdef) > data->d_size)
66 || unlikely (offset % __alignof__ (GElf_Verdef) != 0))
gelf_getvernaux.c 49 if (unlikely (data->d_type != ELF_T_VNEED))
67 if (unlikely (offset < 0)
68 || unlikely (offset + sizeof (GElf_Vernaux) > data->d_size)
69 || unlikely (offset % sizeof (GElf_Vernaux) != 0))
gelf_getverneed.c 49 if (unlikely (data->d_type != ELF_T_VNEED))
67 if (unlikely (offset < 0)
68 || unlikely (offset + sizeof (GElf_Verneed) > data->d_size)
69 || unlikely (offset % sizeof (GElf_Verneed) != 0))
gelf_update_dyn.c 50 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
66 if (unlikely (src->d_tag < -0x80000000ll)
67 || unlikely (src->d_tag > 0x7fffffffll)
68 || unlikely (src->d_un.d_val > 0xffffffffull))
gelf_update_ehdr.c 48 if (unlikely (elf->kind != ELF_K_ELF))
69 if (unlikely (src->e_entry > 0xffffffffull)
70 || unlikely (src->e_phoff > 0xffffffffull)
71 || unlikely (src->e_shoff > 0xffffffffull))
gelf_update_rel.c 50 if (unlikely (data_scn->d.d_type != ELF_T_REL))
66 if (unlikely (src->r_offset > 0xffffffffull)
67 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff)
68 || unlikely (GELF_R_TYPE (src->r_info) > 0xff))
  /toolchain/binutils/binutils-2.27/gold/testsuite/
text_section_grouping.cc 24 // according to prefix. .text.unlikely, .text.startup and .text.hot should
42 __attribute__ ((section(".text.unlikely.foo")))
63 __attribute__ ((section(".text.unlikely.bar")))
  /external/harfbuzz_ng/src/
hb-face-private.hh 73 if (unlikely (!reference_table_func))
77 if (unlikely (!blob))
85 if (unlikely (!upem))
92 if (unlikely (num_glyphs == (unsigned int) -1))
  /external/kmod/testsuite/module-playground/
mod-simple-i386.ko 
  /external/libchrome/base/trace_event/
heap_profiler.h 45 if (UNLIKELY(AllocationContextTracker::capture_mode() !=
54 if (UNLIKELY(AllocationContextTracker::capture_mode() !=
69 if (UNLIKELY(
78 if (UNLIKELY(
  /external/parameter-framework/asio-1.10.6/
README.parameter-framework 4 Although unlikely (thanks to having been tested on all AOSP lunch targets), if
  /external/valgrind/memcheck/tests/
supp_unknown.stderr.exp 7 overflow in your program's main thread (unlikely but
supp_unknown.stderr.exp-kfail 6 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/amd64-linux/
bug345887.stderr.exp 6 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.stderr.exp 6 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/linux/
blockfault.stderr.exp 7 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/solaris/
block_all_signals.stderr.exp 7 overflow in your program's main thread (unlikely but
blockfault.stderr.exp 7 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 6 overflow in your program's main thread (unlikely but
hang.stderr.exp 6 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 6 overflow in your program's main thread (unlikely but

Completed in 1483 milliseconds

12 3 4 5 6 7 8 91011>>