Searched refs:__thisword (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_bitset.c90 _WordT __thisword = _M_w[__i]; local
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
100 __thisword >>= CHAR_BIT;
121 _WordT __thisword = _M_w[__i]; local
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
137 __thisword >>
[all...]
H A D_bitset.h277 _WordT __thisword = _M_w; local
279 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
283 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
287 __thisword >>= CHAR_BIT;
305 _WordT __thisword = _M_w;
308 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
310 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
313 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
316 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
320 __thisword >>
[all...]

Completed in 59 milliseconds