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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libelf/
gelf_update_rela.c 38 if (unlikely (ndx < 0))
44 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
60 if (unlikely (src->r_offset > 0xffffffffull)
61 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff)
62 || unlikely (GELF_R_TYPE (src->r_info) > 0xff)
63 || unlikely (src->r_addend < -0x80000000ll)
64 || unlikely (src->r_addend > 0x7fffffffll))
71 if (unlikely ((ndx + 1) * sizeof (Elf32_Rela) > data_scn->d.d_size))
87 if (unlikely ((ndx + 1) * sizeof (Elf64_Rela) > data_scn->d.d_size))
gelf_update_dyn.c 41 if (unlikely (ndx < 0))
47 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
63 if (unlikely (src->d_tag < -0x80000000ll)
64 || unlikely (src->d_tag > 0x7fffffffll)
65 || unlikely (src->d_un.d_val > 0xffffffffull))
72 if (unlikely ((ndx + 1) * sizeof (Elf32_Dyn) > data_scn->d.d_size))
86 if (unlikely ((ndx + 1) * sizeof (Elf64_Dyn) > data_scn->d.d_size))
gelf_update_rel.c 38 if (unlikely (ndx < 0))
44 if (unlikely (data_scn->d.d_type != ELF_T_REL))
60 if (unlikely (src->r_offset > 0xffffffffull)
61 || unlikely (GELF_R_SYM (src->r_info) > 0xffffff)
62 || unlikely (GELF_R_TYPE (src->r_info) > 0xff))
69 if (unlikely ((ndx + 1) * sizeof (Elf32_Rel) > data_scn->d.d_size))
84 if (unlikely ((ndx + 1) * sizeof (Elf64_Rel) > data_scn->d.d_size))
gelf_update_phdr.c 36 if (unlikely (elf->kind != ELF_K_ELF))
51 if (unlikely (src->p_offset > 0xffffffffull)
52 || unlikely (src->p_vaddr > 0xffffffffull)
53 || unlikely (src->p_paddr > 0xffffffffull)
54 || unlikely (src->p_filesz > 0xffffffffull)
55 || unlikely (src->p_memsz > 0xffffffffull)
56 || unlikely (src->p_align > 0xffffffffull))
71 if (unlikely (ndx >= elf->state.elf32.ehdr->e_phnum))
104 if (unlikely (ndx >= elf->state.elf64.ehdr->e_phnum))
elf32_fsize.c 38 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
44 if (unlikely (type >= ELF_T_NUM))
gelf_getverdaux.c 40 if (unlikely (data->d_type != ELF_T_VDEF))
55 if (unlikely (offset < 0)
56 || unlikely (offset + sizeof (GElf_Verdaux) > data->d_size)
57 || unlikely (offset % __alignof__ (GElf_Verdaux) != 0))
gelf_getverdef.c 40 if (unlikely (data->d_type != ELF_T_VDEF))
55 if (unlikely (offset < 0)
56 || unlikely (offset + sizeof (GElf_Verdef) > data->d_size)
57 || unlikely (offset % __alignof__ (GElf_Verdef) != 0))
gelf_getvernaux.c 40 if (unlikely (data->d_type != ELF_T_VNEED))
58 if (unlikely (offset < 0)
59 || unlikely (offset + sizeof (GElf_Vernaux) > data->d_size)
60 || unlikely (offset % sizeof (GElf_Vernaux) != 0))
gelf_getverneed.c 40 if (unlikely (data->d_type != ELF_T_VNEED))
58 if (unlikely (offset < 0)
59 || unlikely (offset + sizeof (GElf_Verneed) > data->d_size)
60 || unlikely (offset % sizeof (GElf_Verneed) != 0))
gelf_update_symshndx.c 47 if (unlikely (ndx < 0))
53 if (unlikely (symdata_scn->d.d_type != ELF_T_SYM))
69 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
78 else if (unlikely (srcshndx != 0))
90 if (unlikely (src->st_value > 0xffffffffull)
91 || unlikely (src->st_size > 0xffffffffull))
98 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > symdata_scn->d.d_size))
121 if (unlikely ((ndx + 1) * sizeof (Elf64_Sym) > symdata_scn->d.d_size))
gelf_update_shdr.c 50 if (unlikely (src->sh_flags > 0xffffffffull)
51 || unlikely (src->sh_addr > 0xffffffffull)
52 || unlikely (src->sh_offset > 0xffffffffull)
53 || unlikely (src->sh_size > 0xffffffffull)
54 || unlikely (src->sh_addralign > 0xffffffffull)
55 || unlikely (src->sh_entsize > 0xffffffffull))
gelf_update_sym.c 42 if (unlikely (ndx < 0))
48 if (unlikely (data_scn->d.d_type != ELF_T_SYM))
64 if (unlikely (src->st_value > 0xffffffffull)
65 || unlikely (src->st_size > 0xffffffffull))
72 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > data_scn->d.d_size))
95 if (unlikely ((ndx + 1) * sizeof (Elf64_Sym) > data_scn->d.d_size))
  /bionic/libc/kernel/common/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /development/ndk/platforms/android-3/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
err.h 21 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 28 if (unlikely(atomic_xchg(count, 0) != 1))
47 if (unlikely(atomic_xchg(count, 0) != 1))
71 if (unlikely(atomic_xchg(count, 1) != 0))
97 if (unlikely(prev < 0)) {
  /bionic/libc/kernel/arch-sh/asm/
bug.h 26 #define WARN_ON(x) ({ int __ret_warn_on = !!(x); if (__builtin_constant_p(__ret_warn_on)) { if (__ret_warn_on) __WARN(); } else { if (unlikely(__ret_warn_on)) __WARN(); } unlikely(__ret_warn_on); })

Completed in 385 milliseconds

1 2 3 4 5 6 7 8 91011>>