Searched defs:__width (Results 1 – 7 of 7) sorted by relevance
57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() enumerator
835 int __width = 0; in seekoff() local
500 const size_type __width = static_cast<size_type>(__io.width()); in _M_insert() local
675 static inline s32 comp2(s32 __x, s32 __width) in comp2()