OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_bpos
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_bitset.h
368
size_t
_M_bpos
;
375
_M_bpos
= _Bitset_base::_S_whichbit(__pos);
384
*_M_wp |= _Bitset_base::_S_maskbit(
_M_bpos
);
386
*_M_wp &= ~_Bitset_base::_S_maskbit(
_M_bpos
);
393
if ( (*(__j._M_wp) & _Bitset_base::_S_maskbit(__j.
_M_bpos
)) )
394
*_M_wp |= _Bitset_base::_S_maskbit(
_M_bpos
);
396
*_M_wp &= ~_Bitset_base::_S_maskbit(
_M_bpos
);
402
bool operator~() const { return (*(_M_wp) & _Bitset_base::_S_maskbit(
_M_bpos
)) == 0; }
405
operator bool() const { return (*(_M_wp) & _Bitset_base::_S_maskbit(
_M_bpos
)) != 0; }
409
*_M_wp ^= _Bitset_base::_S_maskbit(
_M_bpos
);
[
all
...]
/external/stlport/etc/
autoexp.dat
676
"bitset[", $c.
_M_bpos
, "] = ",
677
(bool)(*($c._M_wp) >> $c.
_M_bpos
) & 1)
Completed in 56 milliseconds