Searched refs:__w (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_tree.h | 368 _Rb_tree_node_base* __w = __x_parent->_M_right; in _Rb_tree_rebalance_for_erase() local 369 if (__w->_M_color == _S_rb_tree_red) { in _Rb_tree_rebalance_for_erase() 370 __w->_M_color = _S_rb_tree_black; in _Rb_tree_rebalance_for_erase() 373 __w = __x_parent->_M_right; in _Rb_tree_rebalance_for_erase() 375 if ((__w->_M_left == 0 || in _Rb_tree_rebalance_for_erase() 376 __w->_M_left->_M_color == _S_rb_tree_black) && in _Rb_tree_rebalance_for_erase() 377 (__w->_M_right == 0 || in _Rb_tree_rebalance_for_erase() 378 __w->_M_right->_M_color == _S_rb_tree_black)) { in _Rb_tree_rebalance_for_erase() 379 __w->_M_color = _S_rb_tree_red; in _Rb_tree_rebalance_for_erase() 383 if (__w->_M_right == 0 || in _Rb_tree_rebalance_for_erase() [all …]
|
H A D | ropeimpl.h | 908 size_t __w = __o.width(); 915 if (__rope_len < __w) { 916 __pad_len = __w - __rope_len; 920 if (!__is_simple) __o.width(__w/__rope_len); 930 __o.width(__w); 932 __STL_UNWIND(if (!__is_simple) __o.width(__w))
|
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | longlong.h | 187 DWunion __w; \ 188 __w.ll = __umulsidi3 (u, v); \ 189 w1 = __w.s.high; \ 190 w0 = __w.s.low; \ 407 ({UDItype __w; \ 409 : "=d" (__w) \ 412 __w; }) 616 ({UDItype __w; \ 618 : "=g" (__w) \ 621 __w; }) [all …]
|
/haiku/headers/cpp/std/ |
H A D | valarray_meta.h | 166 _BinFunClos (const valarray<_Tp>& __v, const valarray<_Tp>& __w, 168 : _Base (__v, __w, __f) {} 430 _BinClos (const valarray<_Tp>& __v, const valarray<_Tp>& __w) 431 : _Base (__v, __w) {} 776 const _Expr<_Dom2,typename _Dom2::value_type>& __w) \ 781 return _Expr<_Closure,_Value> (_Closure (__v (), __w ())); \ 849 const _Expr<_Dom2,typename _Dom2::value_type>& __w) \ 853 return _Expr<_Closure,bool> (_Closure (__v (), __w ())); \ 1012 _Name (const valarray<_Tp>& __v, const valarray<_Tp>& __w) \ 1016 (_Closure (__v, __w, (_Tp(*)(_Tp,_Tp))(&_Name))); \
|
H A D | std_valarray.h | 649 operator##_Op (const valarray<_Tp> &__v, const valarray<_Tp> &__w) \ 652 return _Expr<_Closure, _Tp> (_Closure (__v, __w)); \ 687 operator##_Op (const valarray<_Tp> &__v, const valarray<_Tp> &__w) \ 690 return _Expr<_Closure, bool> (_Closure (__v, __w)); \
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | libio.h | 374 typedef int __io_seek_fn (void *__cookie, _IO_off64_t *__pos, int __w);
|
H A D | stdio.h | 446 extern int putw (int __w, FILE *__stream) __THROW;
|