Home
last modified time | relevance | path

Searched refs:tpa (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/net-mgmt/observium/observium/mibs/trendmicro/
H A DTPT-TPAMIBS-MIB94 ::= { tpt-tpa-conf 1 }
100 ::= { tpt-tpa-conf 2 }
111 ::= { tpt-tpa-events 0 }
117 ::= { tpt-tpa-events 1 }
133 ::= { tpt-tpa-family 1 }
138 ::= { tpt-tpa-family 2 }
143 ::= { tpt-tpa-family 4 }
148 ::= { tpt-tpa-family 5 }
153 ::= { tpt-tpa-family 6 }
158 ::= { tpt-tpa-family 7 }
[all …]
H A DTPT-MISC-NOTIFY-MIB31 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
83 ::= { tpt-tpa-objs 2 }
97 ::= { tpt-tpa-unkparams 31 }
111 ::= { tpt-tpa-eventsV2 9 }
125 ::= { tpt-tpa-eventsV2 10 }
153 ::= { tpt-tpa-unkparams 32 }
161 ::= { tpt-tpa-unkparams 33 }
169 ::= { tpt-tpa-unkparams 34 }
178 ::= { tpt-tpa-unkparams 35 }
187 ::= { tpt-tpa-eventsV2 11 }
[all …]
H A DTPT-STACKING-MIB29 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
45 ::= { tpt-tpa-objs 20 }
146 ::= { tpt-tpa-unkparams 324 }
154 ::= { tpt-tpa-unkparams 328 }
162 ::= { tpt-tpa-unkparams 332 }
170 ::= { tpt-tpa-unkparams 336 }
178 ::= { tpt-tpa-unkparams 340 }
210 ::= { tpt-tpa-unkparams 356 }
223 ::= { tpt-tpa-eventsV2 70 }
235 ::= { tpt-tpa-eventsV2 71 }
[all …]
H A DTPT-HIGH-AVAIL-MIB23 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
66 ::= { tpt-tpa-objs 6 }
318 ::= { tpt-tpa-unkparams 81 }
326 ::= { tpt-tpa-unkparams 82 }
334 ::= { tpt-tpa-unkparams 83 }
342 ::= { tpt-tpa-unkparams 84 }
351 ::= { tpt-tpa-eventsV2 15 }
362 ::= { tpt-tpa-unkparams 86 }
387 ::= { tpt-tpa-eventsV2 18 }
432 ::= { tpt-tpa-eventsV2 24 }
[all …]
H A DTPT-POLICY-MIB26 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
75 ::= { tpt-tpa-objs 1 }
1413 ::= { tpt-tpa-unkparams 182 }
1440 ::= { tpt-tpa-eventsV2 8 }
1480 ::= { tpt-tpa-unkparams 190 }
1488 ::= { tpt-tpa-unkparams 191 }
1497 ::= { tpt-tpa-unkparams 192 }
1505 ::= { tpt-tpa-unkparams 193 }
1513 ::= { tpt-tpa-unkparams 194 }
1521 ::= { tpt-tpa-unkparams 195 }
[all …]
H A DTPT-TANK-NOTIFY-MIB19 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
62 ::= { tpt-tpa-objs 11 }
94 ::= { tpt-tpa-unkparams 151 }
102 ::= { tpt-tpa-unkparams 152 }
110 ::= { tpt-tpa-eventsV2 22 }
118 ::= { tpt-tpa-eventsV2 23 }
H A DTPT-COMPACT-FLASH-MIB20 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
61 ::= { tpt-tpa-objs 14 }
184 ::= { tpt-tpa-unkparams 261 }
193 ::= { tpt-tpa-unkparams 262 }
208 ::= { tpt-tpa-eventsV2 51 }
221 ::= { tpt-tpa-eventsV2 52 }
H A DTPT-BAY-MIB19 tpt-tpa-objs, tpt-tpa-eventsV2, tpt-tpa-unkparams
59 ::= { tpt-tpa-objs 17 }
193 ::= { tpt-tpa-unkparams 281 }
201 ::= { tpt-tpa-unkparams 282 }
210 ::= { tpt-tpa-unkparams 283 }
218 ::= { tpt-tpa-eventsV2 54 }
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-live.c795 tpa_p tpa; in tpa_init() local
803 tpa->num_trees = 0; in tpa_init()
805 tpa->map = map; in tpa_init()
816 return tpa; in tpa_init()
839 tpa->next_partition[i] = tpa->next_partition[partition_index]; in tpa_remove_partition()
852 if (!tpa) in tpa_delete()
858 free (tpa); in tpa_delete()
898 tpa->partition_to_tree_map[tpa_first_partition (tpa, last)] = last; in tpa_compact()
924 tpa->uncompressed_num = tpa->num_trees; in tpa_compact()
925 tpa->num_trees = x; in tpa_compact()
[all …]
H A Dtree-ssa-live.h367 tpa_num_trees (tpa_p tpa) in tpa_num_trees() argument
369 return tpa->num_trees; in tpa_num_trees()
376 tpa_tree (tpa_p tpa, int i) in tpa_tree() argument
378 return VEC_index (tree, tpa->trees, i); in tpa_tree()
385 tpa_first_partition (tpa_p tpa, int i) in tpa_first_partition() argument
394 tpa_next_partition (tpa_p tpa, int i) in tpa_next_partition() argument
396 return tpa->next_partition[i]; in tpa_next_partition()
404 tpa_find_tree (tpa_p tpa, int i) in tpa_find_tree() argument
408 index = tpa->partition_to_tree_map[i]; in tpa_find_tree()
424 tpa_decompact(tpa_p tpa) in tpa_decompact() argument
[all …]
/dports/lang/intercal/intercal-0.31/src/
H A Ddekludge.c140 tuple* tp, *tpa, *tpb; in optimizef() local
164 tpa = tp->u.target - 1 + tuples; in optimizef()
165 if(tpa->exechance >= 0) tpa->abstainable = true; in optimizef()
169 tpa = tp->u.target - 1 + tuples; in optimizef()
170 if(tpa->exechance < 0) tpa->abstainable = true; in optimizef()
174 for (tpa = tuples; tpa < tuples + ick_lineno; tpa++) in optimizef()
180 if(tpa->exechance >= 0) tpa->abstainable = true; in optimizef()
185 for (tpa = tuples; tpa < tuples + ick_lineno; tpa++) in optimizef()
190 if(tpa->exechance < 0) tpa->abstainable = true; in optimizef()
293 if(tpa->type == NEXT && !tp->abstainable && !tpa->abstainable in optimizef()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Ddan.c39 float tpa[], float cga[],
48 float *xa, float *ta, float *tpa, float *cga,
96 static float *tpa = NULL; in main() local
170 AJCNEW(tpa, n); in main()
184 xa, ta, tpa, cga, &npoints); in main()
193 dan_unfmall(xa, ta, tpa, cga); in main()
330 tpa[*np] = TmP1 + TmP2; in dan_findgc()
332 ajFmtPrintF(outf," Tm(prod)=%1.1f",tpa[*np]); in dan_findgc()
385 float tpa[], float cga[], ajint *np) in dan_reportgc() argument
469 tpa[*np] = TmP1 + TmP2; in dan_reportgc()
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/contribs/JamesHouse/
H A DLogTextPanelExample.java34 …TextPanelAppender tpa = new TextPanelAppender(new PatternLayout("%-5p %d [%t]: %m%n"), "logTextPa… in LogTextPanelExample() local
35 tpa.setThreshold(Priority.DEBUG); in LogTextPanelExample()
37 cat.addAppender(tpa); in LogTextPanelExample()
39 LogFrame frame = new LogFrame(tpa); in LogTextPanelExample()
70 public LogFrame(TextPanelAppender tpa) { in LogFrame() argument
76 contentPane.add(tpa.getLogTextPanel(), BorderLayout.CENTER); in LogFrame()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI/
H A DTagPrefixAttributeCas.cs48 TagPrefixAttribute tpa = new TagPrefixAttribute ("namespace", "prefix"); in Deny_Unrestricted()
49 Assert.AreEqual ("namespace", tpa.NamespaceName, "NamespaceName"); in Deny_Unrestricted()
50 Assert.AreEqual ("prefix", tpa.TagPrefix, "TagPrefix"); in Deny_Unrestricted()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dparticle_object.c715 ParticleData *pa, *tpa; in remap_hair_emitter() local
785 i++, tpa++, pa++) { in remap_hair_emitter()
824 tpa->foffset = 0.0f; in remap_hair_emitter()
826 tpa->num = nearest.index; in remap_hair_emitter()
827 tpa->num_dmcache = psys_particle_dm_face_lookup(target_mesh, mesh, tpa->num, tpa->fuv, NULL); in remap_hair_emitter()
833 tpa->fuv[0] = 1.0f - tpa->fuv[1]; in remap_hair_emitter()
834 tpa->fuv[2] = tpa->fuv[3] = 0.0f; in remap_hair_emitter()
835 tpa->foffset = 0.0f; in remap_hair_emitter()
837 tpa->num = nearest.index; in remap_hair_emitter()
838 tpa->num_dmcache = -1; in remap_hair_emitter()
[all …]
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_build_arp.c45 uint16_t op, const uint8_t *sha, const uint8_t *spa, const uint8_t *tha, const uint8_t *tpa, in libnet_build_arp() argument
101 n = libnet_pblock_append(l, p, tpa, pln); in libnet_build_arp()
119 uint8_t *tpa, libnet_t *l) in libnet_autobuild_arp() argument
148 tpa, /* target protocol addr */ in libnet_autobuild_arp()
/dports/devel/log4j/apache-log4j-1.2.17/contribs/SvenReimers/gui/examples/
H A DTextPaneAppenderExample.java32 TextPaneAppender tpa; field in TextPaneAppenderExample
49 tpa = new TextPaneAppender(new PatternLayout("%-5p %d [%t]: %m%n"),"Debug"); in createLogger()
50 logview.addTab("Events ...",new JScrollPane(tpa.getTextPane())); in createLogger()
52 gui.addAppender(tpa); in createLogger()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/snoopy/
H A Darp.c18 uchar tpa[4]; member
73 return h->pln == 4 && NetL(h->tpa) == f->ulv; in p_filter()
75 return h->pln == 4 && (NetL(h->tpa) == f->ulv || in p_filter()
104 h->spa, h->sha, h->tpa, h->tha); in p_seprint()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs165 var tpa = BaseAssemblyResolver.TrustedPlatformAssemblies.Value; in GetCompilation()
169 MetadataReference.CreateFromFile (tpa ["netstandard"]), in GetCompilation()
170 MetadataReference.CreateFromFile (tpa ["mscorlib"]), in GetCompilation()
171 MetadataReference.CreateFromFile (tpa ["System.Private.CoreLib"]), in GetCompilation()
172 MetadataReference.CreateFromFile (tpa ["System.Runtime"]), in GetCompilation()
173 MetadataReference.CreateFromFile (tpa ["System.Console"]), in GetCompilation()
174 MetadataReference.CreateFromFile (tpa ["System.Security.AccessControl"]), in GetCompilation()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs165 var tpa = BaseAssemblyResolver.TrustedPlatformAssemblies.Value; in GetCompilation()
169 MetadataReference.CreateFromFile (tpa ["netstandard"]), in GetCompilation()
170 MetadataReference.CreateFromFile (tpa ["mscorlib"]), in GetCompilation()
171 MetadataReference.CreateFromFile (tpa ["System.Private.CoreLib"]), in GetCompilation()
172 MetadataReference.CreateFromFile (tpa ["System.Runtime"]), in GetCompilation()
173 MetadataReference.CreateFromFile (tpa ["System.Console"]), in GetCompilation()
174 MetadataReference.CreateFromFile (tpa ["System.Security.AccessControl"]), in GetCompilation()
/dports/x11-fm/thunar/thunar-4.16.10/
H A Dacinclude.m455 AC_ARG_ENABLE([tpa-plugin], AC_HELP_STRING([--disable-tpa-plugin], [Don't build the thunar-tpa plug…
63 dnl # Cannot build thunar-tpa if xfce4-panel is not installed
69 AC_MSG_CHECKING([whether to build the thunar-tpa plugin])
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dthingarchive.cpp193 targetplraddress_t *tpa = (targetplraddress_t *)M_Malloc(sizeof(targetplraddress_t)); in mobj() local
195 tpa->address = (void **)address; in mobj()
197 tpa->next = targetPlayerAddrs; in mobj()
198 targetPlayerAddrs = tpa; in mobj()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/test/
H A DitkImageMomentsTest.cxx86 MatrixType tpa; in itkImageMomentsTest() local
87 tpa.GetVnlMatrix().set((double *)pad); in itkImageMomentsTest()
199 std::cout << " " << tpa << "\n"; in itkImageMomentsTest()
241 if ( itk::Math::abs(cpa[i][j] - tpa[i][j]) > paerr) in itkImageMomentsTest()
243 paerr = itk::Math::abs(cpa[i][j] - tpa[i][j]); in itkImageMomentsTest()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netatalk/
H A Daarp.c340 struct at_addr spa, tpa, ma; in at_aarpinput() local
364 memcpy(&tpa.s_net, ea->aarp_tpnet, sizeof(tpa.s_net)); in at_aarpinput()
380 tpa.s_net = spa.s_net = AA_SAT(aa)->sat_addr.s_net; in at_aarpinput()
384 tpa.s_node = ea->aarp_tpnode; in at_aarpinput()
437 if (aat == 0 && tpa.s_net == ma.s_net && tpa.s_node == ma.s_node in at_aarpinput()
449 if (tpa.s_net != ma.s_net || tpa.s_node != ma.s_node || in at_aarpinput()
/dports/x11-fm/thunar/thunar-4.16.10/plugins/thunar-tpa/
H A DREADME.md1 Thunar Trash Panel Applet (thunar-tpa)
4 Thunar-tpa is an extension for the Xfce Panel, which enables users to add a trash can to their pane…
19 ….Trash interface and owns the org.xfce.FileManager service. See the thunar-tpa bindings.xml file f…

12345678910>>...28