Searched defs:slist (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h24 #define slist list macro
/external/linux-tools-perf/util/
H A Dstrlist.c154 struct strlist *strlist__new(bool dupstr, const char *slist) argument
162 if (slist && strlist__parse_list(self, slist) != 0)
/external/stlport/stlport/stl/
H A D_slist.c58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_T
216 # undef slist macro
[all...]
H A D_slist.h190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_T
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
841 operator ==(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument
[all...]
/external/stlport/stlport/stl/debug/
H A D_slist.h34 #define _STLP_NON_DBG_SLIST _STLP_PRIV _STLP_NON_DBG_NAME(slist) <_Tp, _Alloc>
53 * slist special debug traits version.
73 class slist : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
79 , public __stlport_class<slist<_Tp, _Alloc> >
84 typedef slist<_Tp,_Alloc> _Self;
107 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
111 explicit slist(size_type __n, const value_type& __x = _Tp(), function in class:slist
113 slist(size_type __n, const value_type& __x,
119 explicit slist(size_type __n) : _M_non_dbg_impl(__n) , _M_iter_list(&_M_non_dbg_impl) {} function in class:slist
123 slist(__move_sourc function in class:slist
138 slist(_InputIterator __first, _InputIterator __last, function in class:slist
145 slist(_InputIterator __first, _InputIterator __last) function in class:slist
152 slist(const value_type* __first, const value_type* __last, function in class:slist
158 slist(const_iterator __first, const_iterator __last, function in class:slist
165 slist(const _Self& __x) : function in class:slist
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc355 Length PageHeap::ReleaseLastNormalSpan(SpanList* slist) { argument
356 Span* s = slist->normal.prev;
383 SpanList* slist = (release_index_ == kMaxPages) ? local
385 if (!DLL_IsEmpty(&slist->normal)) {
386 Length released_len = ReleaseLastNormalSpan(slist);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.cc294 Length PageHeap::ReleaseLastNormalSpan(SpanList* slist) { argument
295 Span* s = slist->normal.prev;
322 SpanList* slist = (release_index_ == kMaxPages) ? local
324 if (!DLL_IsEmpty(&slist->normal)) {
325 Length released_len = ReleaseLastNormalSpan(slist);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c37 typedef STAILQ_HEAD(slist, sval) slist; typedef
268 slist usercode, usercode2;
/external/stlport/test/unit/
H A Dptrspec_test.cpp4 # include <slist>
58 TEST_INSTANCIATE_CONTAINER(slist); variable
87 slist<void*> void_slist;
112 slist<int*> pint_slist;
113 slist<int*> pint_slist2;
114 slist<int const*> pcint_slist;
189 slist<int*> pint_slist_from_vect(pint_vect.begin(), pint_vect.end());
/external/stlport/stlport/stl/pointers/
H A D_slist.h29 #define SLIST_IMPL _STLP_PTR_IMPL_NAME(slist)
48 # define slist _STLP_NON_DBG_NAME(slist) macro
53 class slist class in inherits:__stlport_class
54 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (slist)
55 : public __stlport_class<slist<_Tp, _Alloc> >
63 typedef slist<_Tp, _Alloc> _Self;
87 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
91 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type), function in class:slist
93 slist(size_typ
99 explicit slist(size_type __n) : _M_impl(__n) {} function in class:slist
106 slist(_InputIterator __first, _InputIterator __last, function in class:slist
118 slist(_InputIterator __first, _InputIterator __last) function in class:slist
126 slist(const_iterator __first, const_iterator __last, function in class:slist
130 slist(const value_type* __first, const value_type* __last, function in class:slist
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {} function in class:slist
139 slist(__move_source<_Self> src) function in class:slist
411 # undef slist macro
[all...]
/external/libpcap/
H A Dgencode.h188 struct slist;
192 struct slist *jt; /*only for relative jump in block*/
193 struct slist *jf; /*only for relative jump in block*/
197 struct slist { struct
199 struct slist *next;
232 struct slist *stmts; /* side effect stmts */
256 struct slist *s; /* stmt list */
326 void sappend(struct slist *, struct slist *);

Completed in 361 milliseconds