Home
last modified time | relevance | path

Searched refs:TP (Results 1 – 25 of 129) 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_policy.man2 .TP
14 .TP
18 .TP
26 .TP
33 .TP
36 .TP
39 .TP
42 .TP
46 .TP
50 .TP
Dlibxt_recent.man10 .TP
14 .TP
19 .TP
23 .TP
26 .TP
29 .TP
33 .TP
38 .TP
43 .TP
53 .TP
[all …]
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
Dlibxt_LED.man6 .TP
10 .TP
18 .TP
23 .TP
25 .TP
28 .TP
Dlibxt_dccp.man1 .TP
3 .TP
5 .TP
10 .TP
Dlibxt_CT.man5 .TP
8 .TP
12 .TP
18 .TP
22 .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()
299 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local
301 if (!TP) in clang_getPointeeType()
304 switch (TP->getTypeClass()) { in clang_getPointeeType()
306 T = cast<PointerType>(TP)->getPointeeType(); in clang_getPointeeType()
309 T = cast<BlockPointerType>(TP)->getPointeeType(); in clang_getPointeeType()
313 T = cast<ReferenceType>(TP)->getPointeeType(); in clang_getPointeeType()
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js11 var TP = org.antlr.runtime.tree.TreeParser;
13 org.antlr.lang.augmentObject(TP, {
18 org.antlr.lang.extend(TP, org.antlr.runtime.BaseRecognizer, {
20 TP.superclass.reset.call(this); // reset all recognizer state variables
66 !(tokenType===TP.UP && level===0) )
71 if ( tokenType === TP.DOWN ) {
74 else if ( tokenType === TP.UP ) {
103 if ( this instanceof TP ) {
112 return TP.superclass.getErrorMessage.call(this, e, tokenNames);
116 TP.superclass.traceIn.call(this, ruleName, ruleIndex, this.input.LT(1));
[all …]
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() argument
47 EnforceInteger(TP); in TypeSet()
49 EnforceFloatingPoint(TP); in TypeSet()
51 EnforceVector(TP); in TypeSet()
75 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() argument
80 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes(); in FillWithPossibleTypes()
88 TP.error("Type inference contradiction found, no " + in FillWithPossibleTypes()
150 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() argument
168 InCopy.EnforceInteger(TP); in MergeInTypeInfo()
169 InCopy.EnforceScalar(TP); in MergeInTypeInfo()
[all …]
DCodeGenDAGPatterns.h61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
109 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
111 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo() argument
112 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo()
116 bool EnforceInteger(TreePattern &TP);
119 bool EnforceFloatingPoint(TreePattern &TP);
122 bool EnforceScalar(TreePattern &TP);
125 bool EnforceVector(TreePattern &TP);
129 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
133 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
[all …]
/external/strace/linux/sh/
Dsyscallent.h34 { 1, TP, sys_exit, "_exit" }, /* 1 */
35 { 0, TP, sys_fork, "fork" }, /* 2 */
40 { 3, TP, sys_waitpid, "waitpid" }, /* 7 */
44 { 3, TF|TP, sys_execve, "execve" }, /* 11 */
147 { 4, TP, sys_wait4, "wait4" }, /* 114 */
153 { 5, TP, sys_clone, "clone" }, /* 120 */
224 { 0, TP, sys_vfork, "vfork" }, /* 190 */
287 { 1, TP, sys_exit, "exit_group" }, /* 252 */
319 { 5, TP, sys_waitid, "waitid" }, /* 284 */
345 { 1, TP, sys_unshare, "unshare" }, /* 310 */
[all …]

123456