Searched refs:__w (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/sh3/cpu/
H A D7709.h48 uint32_t __e, __w, __wa, __a; \
50 for (__w = 0; __w < SH7709_CACHE_WAY; __w++) { \
51 __wa = SH3_CCA | __w << SH7709_CACHE_WAY_SHIFT; \
H A D7709a.h48 uint32_t __e, __w, __wa, __a; \
50 for (__w = 0; __w < SH7709A_CACHE_WAY; __w++) { \
51 __wa = SH3_CCA | __w << SH7709A_CACHE_WAY_SHIFT; \
H A D7707.h59 uint32_t __e, __w, __wa, __a; \
61 for (__w = 0; __w < SH7707_CACHE_WAY; __w++) { \
62 __wa = SH3_CCA | __w << SH7707_CACHE_WAY_SHIFT; \
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dcache_sh3.h111 uint32_t __e, __w, __wa, __a; \
113 for (__w = 0; __w < maxway; __w++) { \
114 __wa = SH3_CCA | __w << CCA_8K_WAY_SHIFT; \
125 uint32_t __e, __w, __wa, __a; \
127 for (__w = 0; __w < SH3_CACHE_16K_WAY; __w++) { \
128 __wa = SH3_CCA | __w << CCA_16K_WAY_SHIF
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dtree.cc340 _Rb_tree_node_base* __w = __x_parent->_M_right; local
341 if (__w->_M_color == _S_red)
343 __w->_M_color = _S_black;
346 __w = __x_parent->_M_right;
348 if ((__w->_M_left == 0 ||
349 __w->_M_left->_M_color == _S_black) &&
350 (__w->_M_right == 0 ||
351 __w->_M_right->_M_color == _S_black))
353 __w->_M_color = _S_red;
359 if (__w
378 _Rb_tree_node_base* __w = __x_parent->_M_left; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dtree.cc355 _Rb_tree_node_base* __w = __x_parent->_M_right; local
356 if (__w->_M_color == _S_red)
358 __w->_M_color = _S_black;
361 __w = __x_parent->_M_right;
363 if ((__w->_M_left == 0 ||
364 __w->_M_left->_M_color == _S_black) &&
365 (__w->_M_right == 0 ||
366 __w->_M_right->_M_color == _S_black))
368 __w->_M_color = _S_red;
374 if (__w
393 _Rb_tree_node_base* __w = __x_parent->_M_left; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc290 union { char *__s; wchar_t *__w; } __u; member in union:__anon6994
293 _M_data->_M_date_format = __u.__w;
295 _M_data->_M_date_era_format = __u.__w;
297 _M_data->_M_time_format = __u.__w;
299 _M_data->_M_time_era_format = __u.__w;
301 _M_data->_M_date_time_format = __u.__w;
303 _M_data->_M_date_time_era_format = __u.__w;
305 _M_data->_M_am = __u.__w;
307 _M_data->_M_pm = __u.__w;
309 _M_data->_M_am_pm_format = __u.__w;
[all...]
H A Dnumeric_members.cc153 union { char *__s; wchar_t __w; } __u; member in union:__anon6993
155 _M_data->_M_decimal_point = __u.__w;
158 _M_data->_M_thousands_sep = __u.__w;
H A Dmonetary_members.cc584 union { char *__s; wchar_t __w; } __u; member in union:__anon6991
586 _M_data->_M_decimal_point = __u.__w;
589 _M_data->_M_thousands_sep = __u.__w;
767 union { char *__s; wchar_t __w; } __u; member in union:__anon6992
769 _M_data->_M_decimal_point = __u.__w;
772 _M_data->_M_thousands_sep = __u.__w;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc288 union { char *__s; wchar_t *__w; } __u; member in union:std::__anon4516
291 _M_data->_M_date_format = __u.__w;
293 _M_data->_M_date_era_format = __u.__w;
295 _M_data->_M_time_format = __u.__w;
297 _M_data->_M_time_era_format = __u.__w;
299 _M_data->_M_date_time_format = __u.__w;
301 _M_data->_M_date_time_era_format = __u.__w;
303 _M_data->_M_am = __u.__w;
305 _M_data->_M_pm = __u.__w;
307 _M_data->_M_am_pm_format = __u.__w;
[all...]
H A Dnumeric_members.cc124 union { char *__s; wchar_t __w; } __u; member in union:std::__anon4515
126 _M_data->_M_decimal_point = __u.__w;
129 _M_data->_M_thousands_sep = __u.__w;
H A Dmonetary_members.cc390 union { char *__s; wchar_t __w; } __u; member in union:std::__anon4513
392 _M_data->_M_decimal_point = __u.__w;
395 _M_data->_M_thousands_sep = __u.__w;
532 union { char *__s; wchar_t __w; } __u; member in union:std::__anon4514
534 _M_data->_M_decimal_point = __u.__w;
537 _M_data->_M_thousands_sep = __u.__w;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D990130-1.c20 w.ll = ({DIunion __w; __asm__ ("mull %3" : "=a" ((USItype) ( __w.s.low )), "=d" ((USItype) ( __w.s.high )) : "%0" ((USItype) ( uu.s.low )), "rm" ((USItype) ( vv.s.low ))) ; __w.ll; }) ;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D990130-1.c20 w.ll = ({DIunion __w; __asm__ ("mull %3" : "=a" ((USItype) ( __w.s.low )), "=d" ((USItype) ( __w.s.high )) : "%0" ((USItype) ( uu.s.low )), "rm" ((USItype) ( vv.s.low ))) ; __w.ll; }) ;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dostream_insert.h85 const streamsize __w = __out.width(); local
86 if (__w > __n)
92 __ostream_fill(__out, __w - __n);
96 __ostream_fill(__out, __w - __n);
H A Datomic_0.h54 __typeof__(__n) __w = (__n); \
57 *__p = __w; \
59 __w; })
63 __typeof__(__n) __w = (__n); \
67 *__p __o __w; \
74 __typeof__(__n) __w = (__n); \
79 if (__t__ == *__q) { *__p = __w; __r = true; } \
H A Drandom.h60 template<typename _UIntType, size_t __w,
61 bool = __w < static_cast<size_t>
66 template<typename _UIntType, size_t __w>
67 struct _Shift<_UIntType, __w, true>
68 { static const _UIntType __value = _UIntType(1) << __w; };
363 template<typename _UIntType, size_t __w,
374 static_assert(__r <= __w, "template argument substituting "
376 static_assert(__u <= __w, "template argument substituting "
378 static_assert(__s <= __w, "template argument substituting "
380 static_assert(__t <= __w, "templat
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlonglong.h197 DWunion __w; \
198 __w.ll = __umulsidi3 (u, v); \
199 w1 = __w.s.high; \
200 w0 = __w.s.low; \
427 ({UDItype __w; \
429 : "=d" (__w) \
432 __w; })
725 ({UDItype __w; \
727 : "=g" (__w) \
730 __w; })
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlonglong.h180 DWunion __w; \
181 __w.ll = __umulsidi3 (u, v); \
182 w1 = __w.s.high; \
183 w0 = __w.s.low; \
368 ({UDItype __w; \
370 : "=d" (__w) \
373 __w; })
607 ({UDItype __w; \
609 : "=g" (__w) \
612 __w; })
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h53 template<typename _UIntType, int __w,
54 bool = __w < std::numeric_limits<_UIntType>::digits>
58 template<typename _UIntType, int __w>
59 struct _Shift<_UIntType, __w, true>
60 { static const _UIntType __value = _UIntType(1) << __w; };
541 template<class _UIntType, int __w, int __n, int __m, int __r,
553 static const int word_size = __w;
595 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
891 template<typename _RealType, int __w, int __s, int __r>
899 static const int word_size = __w;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dmmintrin.h1096 _mm_set1_pi16 (short __w) argument
1098 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w;
1106 unsigned int __w = (unsigned char)__b << 8 | (unsigned char)__b; local
1107 unsigned int __i = __w << 16 | __w;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Dmmintrin.h1099 _mm_set1_pi16 (short __w) argument
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w;
1109 unsigned int __w = (unsigned char)__b << 8 | (unsigned char)__b; local
1110 unsigned int __i = __w << 16 | __w;
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpfr-longlong.h529 ({UDItype __w; \
531 : "=r" (__w) : "%0" ((USItype)(u)), "r" ((USItype)(v))); \
532 __w; })
867 ({UDItype __w; \
868 __asm__ ("emul %2,%1,%0" : "=d" (__w) : "%dI" (u), "dI" (v)); \
869 __w; })
1083 ({UDItype __w; \
1085 : "=g" (__w) \
1087 __w; })
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dlonglong.h542 ({UDItype __w; \
544 : "=r" (__w) : "%0" ((USItype)(u)), "r" ((USItype)(v))); \
545 __w; })
880 ({UDItype __w; \
881 __asm__ ("emul %2,%1,%0" : "=d" (__w) : "%dI" (u), "dI" (v)); \
882 __w; })
1096 ({UDItype __w; \
1098 : "=g" (__w) \
1100 __w; })
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmmintrin.h908 _mm_set1_pi16 (short __w) argument
910 return _mm_set_pi16 (__w, __w, __w, __w);

Completed in 387 milliseconds

12