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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 201 if (__builtin_expect(__n != 0, true))
203 if (__builtin_expect(__n > this->max_size(), false))
226 if (__builtin_expect(__result == 0, 0))
233 if (__builtin_expect(__ret == 0, 0))
244 if (__builtin_expect(__n != 0 && __p != 0, true))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 201 if (__builtin_expect(__n != 0, true))
203 if (__builtin_expect(__n > this->max_size(), false))
226 if (__builtin_expect(__result == 0, 0))
233 if (__builtin_expect(__ret == 0, 0))
244 if (__builtin_expect(__n != 0 && __p != 0, true))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 201 if (__builtin_expect(__n != 0, true))
203 if (__builtin_expect(__n > this->max_size(), false))
226 if (__builtin_expect(__result == 0, 0))
233 if (__builtin_expect(__ret == 0, 0))
244 if (__builtin_expect(__n != 0 && __p != 0, true))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 201 if (__builtin_expect(__n != 0, true))
203 if (__builtin_expect(__n > this->max_size(), false))
226 if (__builtin_expect(__result == 0, 0))
233 if (__builtin_expect(__ret == 0, 0))
244 if (__builtin_expect(__n != 0 && __p != 0, true))
  /dalvik/vm/
Common.h 55 #define LIKELY(exp) (__builtin_expect((exp) != 0, true))
56 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false))
  /external/chromium_org/third_party/brotli/src/brotli/enc/
port.h 54 #define PREDICT_FALSE(x) (__builtin_expect(x, 0))
55 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.h 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.h 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xfuncproto.h 102 # define _X_LIKELY(x) __builtin_expect(!!(x), 1)
103 # define _X_UNLIKELY(x) __builtin_expect(!!(x), 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xfuncproto.h 102 # define _X_LIKELY(x) __builtin_expect(!!(x), 1)
103 # define _X_UNLIKELY(x) __builtin_expect(!!(x), 0)
  /system/core/include/cutils/
atomic-x86_64.h 136 } while (__builtin_expect(status != 0, 0));
147 } while (__builtin_expect(status != 0, 0));
  /external/elfutils/0.153/lib/
eu-config.h 115 __builtin_expect (_e, E); \
130 __builtin_expect (_e, E); \
140 # define unlikely(expr) __builtin_expect (!!(expr), 0)
141 # define likely(expr) __builtin_expect (!!(expr), 1)
  /external/qemu/include/qemu/
osdep.h 38 #define __builtin_expect(x, n) (x) macro
41 #define likely(x) __builtin_expect(!!(x), 1)
42 #define unlikely(x) __builtin_expect(!!(x), 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_ios.tcc 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.tcc 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.tcc 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 158 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
163 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
168 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 158 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
163 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
168 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 158 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
163 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
168 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.tcc 158 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
163 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
168 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.tcc 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.tcc 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.tcc 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.tcc 160 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
165 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
170 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.tcc 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true))

Completed in 610 milliseconds

12 3 4 5 6 7 8 91011>>