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

/haiku/headers/cpp/
H A Dstl_tree.h368 _Rb_tree_node_base* __w = __x_parent->_M_right; local
369 if (__w->_M_color == _S_rb_tree_red) {
370 __w->_M_color = _S_rb_tree_black;
373 __w = __x_parent->_M_right;
375 if ((__w->_M_left == 0 ||
376 __w->_M_left->_M_color == _S_rb_tree_black) &&
377 (__w->_M_right == 0 ||
378 __w->_M_right->_M_color == _S_rb_tree_black)) {
379 __w->_M_color = _S_rb_tree_red;
383 if (__w
397 _Rb_tree_node_base* __w = __x_parent->_M_left; local
[all...]
H A Dropeimpl.h908 size_t __w = __o.width(); local
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 Dlonglong.h187 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 Dvalarray_meta.h166 _BinFunClos (const valarray<_Tp>& __v, const valarray<_Tp>& __w, argument
168 : _Base (__v, __w, __f) {}
430 _BinClos (const valarray<_Tp>& __v, const valarray<_Tp>& __w) argument
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, (_T
[all...]
H A Dstd_valarray.h649 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 Dlibio.h374 typedef int __io_seek_fn (void *__cookie, _IO_off64_t *__pos, int __w);
H A Dstdio.h446 extern int putw (int __w, FILE *__stream) __THROW;

Completed in 151 milliseconds