HomeSort by relevance Sort by last modified time
    Searched full:__static_cast (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_bitset.c 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb)
    [all...]
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) {
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data)
    [all...]
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
_iterator_base.h 224 { return __STATIC_CAST(ptrdiff_t*, 0); }
230 return __STATIC_CAST(_diff_type*,0);
236 { return __STATIC_CAST(_Tp*, 0); }
242 return __STATIC_CAST(_value_type*,0);
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0);
    [all...]
_streambuf.c 60 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_gend - _M_gnext),
61 __STATIC_CAST(size_t,__n - __result));
91 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext),
92 __STATIC_CAST(size_t,__n - __result));
119 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext),
120 __STATIC_CAST(size_t,__n - __result));
_string_io.c 36 _STLP_STATIC_ASSERT(__STATIC_CAST(size_type, -1) > 0)
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
75 _STLP_STATIC_ASSERT(__STATIC_CAST(size_type, -1) > 0)
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
98 __n = __STATIC_CAST(size_type, __width);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb)
    [all...]
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) {
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data)
    [all...]
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
_iterator_base.h 224 { return __STATIC_CAST(ptrdiff_t*, 0); }
230 return __STATIC_CAST(_diff_type*,0);
236 { return __STATIC_CAST(_Tp*, 0); }
242 return __STATIC_CAST(_value_type*,0);
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0);
    [all...]
_streambuf.c 60 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_gend - _M_gnext),
61 __STATIC_CAST(size_t,__n - __result));
91 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext),
92 __STATIC_CAST(size_t,__n - __result));
119 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext),
120 __STATIC_CAST(size_t,__n - __result));
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb)
    [all...]
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) {
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data)
    [all...]
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
_iterator_base.h 224 { return __STATIC_CAST(ptrdiff_t*, 0); }
230 return __STATIC_CAST(_diff_type*,0);
236 { return __STATIC_CAST(_Tp*, 0); }
242 return __STATIC_CAST(_value_type*,0);
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb)
    [all...]
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) {
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data)
    [all...]
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
_iterator_base.h 224 { return __STATIC_CAST(ptrdiff_t*, 0); }
230 return __STATIC_CAST(_diff_type*,0);
236 { return __STATIC_CAST(_Tp*, 0); }
242 return __STATIC_CAST(_value_type*,0);
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev);
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) {
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0)));
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb)
    [all...]
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) {
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data)
    [all...]
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
_iterator_base.h 224 { return __STATIC_CAST(ptrdiff_t*, 0); }
230 return __STATIC_CAST(_diff_type*,0);
236 { return __STATIC_CAST(_Tp*, 0); }
242 return __STATIC_CAST(_value_type*,0);
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
293 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0);
    [all...]
  /external/stlport/src/
fstream.cpp 78 __this->setg(__STATIC_CAST(char*, __this->_M_mmap_base),
79 __STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t, __remainder),
80 __STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t, __this->_M_mmap_len));
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 78 __this->setg(__STATIC_CAST(char*, __this->_M_mmap_base),
79 __STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t, __remainder),
80 __STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t, __this->_M_mmap_len));

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>