Searched refs:_list (Results 1 - 9 of 9) sorted by relevance

/external/stlport/stlport/
H A Dlist36 # include <stl/_list.h>
/external/openssh/
H A Daddrmatch.c366 * Match "addr" against list pattern list "_list", which may contain a
369 * If addr is NULL, then no matching is performed, but _list is parsed
378 addr_match_list(const char *addr, const char *_list) argument
389 if ((o = list = strdup(_list)) == NULL)
429 * Match "addr" against list CIDR list "_list". Lexical wildcards and
431 * of "_list".
438 addr_match_cidr_list(const char *addr, const char *_list) argument
449 if ((o = list = strdup(_list)) == NULL)
/external/opencv/cv/src/
H A D_cvlist.h67 struct _list* m_list;
71 struct _list struct
82 typedef struct _list _CVLIST;
/external/stlport/stlport/stl/
H A D_hashtable.c50 static const size_t _list[] = __PRIME_LIST_BODY; local
52 __size = sizeof(_list) / sizeof(_list[0]);
56 return _list;
H A D_list.c30 # include <stl/_list.h>
H A D_list.h691 # include <stl/_list.c>
695 # include <stl/pointers/_list.h>
699 # include <stl/debug/_list.h>
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4177 in the same manner as the other data types except they use list of objects known as the \textbf{ltc\_asn1\_list} structure. It is defined as the following:
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 sequence and their respective pointers. The encoding is performed
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 in this case the \textit{size} member is the maximum size
4366 SETs use the same array structure of ltc\_asn1\_list that the SEQUENCE functions use. They are encoded with the following function:
4403 used to store objects deterministically based solely on their encoding. It uses the same array structure of ltc\_asn1\_list that the SEQUENCE functions
4643 The CHOICE ASN.1 type represents a union of ASN.1 types all of which are stored in a \textit{ltc\_asn1\_list}. There is no encoder for the CHOICE type, only a
4666 The flexi decoder uses the same \textit{ltc\_asn1\_list} but instead of being stored in an array it uses the linked list pointers \textit{prev}, \textit{next}, \textit{parent}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 150 milliseconds