Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept_base.c20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; in __Named_exception() local
21 if (__size > _S_bufsize) { in __Named_exception()
22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); in __Named_exception()
24 __size = _S_bufsize; in __Named_exception()
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char); in __Named_exception()
35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); in __Named_exception()
36 _M_name[__size - 1] = '\0'; in __Named_exception()
38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1); in __Named_exception()
43 size_t __size = strlen(__x._M_name) + 1; in __Named_exception() local
44 if (__size > _S_bufsize) { in __Named_exception()
[all …]
D_hashtable.c49 _Stl_prime<_Dummy>::_S_primes(size_t &__size) { in _S_primes() argument
52 __size = sizeof(_list) / sizeof(_list[0]); in _S_primes()
54 __size = 30; in _S_primes()
62 size_t __size; in _S_max_nb_buckets() local
63 const size_t* __first = _S_primes(__size); in _S_max_nb_buckets()
64 return *(__first + __size - 1); in _S_max_nb_buckets()
70 size_t __size; in _S_next_size() local
71 const size_t* __first = _S_primes(__size); in _S_next_size()
72 const size_t* __last = __first + __size; in _S_next_size()
81 size_t __size; in _S_prev_sizes() local
[all …]
D_string.h303 const size_type __size = size(); in _M_compute_next_size() local
304 if (__n > max_size() - __size) in _M_compute_next_size()
306 size_type __len = __size + (max)(__n, __size) + 1; in _M_compute_next_size()
307 if (__len > max_size() || __len < __size) in _M_compute_next_size()
814 const size_type __size = size(); in replace() local
815 if (__pos > __size) in replace()
817 const size_type __len = (min) (__n, __size - __pos); in replace()
818 if (__s.size() > max_size() - (__size - __len)) in replace()
841 const size_type __size = size(); in replace()
842 if (__pos > __size) in replace()
[all …]
D_string_sum_methods.h33 size_type __size = __s.size(); in _Reserve_t() local
34 if (__pos > __size) in _Reserve_t()
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos)); in _Reserve_t()
D_vector.h172 const size_type __size = size(); in _M_compute_next_size() local
173 if (__n > max_size() - __size) in _M_compute_next_size()
175 size_type __len = __size + (max)(__n, __size); in _M_compute_next_size()
176 if (__len > max_size() || __len < __size) in _M_compute_next_size()
D_fstream.c140 streamoff __size = _M_base._M_file_size(); in showmanyc() local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0; in showmanyc()
D_string_sum.h47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : in __cstr_wrapper()
48 _CStr(__cstr), _Size(__size) {} in __cstr_wrapper()
D_deque.h638 size_type __size = size();
640 if (__len > __size) {
641 const value_type *__mid = __first + __size;
D_rope.c396 size_t __size, const __true_type& /*basic char type*/) { in _Terminate_RopeLeaf() argument
397 _S_construct_null(__r->_M_data + __size); in _Terminate_RopeLeaf()
/ndk/sources/cxx-stl/stlport/src/
Dfstream.cpp67 streamoff __size = __this->_M_base._M_file_size(); in _M_doit() local
68 if (__size > 0 && __cur >= 0 && __cur < __size) { in _M_doit()
72 __this->_M_mmap_len = __size - __offset; in _M_doit()
Dfacets_byname.cpp989 size_t __size = str.size(); in __do_widen() local
990 wstring result(__Reserve, __size); in __do_widen()
Dallocators.cpp793 static char *_S_chunk_alloc(size_t __size, size_t &__nobjs, __state_type*);
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string_sum_methods.h34 size_type __size = __s.size(); in _Reserve_t() local
35 if (__pos > __size) in _Reserve_t()
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); in _Reserve_t()
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
Dxlocale.c90 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm in strftime_l() argument
94 __s, __size, __fmt, __tm); in strftime_l()
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
Dxlocale.h94 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
/ndk/sources/cxx-stl/llvm-libc++/include/
Dvalarray373 slice(size_t __start, size_t __size, size_t __stride)
375 __size_(__size),
1408 gslice(size_t __start, const valarray<size_t>& __size,
1410 : __size_(__size),
1417 gslice(size_t __start, const valarray<size_t>& __size,
1419 : __size_(__size),
1424 gslice(size_t __start, valarray<size_t>&& __size,
1426 : __size_(move(__size)),
1431 gslice(size_t __start, valarray<size_t>&& __size,
1433 : __size_(move(__size)),
D__hash_table407 __bucket_list_deallocator(const allocator_type& __a, size_type __size)
409 : __data_(__size, __a) {}