/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_pkt_proc_base.h | 125 template <class P, class Pt, class Pc> 153 componentAttachPt<ITrcPktIndexer<Pt>> *getTraceIDIndexerAttachPt() { return &m_pkt_indexer_i; }; in getTraceIDIndexerAttachPt() 175 void indexPacket(const ocsd_trc_index_t index_sop, const Pt *packet_type); 177 …utputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vect… 179 …utputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uin… 210 componentAttachPt<ITrcPktIndexer<Pt>> m_pkt_indexer_i; 220 template<class P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::TrcPktProcBase(const char *componen… in TrcPktProcBase() 229 template<class P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::TrcPktProcBase(const char *componen… in TrcPktProcBase() 238 template<class P,class Pt, class Pc> TrcPktProcBase<P, Pt, Pc>::~TrcPktProcBase() in ~TrcPktProcBase() 243 template<class P,class Pt, class Pc> ocsd_datapath_resp_t TrcPktProcBase<P, Pt, Pc>::TraceDataIn( … in TraceDataIn() [all …]
|
H A D | ocsd_dcd_mngr.h | 44 template <class P, class Pt, class Pc> 86 template <class P, class Pt, class Pc> 87 …DecoderMngrBase<P,Pt,Pc>::DecoderMngrBase(const std::string &decoderTypeName, ocsd_trace_protocol_… in DecoderMngrBase() 95 template <class P, class Pt, class Pc> 96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder() 122 TrcPktProcBase<P,Pt,Pc> *pProcBase = dynamic_cast< TrcPktProcBase<P,Pt,Pc> *>(pkt_proc); in createDecoder() 163 template <class P, class Pt, class Pc> 164 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::destroyDecoder(TraceComponent *pComponent) in destroyDecoder() 172 template <class P, class Pt, class Pc> 173 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachErrorLogger(TraceComponent *pComponent, ITraceErrorLog *… in attachErrorLogger() [all …]
|
H A D | trc_printable_elem.h | 79 template<class Pc, class Pt> 83 pktClass = static_cast<const Pt *>(p_pkt); in trcPrintElemToString()
|
/freebsd/contrib/opencsd/decoder/include/interfaces/ |
H A D | trc_indexer_pkt_i.h | 59 template <class Pt> 72 virtual void TracePktIndex(const ocsd_trc_index_t index_sop, const Pt *packet_type) = 0;
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.h | 85 auto Pt = Params.find(Offset); in getParam() local 86 if (Pt == Params.end()) in getParam() 88 return Pointer(reinterpret_cast<Block *>(Pt->second.get())).deref<T>(); in getParam()
|
H A D | InterpFrame.cpp | 222 if (auto Pt = Params.find(Off); Pt != Params.end()) in getParamPointer() local 223 return Pointer(reinterpret_cast<Block *>(Pt->second.get())); in getParamPointer()
|
H A D | Interp.cpp | 34 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { in RetValue() argument
|
/freebsd/contrib/spleen/ |
H A D | README.md | 195 - Spleen 6x12: 9 Pt (12 pixels) 196 - Spleen 8x16: 12 Pt (16 pixels) 197 - Spleen 12x24: 18 Pt (24 pixels) 198 - Spleen 16x32: 24 Pt (32 pixels) 199 - Spleen 32x64: 48 Pt (64 pixels)
|
/freebsd/crypto/openssl/test/recipes/80-test_tsa_data/ |
H A D | sectigo-time-stamping-ca.pem | 37 AKjQxH/qEZ0eBsambTJdtDgJK0kHqv3sMNrxpy/Pt/360KOE2See+wFmd7lWEOEg
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatterns.td | 638 // op(Ps, op(Pt, Pu)) 644 // op(Ps, op(Pt, !Pu)) 848 def: Pat<(i1 (seteq I1:$Ps, I1:$Pt)), (C2_not (C2_xor I1:$Ps, I1:$Pt))>; 849 def: Pat<(i1 (setne I1:$Ps, I1:$Pt)), (C2_xor I1:$Ps, I1:$Pt)>; 852 def: Pat<(ResTy (seteq OpPred:$Ps, OpPred:$Pt)), (C2_not (C2_xor $Ps, $Pt))>; 853 def: Pat<(ResTy (setne OpPred:$Ps, OpPred:$Pt)), (C2_xor $Ps, $Pt)>; 863 def: Pat<(ResTy (setlt OpPred:$Ps, OpPred:$Pt)), (C2_andn $Ps, $Pt)>; 864 def: Pat<(ResTy (setle OpPred:$Ps, OpPred:$Pt)), (C2_orn $Ps, $Pt)>; 865 def: Pat<(ResTy (setult OpPred:$Ps, OpPred:$Pt)), (C2_andn $Pt, $Ps)>; 866 def: Pat<(ResTy (setule OpPred:$Ps, OpPred:$Pt)), (C2_orn $Pt, $Ps)>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6193 for (auto &Pt : CurPts) { in mergeSExts() local 6194 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts() 6195 replaceAllUsesWith(Pt, Inst, FreshBBs, IsHugeFunc); in mergeSExts() 6196 RemovedInsts.insert(Pt); in mergeSExts() 6197 Pt->removeFromParent(); in mergeSExts() 6198 Pt = Inst; in mergeSExts() 6203 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts() 6207 replaceAllUsesWith(Inst, Pt, FreshBBs, IsHugeFunc); in mergeSExts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 6703 : I<(outs), (ins PPRorPNRAny:$Pt, GPR64sp:$Rn, simm9:$imm9), 6704 asm, "\t$Pt, [$Rn, $imm9, mul vl]", 6707 bits<4> Pt; 6716 let Inst{3-0} = Pt; 6725 def : InstAlias<asm # "\t$Pt, [$Rn]", 6726 (!cast<Instruction>(NAME) PPRorPNRAny:$Pt, GPR64sp:$Rn, 0), 1>; 7873 : I<(outs PPRorPNRAny:$Pt), (ins GPR64sp:$Rn, simm9:$imm9), 7874 asm, "\t$Pt, [$Rn, $imm9, mul vl]", 7877 bits<4> Pt; 7886 let Inst{3-0} = Pt; [all …]
|