Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libstdc++/include/std/
Dstd_bitset.h284 _WordT __thisword = _M_w[__i]; in _M_do_find_first() local
285 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() local
309 __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()