Searched refs:__thisword (Results 1 – 1 of 1) sorted by relevance
284 _WordT __thisword = _M_w[__i]; in _M_do_find_first() local285 if (__thisword != static_cast<_WordT>(0)) in _M_do_find_first()287 + __builtin_ctzl(__thisword)); in _M_do_find_first()306 _WordT __thisword = _M_w[__i]; in _M_do_find_next() local309 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev); in _M_do_find_next()311 if (__thisword != static_cast<_WordT>(0)) in _M_do_find_next()313 + __builtin_ctzl(__thisword)); in _M_do_find_next()319 __thisword = _M_w[__i]; in _M_do_find_next()320 if (__thisword != static_cast<_WordT>(0)) in _M_do_find_next()322 + __builtin_ctzl(__thisword)); in _M_do_find_next()