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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 260 const std::type_info* __type)
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
299 const std::type_info* __type)
300 : __pbase_type_info (__n, __quals, __type) { }
326 const std::type_info* __type,
328 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 43 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \
44 inline __type& \
47 static __type __name; \
50 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \
51 inline __type& __get_##__name() { \
52 static __type __name(__initial_value); \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \
37 inline __type& \
40 static __type __name; \
43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \
44 inline __type& __get_##__name() { \
45 static __type __name(__initial_value); \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 43 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \
44 inline __type& \
47 static __type __name; \
50 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \
51 inline __type& __get_##__name() { \
52 static __type __name(__initial_value); \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \
37 inline __type& \
40 static __type __name; \
43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \
44 inline __type& __get_##__name() { \
45 static __type __name(__initial_value); \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler.h 36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \
37 inline __type& \
40 static __type __name; \
43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \
44 inline __type& __get_##__name() { \
45 static __type __name(__initial_value); \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler.h 36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \
37 inline __type& \
40 static __type __name; \
43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \
44 inline __type& __get_##__name() { \
45 static __type __name(__initial_value); \
  /external/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \
189 inline __type func (__type x) \
190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \
195 inline __type func (__type x, __type *y) { \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_double_list.h 103 #define LIST_ENTRY(__type, __item, __field) \
104 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
  /external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h 103 #define LIST_ENTRY(__type, __item, __field) \
104 ((__type *)(((char *)(__item)) - offsetof(__type, __field)))
  /external/stlport/stlport/stl/config/
features.h 792 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
794 # define __TRIVIAL_CONSTRUCTOR(__type)
798 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
800 # define __TRIVIAL_DESTRUCTOR(__type)
803 #define __TRIVIAL_STUFF(__type) \
804 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
807 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
concurrence.h 273 static typename __enable_if<sizeof(&_Rm::sema), void>::__type
282 static typename __enable_if<sizeof(&_Rm::actual), void>::__type
290 void>::__type
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 273 static typename __enable_if<sizeof(&_Rm::sema), void>::__type
282 static typename __enable_if<sizeof(&_Rm::actual), void>::__type
290 void>::__type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 267 static typename __enable_if<(bool)sizeof(&_Rm::sema), void>::__type
276 static typename __enable_if<(bool)sizeof(&_Rm::actual), void>::__type
284 void>::__type
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
features.h 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {}
788 # define __TRIVIAL_CONSTRUCTOR(__type)
792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
797 #define __TRIVIAL_STUFF(__type) \
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment
    [all...]

Completed in 924 milliseconds

1 2 3 45 6 7 8 91011>>