Searched defs:__n (Results 26 - 50 of 51) sorted by relevance

123

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dvalarray_array.h57 __valarray_get_memory(size_t __n) argument
62 __valarray_get_storage(size_t __n) argument
178 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, argument
198 __valarray_copy_construct(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __o, size_t __n) argument
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
235 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
245 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
258 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
269 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
276 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
285 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __b) argument
295 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, size_t __n, size_t __s) argument
306 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1, _Tp* __restrict__ __dst, size_t __s2) argument
316 __valarray_copy(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __b, size_t __n) argument
327 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b, const size_t* __restrict__ __i) argument
338 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, const size_t* __restrict__ __i, _Tp* __restrict__ __dst, const size_t* __restrict__ __j) argument
431 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
439 __valarray_copy_construct(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
445 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
450 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
455 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
462 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) argument
468 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
474 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
481 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, _Array<_Tp> __b, size_t __s2) argument
488 __valarray_copy(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
495 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, _Array<size_t> __i) argument
503 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i, _Array<_Tp> __dst, _Array<size_t> __j) argument
512 _Array(size_t __n) argument
[all...]
H A Dstl_vector.h111 _Vector_base(size_t __n, const allocator_type& __a) argument
130 _M_allocate(size_t __n) argument
134 _M_deallocate(_Tp* __p, size_t __n) argument
213 vector(size_type __n, const value_type& __value = value_type(), argument
296 assign(size_type __n, const value_type& __val) argument
477 operator [](size_type __n) argument
517 at(size_type __n) argument
655 insert(iterator __position, size_type __n, const value_type& __x) argument
763 _M_allocate_and_copy(size_type __n, _ForwardIterator __first, _ForwardIterator __last) argument
786 _M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) argument
822 const size_type __n = std::distance(__first, __last); local
838 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
878 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, __true_type) argument
[all...]
H A Dstl_list.h483 list(size_type __n, const value_type& __value = value_type(), argument
547 assign(size_type __n, const value_type& __val) argument
808 insert(iterator __position, size_type __n, const value_type& __x) argument
1103 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) argument
1122 _M_fill_initialize(size_type __n, const value_type& __x) argument
1134 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
1170 _Node* __n = static_cast<_Node*>(__position._M_node); local
[all...]
H A Dbasic_string.h206 _M_set_length_and_sharable(size_type __n) argument
341 _M_copy(_CharT* __d, const _CharT* __s, size_type __n) argument
350 _M_move(_CharT* __d, const _CharT* __s, size_type __n) argument
359 _M_assign(_CharT* __d, size_type __n, _CharT __c) argument
643 resize(size_type __n) argument
757 at(size_type __n) argument
899 assign(const basic_string& __str, size_type __pos, size_type __n) argument
943 assign(size_type __n, _CharT __c) argument
972 insert(iterator __p, size_type __n, _CharT __c) argument
1025 insert(size_type __pos1, const basic_string& __str, size_type __pos2, size_type __n) argument
1089 insert(size_type __pos, size_type __n, _CharT __c) argument
1193 replace(size_type __pos, size_type __n, const basic_string& __str) argument
1317 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) argument
1359 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) argument
1439 _M_replace_dispatch(iterator __i1, iterator __i2, _Integer __n, _Integer __val, __true_type) argument
[all...]
H A Dstl_bvector.h142 difference_type __n = __i + _M_offset; local
267 operator+(ptrdiff_t __n, const _Bit_iterator& __x) argument
353 operator+(ptrdiff_t __n, cons argument
417 _M_allocate(size_t __n) argument
488 vector(size_type __n, const bool& __value = bool(), const allocator_type& __a = allocator_type()) argument
535 assign(size_type __n, const bool& __x) argument
600 operator [](size_type __n) argument
623 at(size_type __n) argument
631 reserve(size_type __n) argument
706 const difference_type __n = __position - begin(); local
725 insert(iterator __position, size_type __n, const bool& __x) argument
782 _M_initialize(size_type __n) argument
795 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) argument
823 const size_type __n = std::distance(__first, __last); local
830 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
840 _M_fill_assign(size_t __n, bool __x) argument
890 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, __true_type) argument
903 _M_fill_insert(iterator __position, size_type __n, bool __x) argument
950 size_type __n = std::distance(__first, __last); local
[all...]
H A Dstl_deque.h183 operator+=(difference_type __n) argument
209 operator-=(difference_type __n) argument
350 operator +(ptrdiff_t __n, const _Deque_iterator<_Tp, _Ref, _Ptr>& __x) argument
440 _M_allocate_map(size_t __n) argument
444 _M_deallocate_map(_Tp** __p, size_t __n) argument
694 deque(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
765 assign(size_type __n, const value_type& __val) argument
917 operator [](size_type __n) argument
957 at(size_type __n) argument
1129 insert(iterator __position, size_type __n, const value_type& __x) argument
1226 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) argument
1290 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
1334 _M_fill_assign(size_type __n, const value_type& __val) argument
1369 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, __true_type) argument
1478 _M_reserve_elements_at_front(size_type __n) argument
1488 _M_reserve_elements_at_back(size_type __n) argument
[all...]
H A Dstl_tree.h1418 const size_type __n = std::distance(__p.first, __p.second); local
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dhash_map.h86 explicit hash_map(size_type __n) : _Base(__n) { } argument
88 hash_map(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } argument
90 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, argument
99 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) argument
103 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
108 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dhash_multimap.h85 explicit hash_multimap(size_type __n) : _Base(__n) { } argument
87 hash_multimap(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } argument
89 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, argument
98 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) argument
102 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, argument
107 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dhash_multiset.h83 explicit hash_multiset(size_type __n) : _Base(__n) { } argument
85 hash_multiset(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } argument
87 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, argument
98 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) argument
103 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, argument
109 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dhash_set.h83 explicit hash_set(size_type __n) : _Base(__n) { } argument
85 hash_set(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } argument
87 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, argument
96 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) argument
100 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
105 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dsafe_iterator.h272 operator+=(const difference_type& __n) argument
290 operator -=(const difference_type& __n) argument
639 operator +(typename _Safe_iterator<_Iterator,_Sequence>::difference_type __n, const _Safe_iterator<_Iterator, _Sequence>& __i) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dpod_char_traits.h114 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
132 find(const char_type* __s, size_t __n, const char_type& __a) argument
141 move(char_type* __s1, const char_type* __s2, size_t __n) argument
148 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
155 assign(char_type* __s, size_t __n, char_type __a) argument
[all...]
H A Dpool_allocator.h195 __pool_alloc<_Tp>::allocate(size_type __n, const void*) argument
239 deallocate(pointer __p, size_type __n) argument
[all...]
H A Drc_string_base.h142 _M_set_length(size_type __n) argument
298 _M_set_length(size_type __n) argument
468 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a) argument
570 _S_construct(size_type __n, _Char argument
661 _M_erase(size_type __pos, size_type __n) argument
685 _M_data() + __pos + __n, __how_much); local
[all...]
H A Dsso_string_base.h171 _M_set_length(size_type __n) argument
341 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a) argument
435 _M_construct(size_type __n, _CharT __c) argument
444 _S_assign(_M_data(), __n, __c); local
532 _M_erase(size_type __pos, size_type __n) argument
537 _S_move(_M_data() + __pos, _M_data() + __pos + __n, local
[all...]
H A Dmt_allocator.h670 allocate(size_type __n, const void*) argument
717 deallocate(pointer __p, size_type __n) argument
H A Dvstring.h187 __versa_string(const _CharT* __s, size_type __n, argument
206 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) argument
373 resize(size_type __n) argument
170 __versa_string(const __versa_string& __str, size_type __pos, size_type __n, const _Alloc& __a) argument
488 at(size_type __n) argument
549 append(const __versa_string& __str, size_type __pos, size_type __n) argument
561 append(const _CharT* __s, size_type __n) argument
577 const size_type __n = traits_type::length(__s); local
591 append(size_type __n, _CharT __c) argument
646 assign(const __versa_string& __str, size_type __pos, size_type __n) argument
662 assign(const _CharT* __s, size_type __n) argument
695 assign(size_type __n, _CharT __c) argument
724 insert(iterator __p, size_type __n, _CharT __c) argument
778 insert(size_type __pos1, const __versa_string& __str, size_type __pos2, size_type __n) argument
801 insert(size_type __pos, const _CharT* __s, size_type __n) argument
844 insert(size_type __pos, size_type __n, _CharT __c) argument
948 replace(size_type __pos, size_type __n, const __versa_string& __str) argument
1080 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) argument
1122 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) argument
1202 _M_replace_dispatch(iterator __i1, iterator __i2, _Integer __n, _Integer __val, std::__true_type) argument
[all...]
H A Dbitmap_allocator.h99 allocate(size_type __n) argument
1050 allocate(size_type __n) argument
1065 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer) argument
1069 deallocate(pointer __p, size_type __n) throw() argument
[all...]
H A Dhashtable.h129 _Hashtable_iterator(_Node* __n, _Hashtable* __tab) argument
181 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) argument
226 __stl_next_prime(unsigned long __n) argument
325 hashtable(size_type __n, const _HashFcn& __hf, argument
332 hashtable(size_type __n, const _HashFcn& __hf, argument
487 size_type __n = distance(__f, __l); local
498 size_type __n = distance(__f, __l); local
510 size_type __n = _M_bkt_num_key(__key); local
522 size_type __n = _M_bkt_num_key(__key); local
534 const size_type __n = _M_bkt_num_key(__key); local
577 _M_initialize_buckets(size_type __n) argument
604 _Node* __n = _M_get_node(); local
619 _M_delete_node(_Node* __n) argument
750 const size_type __n = _M_bkt_num(__obj); local
769 const size_type __n = _M_bkt_num(__obj); local
796 size_type __n = _M_bkt_num(__obj); local
817 const size_type __n = _M_bkt_num_key(__key); local
843 const size_type __n = _M_bkt_num_key(__key); local
870 const size_type __n = _M_bkt_num_key(__key); local
912 const size_type __n = _M_bkt_num(__p->_M_val); local
994 const size_type __n = _M_next_size(__num_elements_hint); local
1036 _M_erase_bucket(const size_type __n, _Node* __first, _Node* __last) argument
1061 _M_erase_bucket(const size_type __n, _Node* __last) argument
[all...]
H A Dropeimpl.h262 _M_incr(size_t __n) argument
283 _M_decr(size_t __n) argument
358 _S_free_string(_CharT* __s, size_t __n, allocator_type __a) argument
856 operator ()(const _CharT* __leaf, size_t __n) argument
879 operator ()(const _CharT* __leaf, size_t __n) argument
914 operator ()(const _CharT* __leaf, size_t __n) argument
988 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n) argument
1531 rope(size_t __n, _CharT __c, const allocator_type& __a) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dbasic_file.cc116 xwrite(int __fd, const char* __s, std::streamsize __n) argument
288 __basic_file<char>::xsgetn(char* __s, streamsize __n) argument
298 __basic_file<char>::xsputn(const char* __s, streamsize __n) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dutilities.h292 constVector(size_type __n, const _Tp* __value) argument
298 void overlay(size_type __n, const _Tp* __value) { argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dutilities.h292 constVector(size_type __n, const _Tp* __value) argument
298 void overlay(size_type __n, const _Tp* __value) { argument
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dhashtable_policy.h642 std::size_t __n = __h->_M_bucket_index(__k, __code, local
875 _M_store_code(_Hash_node<_Value, true>* __n, _Hash_code_type __c) const argument
[all...]

Completed in 156 milliseconds

123