Searched refs:pktcount (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | v62a_regs.s | 21 r1:0=pktcount
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 178 def PKTCOUNT : Rcc<18, "c19:18", [PKTCOUNTLO, PKTCOUNTHI], ["pktcount"]>,
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 192 def PKTCOUNT : Rcc<18, "c19:18", [PKTCOUNTLO, PKTCOUNTHI], ["pktcount"]>,
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 2043 int pktcount = 0; in SendResponses() local 2294 …if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNS… in SendResponses() 2334 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow) in SendResponses() 2425 …if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); bre… in SendResponses() 2436 …pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC generat… in SendResponses() 2855 int pktcount = 0; in SendQueries() local 3202 if (++pktcount >= 1000) in SendQueries() 3203 { LogMsg("SendQueries exceeded loop limit %d: giving up", pktcount); break; } in SendQueries()
|