Home
last modified time | relevance | path

Searched refs:LP (Results 1 – 25 of 208) sorted by relevance

123456789

/netbsd-src/external/bsd/tcpdump/dist/tests/
H A Dforces2vvv.out26 192.168.1.142.57793 > 192.168.1.143.6706: sctp[ForCES LP]
29 192.168.1.143.6706 > 192.168.1.142.57793: sctp[ForCES LP]
32 192.168.1.142.57793 > 192.168.1.143.6706: sctp[ForCES LP]
35 192.168.1.143.6706 > 192.168.1.142.57793: sctp[ForCES LP]
68 192.168.1.143.6706 > 192.168.1.142.57793: sctp[ForCES LP]
80 192.168.1.142.57793 > 192.168.1.143.6706: sctp[ForCES LP]
83 192.168.1.142.57793 > 192.168.1.143.6706: sctp[ForCES LP]
95 192.168.1.143.6706 > 192.168.1.142.57793: sctp[ForCES LP]
122 192.168.1.143.6706 > 192.168.1.142.57793: sctp[ForCES LP]
134 192.168.1.142.57793 > 192.168.1.143.6706: sctp[ForCES LP]
[all …]
H A Dforces2vv.out26 192.168.1.142.34521 > 192.168.1.143.6706: sctp[ForCES LP]
29 192.168.1.143.6706 > 192.168.1.142.34521: sctp[ForCES LP]
32 192.168.1.142.34521 > 192.168.1.143.6706: sctp[ForCES LP]
35 192.168.1.143.6706 > 192.168.1.142.34521: sctp[ForCES LP]
68 192.168.1.143.6706 > 192.168.1.142.34521: sctp[ForCES LP]
80 192.168.1.142.34521 > 192.168.1.143.6706: sctp[ForCES LP]
83 192.168.1.142.34521 > 192.168.1.143.6706: sctp[ForCES LP]
95 192.168.1.143.6706 > 192.168.1.142.34521: sctp[ForCES LP]
98 192.168.1.143.6706 > 192.168.1.142.34521: sctp[ForCES LP]
110 192.168.1.142.34521 > 192.168.1.143.6706: sctp[ForCES LP]
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp139 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction() local
140 if (!isColdBlock(*LP, MBFI, PSI)) in runOnMachineFunction()
144 for (MachineBasicBlock *LP : LandingPads) in runOnMachineFunction()
145 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
H A DMachineFunction.cpp687 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local
688 if (LP.LandingPadBlock == LandingPad) in getOrCreateLandingPadInfo()
689 return LP; in getOrCreateLandingPadInfo()
698 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local
699 LP.BeginLabels.push_back(BeginLabel); in addInvoke()
700 LP.EndLabels.push_back(EndLabel); in addInvoke()
705 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local
706 LP.LandingPadLabel = LandingPadLabel; in addLandingPad()
752 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCatchTypeInfo() local
754 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
[all …]
H A DDwarfEHPrepare.cpp131 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local
132 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
169 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
170 if (LP->isCleanup()) in InsertUnwindResumeCalls()
171 CleanupLPads.push_back(LP); in InsertUnwindResumeCalls()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dmake-proto.pl171 $LP = "__P((";
174 $LP = "(";
179 s/\</ $LP\n\t/;
181 s/\</ $LP/;
186 s/(.*)\s([a-zA-Z0-9_]+ \Q$LP\E)/$1\n$2/;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h455 #define _FOR_EACH_1(TYPE, ELEM, I, LP) \ argument
456 for (_list_iter_start (&(I), (LP), true); \
470 #define _xlist_remove(LP) (_list_remove (LP)) argument
471 #define _xlist_clear(LP) (_list_clear (LP)) argument
503 #define _FOR_EACH_X_1(X, I, LP) _FOR_EACH_1 (x, (X), (I), (LP)) argument
514 #define ilist_remove(LP) (_list_remove (LP)) argument
515 #define ilist_clear(LP) (_list_clear (LP)) argument
547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h455 #define _FOR_EACH_1(TYPE, ELEM, I, LP) \ argument
456 for (_list_iter_start (&(I), (LP), true); \
470 #define _xlist_remove(LP) (_list_remove (LP)) argument
471 #define _xlist_clear(LP) (_list_clear (LP)) argument
503 #define _FOR_EACH_X_1(X, I, LP) _FOR_EACH_1 (x, (X), (I), (LP)) argument
514 #define ilist_remove(LP) (_list_remove (LP)) argument
515 #define ilist_clear(LP) (_list_clear (LP)) argument
547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopPass.h98 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
99 return LP; in getContainedPass()
/netbsd-src/games/quiz/datfiles/
H A Ded59 delete every empty line from here through next "LP":\
60 .,/[LP|{{^}\\.}LP]/g/^$/d
/netbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c1381 if (!remote && *LP) { in openpr()
1382 if (strchr(LP, '@') != NULL) in openpr()
1412 pfd = getport(LP); in opennet()
1426 pstatus("waiting for %s to come up", LP); in opennet()
1428 pstatus("waiting for access to printer on %s", LP); in opennet()
1432 pstatus("sending to %s", LP); in opennet()
1444 pfd = open(LP, RW ? O_RDWR : O_WRONLY); in opentty()
1450 syslog(LOG_ERR, "%s: %m", LP); in opentty()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp321 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion() argument
334 bool isPromotionPossible(Loop *LP, in isPromotionPossible() argument
342 if (!LP->hasDedicatedExits()) in isPromotionPossible()
345 BasicBlock *PH = LP->getLoopPreheader(); in isPromotionPossible()
353 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop() argument
355 LP->getExitBlocks(LoopExitBlocks); in getMaxNumOfPromotionsInLoop()
356 if (!isPromotionPossible(LP, LoopExitBlocks)) in getMaxNumOfPromotionsInLoop()
360 LP->getExitingBlocks(ExitingBlocks); in getMaxNumOfPromotionsInLoop()
/netbsd-src/usr.bin/rdist/
H A Dgram.y55 %term LP 2
109 | LP names RP = {
234 return(LP); in yylex()
H A Ddefs.h58 #define LP 2 macro
/netbsd-src/external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/
H A Dlp1 IN LP 10 example.net.
/netbsd-src/share/doc/usd/17.msmacros/
H A Dfig1.xfig40 4 0 0 12 0 0 0 0.000 1 11 34 434 484 PP, LP
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/15-test_ecparam_data/valid/
H A Dc2pnb304w1-explicit.pem5 LP+9ej64tv7DXH/Wfybd9ihaZE90CiYU4Z++t24NoXFRfs9AG1Aom/AUEDKIUnqb
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/
H A Dc2pnb304w1-explicit.pem5 LP+9ej64tv7DXH/Wfybd9ihaZE90CiYU4Z++t24NoXFRfs9AG1Aom/AUEDKIUnqb
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Datof-generic.c641 #define print_littlenum(LP) (printf (littlenum_format, LP)) argument
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Datof-generic.c641 #define print_littlenum(LP) (printf (littlenum_format, LP)) argument
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/ns1/
H A Dnid.db21 nid2 LP 2 ns1
/netbsd-src/usr.sbin/lpr/common_source/
H A Dlp.h52 extern const char *LP; /* line printer device name */
H A Dcommon.c83 const char *LP; /* line printer device name */ variable
450 LP = cgetstr(bp, DEFLP, &cp) == -1 ? _PATH_DEFDEVLP : cp; in getprintcap()
/netbsd-src/external/gpl2/groff/dist/tmac/
H A DTODO32 .LP
/netbsd-src/crypto/external/bsd/openssl/dist/test/ocsp-tests/
H A DD3_Issuer_Root.pem55 XapI19V91Cp7XPpGBFDkzA5CW4zt2/LP/JaT4NsRNlRiNDiPDGCbO5dWOK3z0luL

123456789