Searched defs:_WordT (Results 1 - 8 of 8) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.h108 typedef unsigned long _WordT; typedef in struct:_Base_bitset
110 _WordT _M_w[_Nw]; // 0 is the least significant word.
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
133 _WordT _M_getword(size_t __pos) const { return _M_w[_S_whichword(__pos)]; }
135 _WordT& _M_hiword() { return _M_w[_Nw - 1]; }
136 _WordT _M_hiword() const { return _M_w[_Nw - 1]; }
168 _M_w[__i] = ~__STATIC_CAST(_WordT,0);
172 void _M_do_reset() { memset(_M_w, 0, _Nw * sizeof(_WordT)); }
211 typedef unsigned long _WordT; typedef in struct:_Base_bitset
358 typedef unsigned long _WordT; typedef in class:bitset
[all...]

Completed in 126 milliseconds