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

1 2 3 45 6 7 8 91011>>

  /external/elfutils/libelf/
elf32_updatefile.c 101 if (unlikely (change_bo))
138 if (unlikely (change_bo))
239 if (unlikely (change_bo))
274 if (unlikely (change_bo))
322 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE)
334 if (unlikely ((size_t) pwrite (fd, fillbuf, n, pos) != n))
373 if (unlikely (change_bo))
391 if (unlikely (pwrite (elf->fildes, out_ehdr,
418 && unlikely (fill (elf->fildes, ehdr->e_ehsize,
423 if (unlikely (change_bo)
    [all...]
elf_getshnum.c 40 if (unlikely (elf->kind != ELF_K_ELF))
elf32_newphdr.c 43 if (unlikely (elf->kind != ELF_K_ELF))
53 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
60 if (unlikely (elf->state.ELFW(elf,LIBELFBITS).ehdr == NULL))
elf_getshstrndx.c 41 if (unlikely (elf->kind != ELF_K_ELF))
60 if (unlikely (elf->state.elf.ehdr == NULL))
75 if (unlikely (num == SHN_XINDEX))
  /bionic/libc/kernel/common/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /bionic/linker/
dlfcn.c 43 #define unlikely(expr) __builtin_expect (expr, 0) macro
60 if (unlikely(ret == NULL)) {
84 if(unlikely(handle == 0)) {
88 if(unlikely(symbol == 0)) {
  /development/ndk/platforms/android-3/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /external/elfutils/libdw/
dwarf_formstring.c 38 if (unlikely (attrp->form != DW_FORM_strp)
dwarf_getsrcfiles.c 27 if (unlikely (cudie == NULL || dwarf_tag (cudie) != DW_TAG_compile_unit))
memory-access.h 110 (unlikely ((Dbg)->other_byte_order) \
114 (unlikely ((Dbg)->other_byte_order) \
121 (unlikely ((Dbg)->other_byte_order) \
125 (unlikely ((Dbg)->other_byte_order) \
130 (unlikely ((Dbg)->other_byte_order) \
134 (unlikely ((Dbg)->other_byte_order) \
  /external/kernel-headers/original/asm-generic/
4level-fixup.h 14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
  /external/elfutils/libasm/
asm_addint8.c 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
52 if (unlikely (asmscn->ctx->textp))
asm_newscn.c 160 if (unlikely ((flags & ~(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE
164 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
185 result = (unlikely (ctx->textp)
  /external/kernel-headers/original/linux/
ptrace.h 80 #include <linux/compiler.h> /* For unlikely. */
104 if (unlikely(child->ptrace))
109 if (unlikely(child->ptrace))
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 7 overflow in your program's main thread (unlikely but
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 7 overflow in your program's main thread (unlikely but

Completed in 2902 milliseconds

1 2 3 45 6 7 8 91011>>