HomeSort by relevance Sort by last modified time
    Searched full:__builtin_expect (Results 201 - 225 of 277) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 643 if (__builtin_expect (not_first_call, 0)) \
677 if (__builtin_expect (not_first_call, 0)) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 497 /* __builtin_expect is in gcc 3.0, and not in 2.95. */
499 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1)
500 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 497 /* __builtin_expect is in gcc 3.0, and not in 2.95. */
499 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1)
500 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 497 /* __builtin_expect is in gcc 3.0, and not in 2.95. */
499 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1)
500 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.tcc 778 if (__builtin_expect(__dec, true))
873 if (__builtin_expect(__dec, true))
    [all...]
fstream.tcc 860 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 795 if (__builtin_expect(__dec, true))
890 if (__builtin_expect(__dec, true))
    [all...]
fstream.tcc 917 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 795 if (__builtin_expect(__dec, true))
890 if (__builtin_expect(__dec, true))
    [all...]
fstream.tcc 917 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true))
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 778 if (__builtin_expect(__dec, true))
873 if (__builtin_expect(__dec, true))
    [all...]
fstream.tcc 860 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true))
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 778 if (__builtin_expect(__dec, true))
873 if (__builtin_expect(__dec, true))
    [all...]
fstream.tcc 860 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true))
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 778 if (__builtin_expect(__dec, true))
873 if (__builtin_expect(__dec, true))
    [all...]
fstream.tcc 860 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true))
  /external/clang/www/analyzer/
annotations.html 525 (__builtin_expect(!(p != NULL), 0) ? __assert_rtn(__func__, "t.c", 4, "p != NULL") : (void)0);
  /external/elfutils/src/
ldscript.c     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 357 // Just replace __builtin_expect(exp, c) with EXP.
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 95 # define BE(expr, val) __builtin_expect (expr, val)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /bionic/libc/bionic/
pthread.c 72 #define __likely(cond) __builtin_expect(!!(cond), 1)
73 #define __unlikely(cond) __builtin_expect(!!(cond), 0)
    [all...]

Completed in 1353 milliseconds

1 2 3 4 5 6 7 891011>>