Home
last modified time | relevance | path

Searched refs:TP (Results 1 – 25 of 136) sorted by relevance

123456

/external/iptables/extensions/
Dlibxt_conntrack.man3 .TP
7 .TP
10 .TP
12 .TP
14 .TP
16 .TP
19 .TP
21 .TP
23 .TP
25 .TP
[all …]
Dlibipt_addrtype.man7 .TP
10 .TP
13 .TP
16 .TP
19 .TP
22 .TP
25 .TP
28 .TP
31 .TP
34 .TP
[all …]
Dlibip6t_ipv6header.man2 .TP
6 .TP
11 .TP
14 .TP
17 .TP
20 .TP
23 .TP
26 .TP
29 .TP
33 .TP
Dlibxt_ipvs.man2 .TP
5 .TP
7 .TP
10 .TP
13 .TP
16 .TP
19 .TP
22 .TP
Dlibxt_connlimit.man3 .TP
6 .TP
9 .TP
14 .TP
17 .TP
22 .TP
25 .TP
28 .TP
33 .TP
38 .TP
Dlibxt_hashlimit.man9 .TP
13 .TP
16 .TP
21 .TP
26 .TP
33 .TP
36 .TP
39 .TP
42 .TP
45 .TP
[all …]
Dlibxt_recent.man10 .TP
14 .TP
19 .TP
23 .TP
26 .TP
29 .TP
33 .TP
38 .TP
43 .TP
53 .TP
[all …]
Dlibxt_policy.man2 .TP
14 .TP
18 .TP
26 .TP
33 .TP
36 .TP
39 .TP
42 .TP
46 .TP
50 .TP
Dlibip6t_rt.man2 .TP
5 .TP
8 .TP
11 .TP
14 .TP
17 .TP
Dlibip6t_frag.man2 .TP
5 .TP
9 .TP
12 .TP
15 .TP
18 .TP
Dlibxt_rateest.man29 .TP
36 .TP
39 .TP
42 .TP
49 .TP
52 .TP
54 .TP
57 .TP
59 .TP
61 .TP
[all …]
Dlibipt_CLUSTERIP.man5 .TP
9 .TP
13 .TP
16 .TP
19 .TP
22 .TP
Dlibxt_CONNMARK.man3 .TP
6 .TP
16 .TP
30 .TP
34 .TP
38 .TP
42 .TP
46 .TP
50 .TP
Dlibipt_LOG.man12 .TP
15 .TP
19 .TP
23 .TP
26 .TP
29 .TP
Dlibip6t_LOG.man12 .TP
15 .TP
19 .TP
23 .TP
26 .TP
29 .TP
Dlibxt_string.man2 .TP
5 .TP
8 .TP
13 .TP
16 .TP
Dlibxt_owner.man5 .TP
7 .TP
11 .TP
13 .TP
17 .TP
/external/clang/tools/libclang/
DCXType.cpp67 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local
68 if (!TP) in GetTypeKind()
72 switch (TP->getTypeClass()) { in GetTypeKind()
74 return GetBuiltinTypeKind(cast<BuiltinType>(TP)); in GetTypeKind()
206 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local
208 if (!TP) in clang_getPointeeType()
211 switch (TP->getTypeClass()) { in clang_getPointeeType()
213 T = cast<PointerType>(TP)->getPointeeType(); in clang_getPointeeType()
216 T = cast<BlockPointerType>(TP)->getPointeeType(); in clang_getPointeeType()
220 T = cast<ReferenceType>(TP)->getPointeeType(); in clang_getPointeeType()
[all …]
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() argument
44 EnforceInteger(TP); in TypeSet()
46 EnforceFloatingPoint(TP); in TypeSet()
48 EnforceVector(TP); in TypeSet()
72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() argument
77 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes(); in FillWithPossibleTypes()
85 TP.error("Type inference contradiction found, no " + in FillWithPossibleTypes()
147 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() argument
165 InCopy.EnforceInteger(TP); in MergeInTypeInfo()
166 InCopy.EnforceScalar(TP); in MergeInTypeInfo()
[all …]
DCodeGenDAGPatterns.h60 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
108 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
110 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo() argument
111 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo()
115 bool EnforceInteger(TreePattern &TP);
118 bool EnforceFloatingPoint(TreePattern &TP);
121 bool EnforceScalar(TreePattern &TP);
124 bool EnforceVector(TreePattern &TP);
128 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
132 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
[all …]
/external/strace/strace/linux/x86_64/
Dsyscallent.h57 { 5, TP, sys_clone, "clone" }, /* 56 */
58 { 0, TP, sys_fork, "fork" }, /* 57 */
59 { 0, TP, sys_vfork, "vfork" }, /* 58 */
60 { 3, TF|TP, sys_execve, "execve" }, /* 59 */
61 { 1, TP, sys_exit, "_exit" }, /* 60 */
62 { 4, TP, sys_wait4, "wait4" }, /* 61 */
159 { 2, TP, sys_arch_prctl, "arch_prctl" }, /* 158 */
232 { 1, TP, sys_exit, "exit_group" }, /* 231 */
248 { 5, TP, sys_waitid, "waitid" }, /* 247 */
/external/strace/strace/linux/sparc/
Dsyscallent.h2 { 1, TP, sys_exit, "exit" }, /* 1 */
3 { 0, TP, sys_fork, "fork" }, /* 2 */
8 { 4, TP, sys_wait4, "wait4" }, /* 7 */
12 { 2, TF|TP, sys_execv, "execv" }, /* 11 */
60 { 3, TF|TP, sys_execve, "execve" }, /* 59 */
67 { 0, TP, sys_vfork, "vfork" }, /* 66 */
189 { 1, TP, sys_exit, "exit_group" }, /* 188 */
213 { 3, TP, sys_waitpid, "waitpid" }, /* 212 */
218 { 5, TP, sys_clone, "clone" }, /* 217 */
/external/strace/strace/linux/powerpc/
Dsyscallent.h32 { 1, TP, sys_exit, "exit" }, /* 1 */
33 { 0, TP, sys_fork, "fork" }, /* 2 */
38 { 3, TP, sys_waitpid, "waitpid" }, /* 7 */
42 { 3, TF|TP, sys_execve, "execve" }, /* 11 */
145 { 4, TP, sys_wait4, "wait4" }, /* 114 */
151 { 5, TP, sys_clone, "clone" }, /* 120 */
220 { 0, TP, sys_vfork, "vfork" }, /* 189 */
266 { 1, TP, sys_exit, "exit_group" }, /* 234 */
304 { 5, TP, sys_waitid, "waitid" }, /* 272 */
/external/strace/strace/linux/sparc64/
Dsyscallent2.h2 { 1, TP, sys_exit, "exit" }, /* 1 */
3 { 0, TP, sys_fork, "fork" }, /* 2 */
8 { 4, TP, sys_wait4, "wait4" }, /* 7 */
12 { 2, TF|TP, sys_execv, "execv" }, /* 11 */
60 { 3, TF|TP, sys_execve, "execve" }, /* 59 */
67 { 0, TP, sys_vfork, "vfork" }, /* 66 */
189 { 1, TP, sys_exit, "exit_group" }, /* 188 */
213 { 3, TP, sys_waitpid, "waitpid" }, /* 212 */
218 { 5, TP, sys_clone, "clone" }, /* 217 */
Dsyscallent.h2 { 1, TP, sys_exit, "exit" }, /* 1 */
3 { 0, TP, sys_fork, "fork" }, /* 2 */
8 { 4, TP, sys_wait4, "wait4" }, /* 7 */
12 { 2, TF|TP, sys_execv, "execv" }, /* 11 */
60 { 3, TF|TP, sys_execve, "execve" }, /* 59 */
67 { 0, TP, sys_vfork, "vfork" }, /* 66 */
189 { 1, TP, sys_exit, "exit_group" }, /* 188 */
213 { 3, TP, sys_waitpid, "waitpid" }, /* 212 */
218 { 5, TP, sys_clone, "clone" }, /* 217 */

123456