HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 26 - 50 of 1174) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /external/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
57 __MATHCALL (asin,, (_Mdouble_ __x));
59 __MATHCALL (atan,, (_Mdouble_ __x));
61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
64 __MATHCALL (cos,, (_Mdouble_ __x));
66 __MATHCALL (sin,, (_Mdouble_ __x));
68 __MATHCALL (tan,, (_Mdouble_ __x));
73 __MATHCALL (cosh,, (_Mdouble_ __x));
75 __MATHCALL (sinh,, (_Mdouble_ __x));
77 __MATHCALL (tanh,, (_Mdouble_ __x));
    [all...]
byteswap.h 37 ({ register unsigned short int __v, __x = (x); \
38 if (__builtin_constant_p (__x)) \
39 __v = __bswap_constant_16 (__x); \
43 : "0" (__x) \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
70 ({ register unsigned int __v, __x = (x); \
71 if (__builtin_constant_p (__x)) \
72 __v = __bswap_constant_32 (__x); \
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
57 __MATHCALL (asin,, (_Mdouble_ __x));
59 __MATHCALL (atan,, (_Mdouble_ __x));
61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
64 __MATHCALL (cos,, (_Mdouble_ __x));
66 __MATHCALL (sin,, (_Mdouble_ __x));
68 __MATHCALL (tan,, (_Mdouble_ __x));
73 __MATHCALL (cosh,, (_Mdouble_ __x));
75 __MATHCALL (sinh,, (_Mdouble_ __x));
77 __MATHCALL (tanh,, (_Mdouble_ __x));
    [all...]
byteswap.h 37 ({ register unsigned short int __v, __x = (x); \
38 if (__builtin_constant_p (__x)) \
39 __v = __bswap_constant_16 (__x); \
43 : "0" (__x) \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
70 ({ register unsigned int __v, __x = (x); \
71 if (__builtin_constant_p (__x)) \
72 __v = __bswap_constant_32 (__x); \
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
57 __MATHCALL (asin,, (_Mdouble_ __x));
59 __MATHCALL (atan,, (_Mdouble_ __x));
61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
64 __MATHCALL (cos,, (_Mdouble_ __x));
66 __MATHCALL (sin,, (_Mdouble_ __x));
68 __MATHCALL (tan,, (_Mdouble_ __x));
73 __MATHCALL (cosh,, (_Mdouble_ __x));
75 __MATHCALL (sinh,, (_Mdouble_ __x));
77 __MATHCALL (tanh,, (_Mdouble_ __x));
    [all...]
byteswap.h 37 ({ register unsigned short int __v, __x = (x); \
38 if (__builtin_constant_p (__x)) \
39 __v = __bswap_constant_16 (__x); \
43 : "0" (__x) \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
70 ({ register unsigned int __v, __x = (x); \
71 if (__builtin_constant_p (__x)) \
72 __v = __bswap_constant_32 (__x); \
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
    [all...]
  /external/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 58 # define _STLP_NATIVE_C_HEADER(__x) </usr/include/##__x>
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>

Completed in 736 milliseconds

12 3 4 5 6 7 8 91011>>