HomeSort by relevance Sort by last modified time
    Searched full:tuple (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
utuple.h 20 /// \class tuple utuple.h ustl.h
26 class tuple { class in namespace:ustl
42 inline tuple (const tuple<N,T2>& t);
43 inline tuple (const tuple<N,T>& t);
44 inline tuple (const_pointer v);
45 inline tuple (void) { for (uoff_t i = 0; i < N; ++ i) m_v[i] = T(); } function in class:ustl::tuple
46 explicit inline tuple (const_reference v0, const_reference v1 = T(), const_reference v2 = T(), const_reference v3 = T());
59 inline const tuple& operator= (const tuple<N,T2>& src)
91 inline tuple<N,T>::tuple (const tuple<N,T2>& t) function in class:ustl::tuple
95 inline tuple<N,T>::tuple (const tuple<N,T>& t) function in class:ustl::tuple
99 inline tuple<N,T>::tuple (const_pointer v) function in class:ustl::tuple
103 inline tuple<N,T>::tuple (const_reference v0, const_reference v1, const_reference v2, const_reference v3) function in class:ustl::tuple
    [all...]
ulaalgo.h 47 tuple<NX,T> operator* (const tuple<NY,T>& t, const matrix<NX,NY,T>& m)
49 tuple<NX,T> tr;
129 tuple<4,float> operator* (const tuple<4,float>& t, const matrix<4,4,float>& m)
131 tuple<4,float> result;
154 tuple<4,float> operator* (const tuple<4,float>& t, const matrix<4,4,float>& m)
156 tuple<4,float> result;
209 tuple<4,float> operator* (const tuple<4,float>& t, const matrix<4,4,float>& m
    [all...]
umatrix.h 22 class matrix : public tuple<NX*NY,T> {
24 typedef tuple<NX,T> row_type;
25 typedef tuple<NY,T> column_type;
26 typedef tuple<NX*NY,T> tuple_type;
  /external/qemu/hw/
pcmcia.h 36 #define CISTPL_DEVICE 0x01 /* 5V Device Information Tuple */
37 #define CISTPL_NO_LINK 0x14 /* No Link Tuple */
38 #define CISTPL_VERS_1 0x15 /* Level 1 Version Tuple */
39 #define CISTPL_JEDEC_C 0x18 /* JEDEC ID Tuple */
40 #define CISTPL_JEDEC_A 0x19 /* JEDEC ID Tuple */
41 #define CISTPL_CONFIG 0x1a /* Configuration Tuple */
47 #define CISTPL_MANFID 0x20 /* Manufacture ID Tuple */
48 #define CISTPL_FUNCID 0x21 /* Function ID Tuple */
49 #define CISTPL_FUNCE 0x22 /* Function Extension Tuple */
50 #define CISTPL_END 0xff /* Tuple End *
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 7 /* A `tuple' is a structure containing the information to uniquely
8 identify a connection. ie. if two packets have the same tuple, they
15 /* The protocol-specific manipulable parts of the tuple: always in
39 /* The manipulable part of the tuple. */
51 /* These are the parts of the tuple which are fixed. */
86 #define IP_CT_TUPLE_U_BLANK(tuple) \
88 (tuple)->src.u.all = 0; \
89 (tuple)->dst.u.all = 0; \
95 DEBUGP("tuple %p: %u %u.%u.%u.%u:%hu -> %u.%u.%u.%u:%hu\n", \
100 /* If we're the first tuple, it's the original dir. *
108 struct ip_conntrack_tuple tuple; member in struct:ip_conntrack_tuple_hash
    [all...]
ip_conntrack.h 137 /* We expect this tuple, with the following mask */
138 struct ip_conntrack_tuple tuple, mask; member in struct:ip_conntrack_expect
175 tuplehash[hash->tuple.dst.dir]);
181 /* Alter reply tuple (maybe alter helper). */
186 /* Is this tuple taken? (ignoring any belonging to the given
189 ip_conntrack_tuple_taken(const struct ip_conntrack_tuple *tuple,
192 /* Return conntrack_info and tuple hash for given skb. */
258 ip_conntrack_helper_find_get(const struct ip_conntrack_tuple *tuple);
277 __ip_conntrack_expect_find(const struct ip_conntrack_tuple *tuple);
280 ip_conntrack_expect_find(const struct ip_conntrack_tuple *tuple);
    [all...]
ip_nat.h 71 /* Is this tuple already taken? (not by us)*/
72 extern int ip_nat_used_tuple(const struct ip_conntrack_tuple *tuple,
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 39 // stores both the Tuple of encode labels and weights to a unique
47 struct Tuple {
48 Tuple() {}
49 Tuple(Label ilabel_, Label olabel_, Weight weight_)
51 Tuple(const Tuple& tuple)
52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {
137 const Tuple* tuple = encode_tuples_[i]; local
165 Tuple* tuple = new Tuple(); local
247 const typename EncodeTable<A>::Tuple* tuple = local
    [all...]
compose.h 185 // of state tuple lookup, i.e. a bijective mapping from triples of two
190 // to the value associated with x. If x is an unassigned tuple, the
195 // ComposeFstImpl. The value stored in the table is equal to tuple ID
197 // table[x] is equal to 0 if and only if x is an unassigned tuple (in
201 // ID))" if x is an unassigned tuple.
222 // NB: if 'tuple' is not in 'table_', the pair (tuple, StateId()) is
226 StateId &operator[](const StateTuple &tuple) {
227 return table_[tuple];
266 // State tuple lookup table for the composition of a string FST with
453 StateTuple &tuple = state_tuples_[s]; local
632 StateTuple &tuple = state_tuples_[s]; local
    [all...]
replace.h 82 // \brief Tuple of information that uniquely defines a state
242 const StateTuple& tuple = state_tuples_[s]; local
243 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id];
244 const Fst<A>* fst = fst_array_[tuple.fst_id];
245 StateId fst_state = tuple.fst_state;
283 StateId FindState(const StateTuple& tuple) {
284 typename StateTupleHash::iterator it = state_hash_.find(tuple);
287 state_tuples_.push_back(tuple);
288 state_hash_[tuple] = new_state_id;
297 StateTuple tuple = state_tuples_[s] local
    [all...]
  /external/iptables/extensions/
libipt_conntrack.c 221 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = parse_protocol(protocol);
223 if (sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum == 0
245 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = addrs[0].s_addr;
265 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = addrs[0].s_addr;
285 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = addrs[0].s_addr;
305 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = addrs[0].s_addr;
449 printf("%u ", sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum);
456 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip,
466 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip,
476 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip
    [all...]
libipt_hashlimit.man 3 destination-ip or per (destip,destport) tuple.
  /bionic/libc/kernel/common/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /external/gtest/test/
gtest-param-test_test.cc 67 using ::std::tr1::tuple;
404 ::std::ostream& operator<<(::std::ostream& stream, const tuple<T1, T2>& value) {
411 const tuple<T1, T2, T3>& value) {
421 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
434 const ParamGenerator<tuple<const char*, int> > gen =
437 tuple<const char*, int> expected_values[] = {
445 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
448 tuple<int, int, int> expected_values[] = {
460 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
463 tuple<int, int> expected_values[] = {make_tuple(42, 0), make_tuple(42, 1)}
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_conntrack.h 67 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:ipt_conntrack_info
  /external/kernel-headers/original/linux/netfilter/
xt_conntrack.h 53 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info

Completed in 212 milliseconds

1 2 3 4 5 6