Home
last modified time | relevance | path

Searched refs:__STATIC_CAST (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_time_facets.c189 const ctype<_Ch>& __ct = *__STATIC_CAST(const ctype<_Ch>*, __s._M_ctype_facet()); in _STLP_WEAK()
206 __t->tm_wday = __STATIC_CAST(int, __pr - __table._M_dayname); in _STLP_WEAK()
216 __t->tm_wday = __STATIC_CAST(int, __pr - __table._M_dayname - 7); in _STLP_WEAK()
226 __t->tm_mon = __STATIC_CAST(int, __pr - __table._M_monthname); in _STLP_WEAK()
236 __t->tm_mon = __STATIC_CAST(int, __pr - __table._M_monthname - 12); in _STLP_WEAK()
335 __t->tm_wday = __STATIC_CAST(int, (__pr - __table._M_dayname) % 7); in __get_short_or_long_dayname()
345 __t->tm_mon = __STATIC_CAST(int, (__pr - __table._M_monthname) % 12); in __get_short_or_long_monthname()
377 __STATIC_CAST(_Ch*, 0), _M_timeinfo, in do_get_date()
400 __STATIC_CAST(_Ch*, 0), _M_timeinfo, in do_get_time()
433 const ctype<_Ch>& __ct = *__STATIC_CAST(const ctype<_Ch>*, __str._M_ctype_facet()); in do_get_weekday()
[all …]
H A D_bitset.c52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0)); in _M_do_left_shift()
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0)); in _M_do_right_shift()
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) { in _M_do_find_first()
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0))); in _M_do_find_first()
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev); in _M_do_find_next()
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) { in _M_do_find_next()
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0))); in _M_do_find_next()
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) { in _M_do_find_next()
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0))); in _M_do_find_next()
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
H A D_sstream.c200 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n)); in xsputn()
209 this->setp(_M_Buf, _M_Buf + __STATIC_CAST(int,_S_BufSiz)); in xsputn()
216 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n)); in xsputn()
227 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n)); in xsputn()
248 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c); in _M_xsputnc()
249 this->pbump(__STATIC_CAST(int, __n)); in _M_xsputnc()
256 this->setp(_M_Buf, _M_Buf + __STATIC_CAST(int,_S_BufSiz)); in _M_xsputnc()
261 …t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAS… in _M_xsputnc()
311 …_M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAS… in setbuf()
443 (_CharT*)(_M_Buf + __STATIC_CAST(int,_S_BufSiz))); in _M_append_buffer()
[all …]
H A D_slist.c48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); in _M_erase_after()
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val; in _M_fill_assign()
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val) in remove()
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) in _Slist_unique()
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) { in _Slist_merge()
156 … _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()), in _Slist_merge()
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { in _Slist_merge()
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), in _Slist_merge()
H A D_iterator_base.h180 return __STATIC_CAST(_diff_type*,0);
186 return __STATIC_CAST(_value_type*,0);
206 inline ptrdiff_t* _STLP_CALL __distance_type(const _Iter&) { return __STATIC_CAST(ptrdiff_t*, 0); }
212 return __STATIC_CAST(_value_type*,0);
218 return __STATIC_CAST(_Tp*, 0);
233 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
235 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
269 inline _Tp* _STLP_CALL value_type(const input_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_T…
271 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_…
273 …P_CALL value_type(const bidirectional_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
[all …]
H A D_cmath.h181 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
184 { return __STATIC_CAST(__type1, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, y)); }
188 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
189 *y = __STATIC_CAST(__type, tmp2); \
190 return __STATIC_CAST(__type, tmp1); \
194 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, (double)y)); }
448 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(f…
450 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); }
453 …e float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x,…
462 inline long double pow(long double __x, int __y) { return ::__powl(__x, __STATIC_CAST(long double,_… in pow()
[all …]
H A D_rope.c225 __c = __STATIC_CAST(const _RopeConcat*, __current_node); in _S_setcache_for_incr()
237 __c = __STATIC_CAST(const _RopeConcat*, __current_node); in _S_setcache_for_incr()
317 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, this); in _M_free_tree()
335 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); in _M_free_tree()
534 … _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); in _S_destr_concat_char_iter()
592 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); in _S_concat_rep()
659 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __base); in _S_substring()
823 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __r); in _S_apply_to_pieces()
829 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); in _S_apply_to_pieces()
936 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __r); in _S_flatten()
[all …]
H A D_string_io.c36 _STLP_STATIC_ASSERT(__STATIC_CAST(size_type, -1) > 0)
48 …const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n)…
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);
H A D_num_get.c62 const ctype<_CharT>& __c_type = *__STATIC_CAST(const ctype<_CharT>*, __str._M_ctype_facet()); in __get_base_or_zero()
133 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); in __get_integer()
156 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); in __get_integer()
172 : __STATIC_CAST(_Integer, -__result); in __get_integer()
216 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); in __get_integer()
230 : (__is_negative ? __STATIC_CAST(_Integer, -__result) in __get_integer()
382 const ctype<_CharT>& __ct = *__STATIC_CAST(const ctype<_CharT>*, __s._M_ctype_facet()); in __read_float()
496 const _Numpunct& __np = *__STATIC_CAST(const _Numpunct*, __s._M_numpunct_facet()); in do_get()
603 __err = __STATIC_CAST(ios_base::iostate, __ok ? ios_base::goodbit : ios_base::failbit); in do_get()
617 __err = __STATIC_CAST(ios_base::iostate, __ok ? ios_base::goodbit : ios_base::failbit); in do_get()
[all …]
H A D_fstream.c175 _CharT* __pback_end = _M_pback_buf + __STATIC_CAST(int,_S_pback_buf_size); in pbackfail()
316 …streamoff __eadj = _M_base._M_get_offset(_M_ext_buf + __STATIC_CAST(ptrdiff_t, __iadj), _M_ext_bu… in seekoff()
622 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()))) in _M_allocate_buffers()
624 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize))); in _M_allocate_buffers()
634 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width), in _M_allocate_buffers()
635 __STATIC_CAST(streamsize, _M_codecvt->max_length())); in _M_allocate_buffers()
639 (__ebufsiz <= __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()))) { in _M_allocate_buffers()
640 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz))); in _M_allocate_buffers()
648 _M_int_buf_EOS = _M_int_buf + __STATIC_CAST(ptrdiff_t, __n); in _M_allocate_buffers()
649 _M_ext_buf_EOS = _M_ext_buf + __STATIC_CAST(ptrdiff_t, __ebufsiz); in _M_allocate_buffers()
H A D_streambuf.c60 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_gend - _M_gnext), in xsgetn()
61 __STATIC_CAST(size_t,__n - __result)); in xsgetn()
91 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext), in xsputn()
92 __STATIC_CAST(size_t,__n - __result)); in xsputn()
119 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext), in _M_xsputnc()
120 __STATIC_CAST(size_t,__n - __result)); in _M_xsputnc()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_time_facets.c175 __t->tm_wday = __STATIC_CAST(int, __index); in _STLP_WEAK()
186 __t->tm_mon = __STATIC_CAST(int, __index); in _STLP_WEAK()
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
224 bool __pr = __get_decimal_integer(__first, __last, __t->tm_min, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
284 __t->tm_wday = __STATIC_CAST(int, __index % 7); in __get_short_or_long_dayname()
295 __t->tm_mon = __STATIC_CAST(int, __index % 12); in __get_short_or_long_monthname()
315 __STATIC_CAST(_Ch*, 0), this->_M_timeinfo, in do_get_date()
[all …]
H A D_bitset.c52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0)); in _M_do_left_shift()
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0)); in _M_do_right_shift()
91 if ( __thisword != __STATIC_CAST(_WordT,0) ) { in _M_do_find_first()
95 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0))); in _M_do_find_first()
124 __thisword &= (~__STATIC_CAST(_WordT,0)) << _S_whichbit(__prev); in _M_do_find_next()
126 if ( __thisword != __STATIC_CAST(_WordT,0) ) { in _M_do_find_next()
132 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0))); in _M_do_find_next()
145 if ( __thisword != __STATIC_CAST(_WordT,0) ) { in _M_do_find_next()
149 = __STATIC_CAST(unsigned char,(__thisword & (~(unsigned char)0))); in _M_do_find_next()
211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb);
H A D_slist.c48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); in _M_erase_after()
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val; in _M_fill_assign()
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val) in remove()
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) in _Slist_unique()
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) { in _Slist_merge()
156 … _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()), in _Slist_merge()
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { in _Slist_merge()
170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), in _Slist_merge()
H A D_cmath.h190 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x)); }
193 { return __STATIC_CAST(__type1, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, y)); }
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
198 *y = __STATIC_CAST(__type, tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
203 { return __STATIC_CAST(__type, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, (double)y)); }
458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(f…
460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); }
463 …e float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x,…
472 inline long double pow(long double __x, int __y) { return ::__powl(__x, __STATIC_CAST(long double,_… in pow()
[all …]
H A D_iterator_base.h224 { 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);
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(_T…
295 inline _Tp* _STLP_CALL value_type(const forward_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_…
297 …P_CALL value_type(const bidirectional_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
299 …P_CALL value_type(const random_access_iterator<_Tp, _Distance>&) { return __STATIC_CAST(_Tp*, 0); }
[all …]
H A D_rope.c229 __c = __STATIC_CAST(const _RopeConcat*, __current_node); in _S_setcache_for_incr()
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node); in _S_setcache_for_incr()
321 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, this); in _M_free_tree()
339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); in _M_free_tree()
538 … _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); in _S_destr_concat_char_iter()
596 __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __left)->_M_right); in _S_concat_rep()
663 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __base); in _S_substring()
818 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __r); in _S_apply_to_pieces()
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); in _S_apply_to_pieces()
931 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __r); in _S_flatten()
[all …]
H A D_sstream.c180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n)); in xsputn()
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n)); in xsputn()
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n)); in xsputn()
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c); in _M_xsputnc()
224 this->pbump(__STATIC_CAST(int, __n)); in _M_xsputnc()
235 …t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAS… in _M_xsputnc()
236 : __STATIC_CAST(size_t, __n); in _M_xsputnc()
279 …_M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAS… in setbuf()
280 : __STATIC_CAST(size_t, __n)); in setbuf()
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off), in seekoff()
[all …]
H A D_string_io.c36 _STLP_STATIC_ASSERT(__STATIC_CAST(size_type, -1) > 0)
48 …const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n)…
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);
H A D_fstream.c177 _CharT* __pback_end = _M_pback_buf + __STATIC_CAST(int,_S_pback_buf_size); in pbackfail()
333 …streamoff __eadj = _M_base._M_get_offset(_M_ext_buf + __STATIC_CAST(ptrdiff_t, __iadj), _M_ext_bu… in seekoff()
642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()))) in _M_allocate_buffers()
644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize))); in _M_allocate_buffers()
654 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width), in _M_allocate_buffers()
655 __STATIC_CAST(streamsize, _M_codecvt->max_length())); in _M_allocate_buffers()
660 (__ebufsiz <= __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()))) { in _M_allocate_buffers()
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz))); in _M_allocate_buffers()
669 _M_int_buf_EOS = _M_int_buf + __STATIC_CAST(ptrdiff_t, __n); in _M_allocate_buffers()
670 _M_ext_buf_EOS = _M_ext_buf + __STATIC_CAST(ptrdiff_t, __ebufsiz); in _M_allocate_buffers()
H A D_streambuf.c60 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_gend - _M_gnext), in xsgetn()
61 __STATIC_CAST(size_t,__n - __result)); in xsgetn()
91 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext), in xsputn()
92 __STATIC_CAST(size_t,__n - __result)); in xsputn()
119 size_t __chunk = (min) (__STATIC_CAST(size_t,_M_pend - _M_pnext), in _M_xsputnc()
120 __STATIC_CAST(size_t,__n - __result)); in _M_xsputnc()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/
H A Dfstream.cpp78 __this->setg(__STATIC_CAST(char*, __this->_M_mmap_base), in _M_doit()
79__STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t, __remainder), in _M_doit()
80__STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t, __this->_M_mmap_len)); in _M_doit()
H A Dstrstream.cpp37 …size_t n = (sizeof(streamsize) > sizeof(size_t)) ? __STATIC_CAST(size_t, (min)(__STATIC_CAST(strea… in strstreambuf()
39 … : __STATIC_CAST(size_t, (max)(initial_capacity, streamsize(16))); in strstreambuf()
234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) { in seekoff()
245 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), egptr()); in seekoff()
247 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), pptr()); in seekoff()
249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr()); in seekoff()
263 return __STATIC_CAST(char*,_M_alloc_fun(n)); in _M_alloc()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dstrstream.cpp37 …size_t n = (sizeof(streamsize) > sizeof(size_t)) ? __STATIC_CAST(size_t, (min)(__STATIC_CAST(strea… in strstreambuf()
39 … : __STATIC_CAST(size_t, (max)(initial_capacity, streamsize(16))); in strstreambuf()
234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) { in seekoff()
245 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), egptr()); in seekoff()
247 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), pptr()); in seekoff()
249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr()); in seekoff()
263 return __STATIC_CAST(char*,_M_alloc_fun(n)); in _M_alloc()
H A Dallocators.cpp126 __oom_handler_type __malloc_alloc_impl::__oom_handler = __STATIC_CAST(__oom_handler_type, 0);
309 _Obj * __pobj = __STATIC_CAST(_Obj*, __p); in _M_deallocate()
359 _S_start_free = __STATIC_CAST(char*, __stlp_chunk_malloc(__bytes_to_get)); in _S_chunk_alloc()
379 _S_start_free = __STATIC_CAST(char*, __stlp_chunk_malloc(__bytes_to_get)); in _S_chunk_alloc()
467 _S_free_list[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p)); in _M_deallocate()
506 __stl_atomic_t __total_bytes = __STATIC_CAST(__stl_atomic_t, _p_size) * __nobjs; in _S_chunk_alloc()
508 _FreeBlockHeader* __block = __STATIC_CAST(_FreeBlockHeader*, _S_free_mem_blocks.pop()); in _S_chunk_alloc()
519 __total_bytes = __STATIC_CAST(__stl_atomic_t, _p_size) * __nobjs; in _S_chunk_alloc()
558 __result = __STATIC_CAST(char*, __stlp_chunk_malloc(__bytes_to_get)); in _S_chunk_alloc()
571 __total_bytes = __nobjs * __STATIC_CAST(__stl_atomic_t, _p_size); in _S_chunk_alloc()
[all …]

12345