Home
last modified time | relevance | path

Searched refs:_list (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/Transforms/GlobalOpt/
D2006-11-01-ShrinkGlobalPhiCrash.ll3 %struct._list = type { i32*, %struct._list* }
4 %struct._play = type { i32, i32*, %struct._list*, %struct._play* }
/external/openssh/
Daddrmatch.c378 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument
389 if ((o = list = strdup(_list)) == NULL) in addr_match_list()
438 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument
449 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
/external/stlport/etc/
Dmsvcincl.dat239 _list.c
240 _list.h
241 _list.h
DChangeLog-5.1888 * stlport/stl/debug/_deque.h, _list.h, _slist.h, _string.h, _vector.h:
919 * stlport/stl/debug/_deque.h, _list.h, _slist.h, _string.h, _vector.h:
993 * stlport/stl/_list.h: fix bug in list.swap, thanks Viktor Govako.
1392 * stlport/stl/_hashtable.h, _list.h, _deque.h, _slist.h,
1417 * stlport/stl/debug/_vector.h, _list.h: Add non template assign
1691 * stlport/stl/_tree.h, _list.h: Fixed swap implementation to
1791 * stlport/stl/_bvector.h, _deque.h, _list.h, _slist.h, _string_base.h
2046 * stlport/stl/_heap.c, _tree.c, _list.c, _slist.c: Add strict
2420 * stlport/stl/_list.h, _slist.h, _tree.h: Made iterator struct
2424 * stlport/stl/pointers/_slist.h, _list.h, _set.h: Fix implementation
[all …]
DChangeLog-4.098 * _list.h - MPW - specific fixes;
372 * stl/_list.c - fixed reverse() "inline",
405 * stl/_list.c - fixed reverse() [ new SGI code, merged unported first ]
DChangeLog688 * stlport/stl/debug/_list.h: Remove use of std::distance in STL
729 * stlport/stl/debug/_debug.h, _deque.h, _list.h, _vector.h: Prefer to
1152 * stlport/stl/_bvector.h, _deque.h, _hashtable.h, _list.h,
2069 * stlport/stl/pointers/_deque.h, _list.h, _set.h, _slist.h:
2551 * stlport/stl/_list.h: Add assertion to signal potential stack
2754 _hash_map.h, _hash_set.h, _hashtable.h, _list.h, _map.h, _pair.h,
/external/clang/test/SemaObjC/
Dproperty-method-lookup-impl.m5 id _list; field
/external/opencv/cv/src/
D_cvlist.h67 struct _list* m_list;
71 struct _list struct
82 typedef struct _list _CVLIST; argument
/external/stlport/stlport/
Dlist36 # include <stl/_list.h>
/external/stlport/stlport/stl/
D_hashtable.c50 static const size_t _list[] = __PRIME_LIST_BODY; in _S_primes() local
52 __size = sizeof(_list) / sizeof(_list[0]); in _S_primes()
56 return _list; in _S_primes()
/external/opencv/cxcore/src/
Dcxpersistence.cpp1779 CvAttrList** _list, int* _tag_type );
2028 CvAttrList** _list, int* _tag_type ) in icvXMLParseTag() argument
2169 *_list = first; in icvXMLParseTag()
/external/dropbear/libtomcrypt/
Dcrypt.tex4177 …data types except they use list of objects known as the \textbf{ltc\_asn1\_list} structure. It is…
4179 \index{ltc\_asn1\_list structure}
4257 To encode a sequence a \textbf{ltc\_asn1\_list} array must be initialized with the members of the s…
4272 the \textit{data} pointer is simply a pointer to another \textbf{ltc\_asn1\_list}.
4278 Decoding a SEQUENCE is similar to encoding. You set up an array of \textbf{ltc\_asn1\_list} where …
4366 SETs use the same array structure of ltc\_asn1\_list that the SEQUENCE functions use. They are enc…
4403 … solely on their encoding. It uses the same array structure of ltc\_asn1\_list that the SEQUENCE …
4643 …nts a union of ASN.1 types all of which are stored in a \textit{ltc\_asn1\_list}. There is no enc…
4666 The flexi decoder uses the same \textit{ltc\_asn1\_list} but instead of being stored in an array it…
/external/bluetooth/glib/
DNEWS1228 498728 g_key_file_get_*_list should set length to 0 when returni...
/external/bluetooth/glib/gobject/
DChangeLog2898 went for the _list variant for now.