/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
rc_string_base.h | 549 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 188 if (__builtin_expect(mQemuTracing, 0)) {
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteInt.h | 295 # define likely(X) __builtin_expect((X),1) 296 # define unlikely(X) __builtin_expect((X),0) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 227 if (__builtin_expect(this != &_S_empty_rep(), false)) 241 if (__builtin_expect(this != &_S_empty_rep(), false)) [all...] |
locale_facets.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 227 if (__builtin_expect(this != &_S_empty_rep(), false)) 241 if (__builtin_expect(this != &_S_empty_rep(), false)) [all...] |
locale_facets.h | [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 227 if (__builtin_expect(this != &_S_empty_rep(), false)) 241 if (__builtin_expect(this != &_S_empty_rep(), false)) [all...] |
locale_facets.h | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 227 if (__builtin_expect(this != &_S_empty_rep(), false)) 241 if (__builtin_expect(this != &_S_empty_rep(), false)) [all...] |
locale_facets.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_string.h | 227 if (__builtin_expect(this != &_S_empty_rep(), false)) 241 if (__builtin_expect(this != &_S_empty_rep(), false)) [all...] |
locale_facets.h | [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Preview_7x27A.cpp | 32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) [all...] |
/external/bison/lib/ |
getopt.c | 563 if (__builtin_expect (fclose (fp) != EOF, 1)) [all...] |
/external/clang/test/Analysis/ |
malloc.c | 819 (__builtin_expect(!(x && y), 0) ? __assert_rtn(__func__, "/Users/zaks/tmp/ex.c", 24, "x && y") : (void)0);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets.h | [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...] |