Home
last modified time | relevance | path

Searched defs:__len (Results 1 – 19 of 19) sorted by relevance

/external/stlport/stlport/stl/
D_string.c200 size_type __len = _M_compute_next_size(__n); in _M_append() local
266 size_type __len = _M_compute_next_size(1); in _M_insert_aux() local
301 size_type __len = _M_compute_next_size(__n); in insert() local
358 size_type __len = _M_compute_next_size(__n); in _M_insert() local
374 size_type __len = (size_type)(__last - __first); in replace() local
393 const difference_type __len = __last - __first; in _M_replace() local
423 const size_t __len = size(); in find() local
454 const size_type __len = size(); in rfind() local
470 const size_type __len = size(); in rfind() local
499 const size_type __len = size(); in find_last_of() local
[all …]
D_tempbuf.c37 __get_temporary_buffer(ptrdiff_t __len, _Tp*) in __get_temporary_buffer()
D_heap.c112 _Distance __len, _Tp __val) { in __adjust_heap()
147 _Distance __len, _Tp __val, _Compare __comp) in __adjust_heap()
194 _Distance __len = __last - __first; in __make_heap() local
220 _Distance __len = __last - __first; in __make_heap() local
D_tempbuf.h54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) { in get_temporary_buffer()
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) { in get_temporary_buffer()
D_vector.c87 size_type __len = _M_compute_next_size(__fill_len); in _M_insert_overflow_aux() local
110 size_type __len = _M_compute_next_size(__fill_len); in _M_insert_overflow() local
188 size_type __len = __xlen; variable
D_string_hash.h36 size_t __len = __s.size(); in __stl_string_hash() local
D_rope.c106 size_t __len = _S_iterator_buf_len; in _S_setbuf() local
212 size_t __len = __current_node->_M_size._M_data; in _S_setcache_for_incr() local
378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { in _S_leaf_concat_char_iter()
413 …harT,_Alloc>::_S_destr_leaf_concat_char_iter (_RopeLeaf* __r, const _CharT* __iter, size_t __len) { in _S_destr_leaf_concat_char_iter()
624 size_t __len = __base->_M_size._M_data; in _S_substring() local
825 size_t __len = __end - __begin; in _S_apply_to_pieces() local
898 size_t __start, size_t __len, in _S_flatten()
D_string.h306 size_type __len = __size + (max)(__n, __size) + 1; in _M_compute_next_size() local
473 size_type __len = _M_compute_next_size(__n); in _M_appendT() local
621 size_type __len = (min) (__n, __s.size() - __beg); in insert() local
642 size_type __len = _Traits::length(__s); in insert() local
691 size_type __len = _M_compute_next_size(__n); in _M_insert_overflow() local
817 const size_type __len = (min) (__n, __size - __pos); in replace() local
844 const size_type __len = (min) (__n1, __size - __pos); in replace() local
861 const size_type __len = (min) (__n1, __size - __pos); in replace() local
937 const size_type __len = (min) (__n, size() - __pos); variable
D_num_put.c148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len, in __copy_integer_and_fill()
203 ptrdiff_t __len = __iend - __buf; in __put_integer() local
235 ptrdiff_t __len = __iend - __buf; in __put_integer() local
D_slist.c106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { in resize()
D_vector.h175 size_type __len = __size + (max)(__n, __size); in _M_compute_next_size() local
325 const size_type __len = _STLP_STD::distance(__first, __last); local
D_string_sum_methods.h109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; in _M_append_sum() local
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; in _M_append_sum_pos() local
D_list.c97 size_type __len = 0; in resize() local
D_tree.c689 int __len = __black_count(_M_leftmost(), _M_root()); in __rb_verify() local
D_algo.c754 _Predicate __pred, _Distance __len, in __inplace_stable_partition()
770 _Predicate __pred, _Distance __len, in __stable_partition_adaptive()
1077 _Distance __len = __last - __first; in __merge_sort_with_buffer() local
1162 _Distance __len = (__last - __first + 1) / 2; in __stable_sort_adaptive() local
1358 _Distance __len = _STLP_STD::distance(__first, __last); in __upper_bound() local
1383 _Distance __len = _STLP_STD::distance(__first, __last); in __equal_range() local
D_string_workaround.h221 size_type __len = this->_M_compute_next_size(__n); in _M_appendT() local
377 size_type __len = this->_M_compute_next_size(__n); in _M_insert_overflow() local
D_deque.c108 const size_type __len = size(); variable
/external/stlport/stlport/stl/debug/
D_list.h294 size_type __len = 0; variable
/external/kernel-headers/original/linux/
Dnetdevice.h200 #define HH_DATA_OFF(__len) \ argument
202 #define HH_DATA_ALIGN(__len) \ argument