HomeSort by relevance Sort by last modified time
    Searched full:__m (Results 76 - 100 of 227) sorted by null

1 2 34 5 6 7 8 910

  /prebuilt/sdk/12/renderscript/clang-include/
smmintrin.h 67 _mm_blend_pd (__m128d __V1, __m128d __V2, const int __M)
69 return (__m128d) __builtin_ia32_blendpd ((__v2df)__V1, (__v2df)__V2, __M);
73 _mm_blend_ps (__m128 __V1, __m128 __V2, const int __M)
75 return (__m128) __builtin_ia32_blendps ((__v4sf)__V1, (__v4sf)__V2, __M);
79 _mm_blendv_pd (__m128d __V1, __m128d __V2, __m128d __M)
82 (__v2df)__M);
86 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M)
89 (__v4sf)__M);
93 _mm_blendv_epi8 (__m128i __V1, __m128i __V2, __m128i __M)
96 (__v16qi)__M);
    [all...]
  /prebuilt/sdk/13/renderscript/clang-include/
smmintrin.h 67 _mm_blend_pd (__m128d __V1, __m128d __V2, const int __M)
69 return (__m128d) __builtin_ia32_blendpd ((__v2df)__V1, (__v2df)__V2, __M);
73 _mm_blend_ps (__m128 __V1, __m128 __V2, const int __M)
75 return (__m128) __builtin_ia32_blendps ((__v4sf)__V1, (__v4sf)__V2, __M);
79 _mm_blendv_pd (__m128d __V1, __m128d __V2, __m128d __M)
82 (__v2df)__M);
86 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M)
89 (__v4sf)__M);
93 _mm_blendv_epi8 (__m128i __V1, __m128i __V2, __m128i __M)
96 (__v16qi)__M);
    [all...]
  /prebuilt/sdk/14/renderscript/clang-include/
smmintrin.h 67 _mm_blend_pd (__m128d __V1, __m128d __V2, const int __M)
69 return (__m128d) __builtin_ia32_blendpd ((__v2df)__V1, (__v2df)__V2, __M);
73 _mm_blend_ps (__m128 __V1, __m128 __V2, const int __M)
75 return (__m128) __builtin_ia32_blendps ((__v4sf)__V1, (__v4sf)__V2, __M);
79 _mm_blendv_pd (__m128d __V1, __m128d __V2, __m128d __M)
82 (__v2df)__M);
86 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M)
89 (__v4sf)__M);
93 _mm_blendv_epi8 (__m128i __V1, __m128i __V2, __m128i __M)
96 (__v16qi)__M);
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6_tables.h 182 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /external/clang/test/SemaTemplate/
instantiate-array.cpp 7 #define static_assert(__b, __m) \
  /external/iproute2/include/linux/netfilter/
x_tables.h 126 struct xt_entry_match *__m; \
130 __i += __m->u.match_size) { \
131 __m = (void *)e + __i; \
133 __ret = fn(__m , ## args); \
  /external/iptables/include/linux/netfilter/
x_tables.h 126 struct xt_entry_match *__m; \
130 __i += __m->u.match_size) { \
131 __m = (void *)e + __i; \
133 __ret = fn(__m , ## args); \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
mutex 410 explicit lock_guard(mutex_type& __m) : _M_device(__m)
413 lock_guard(mutex_type& __m, adopt_lock_t __a) : _M_device(__m)
437 explicit unique_lock(mutex_type& __m)
438 : _M_device(&__m), _M_owns(false)
444 unique_lock(mutex_type& __m, defer_lock_t)
445 : _M_device(&__m), _M_owns(false)
448 unique_lock(mutex_type& __m, try_to_lock_t)
449 : _M_device(&__m), _M_owns(_M_device->try_lock()
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
mutex 410 explicit lock_guard(mutex_type& __m) : _M_device(__m)
413 lock_guard(mutex_type& __m, adopt_lock_t __a) : _M_device(__m)
437 explicit unique_lock(mutex_type& __m)
438 : _M_device(&__m), _M_owns(false)
444 unique_lock(mutex_type& __m, defer_lock_t)
445 : _M_device(&__m), _M_owns(false)
448 unique_lock(mutex_type& __m, try_to_lock_t)
449 : _M_device(&__m), _M_owns(_M_device->try_lock()
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
mutex 410 explicit lock_guard(mutex_type& __m) : _M_device(__m)
413 lock_guard(mutex_type& __m, adopt_lock_t __a) : _M_device(__m)
437 explicit unique_lock(mutex_type& __m)
438 : _M_device(&__m), _M_owns(false)
444 unique_lock(mutex_type& __m, defer_lock_t)
445 : _M_device(&__m), _M_owns(false)
448 unique_lock(mutex_type& __m, try_to_lock_t)
449 : _M_device(&__m), _M_owns(_M_device->try_lock()
    [all...]
  /external/stlport/stlport/stl/
_iomanip.h 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
146 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
147 __os.fill(__m._M_c);
154 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
155 __is.fill(__m._M_c);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
146 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
147 __os.fill(__m._M_c);
154 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
155 __is.fill(__m._M_c);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
146 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
147 __os.fill(__m._M_c);
154 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
155 __is.fill(__m._M_c);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
146 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
147 __os.fill(__m._M_c);
154 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
155 __is.fill(__m._M_c);
  /bionic/libc/kernel/arch-sh/asm/
uaccess_32.h 17 #define __get_user_asm(x, addr, err, insn) ({ __asm__ __volatile__( "1:\n\t" "mov." insn " %2, %1\n\t" "2:\n" ".section .fixup,\"ax\"\n" "3:\n\t" "mov #0, %1\n\t" "mov.l 4f, %0\n\t" "jmp @%0\n\t" " mov %3, %0\n\t" ".balign 4\n" "4: .long 2b\n\t" ".previous\n" ".section __ex_table,\"a\"\n\t" ".long 1b, 3b\n\t" ".previous" :"=&r" (err), "=&r" (x) :"m" (__m(addr)), "i" (-EFAULT), "0" (err)); })
21 #define __put_user_asm(x, addr, err, insn) do { __asm__ __volatile__ ( "1:\n\t" "mov." insn " %1, %2\n\t" "2:\n" ".section .fixup,\"ax\"\n" "3:\n\t" "mov.l 4f, %0\n\t" "jmp @%0\n\t" " mov %3, %0\n\t" ".balign 4\n" "4: .long 2b\n\t" ".previous\n" ".section __ex_table,\"a\"\n\t" ".long 1b, 3b\n\t" ".previous" : "=&r" (err) : "r" (x), "m" (__m(addr)), "i" (-EFAULT), "0" (err) : "memory" ); } while (0)
23 #define __put_user_u64(val,addr,retval) ({ __asm__ __volatile__( "1:\n\t" "mov.l %R1,%2\n\t" "mov.l %S1,%T2\n\t" "2:\n" ".section .fixup,\"ax\"\n" "3:\n\t" "mov.l 4f,%0\n\t" "jmp @%0\n\t" " mov %3,%0\n\t" ".balign 4\n" "4: .long 2b\n\t" ".previous\n" ".section __ex_table,\"a\"\n\t" ".long 1b, 3b\n\t" ".previous" : "=r" (retval) : "r" (val), "m" (__m(addr)), "i" (-EFAULT), "0" (retval) : "memory"); })

Completed in 299 milliseconds

1 2 34 5 6 7 8 910