Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-13.1/tools/tools/nanobsd/
H A Dfill_pkg.sh151 PL=$NANO_PKG_DIR/_list
152 true > "$PL"
155 ports_recurse "$PL" "$NANO_PKG_DUMP" "$p"
158 for i in `cat "$PL"` ; do
167 rm -f "$PL"
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
55 case MI: return PL; in getOppositeCondition()
56 case PL: return MI; in getOppositeCondition()
153 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dopt-debug-lint.mk69 .if ${value:${:UL}PL} != "LPL}" # FIXME: "LPL}" is unexpected here.
70 . error ${value:${:UL}PL}
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp455 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
457 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
/freebsd-13.1/libexec/getty/
H A Dmain.c328 if (IMP && *IMP && !(PL && PP)) in main()
330 if (IM && *IM && !(PL && PP)) in main()
357 } else if (!(PL && PP)) in main()
359 if (rval == 2 || (PL && PP)) { in main()
H A Dgettytab.h176 #define PL gettyflags[25].value macro
/freebsd-13.1/secure/caroot/trusted/
H A DCertum_EC-384_CA.pem21 …Issuer: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum EC-…
25 …Subject: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum EC…
H A DCertum_Trusted_Network_CA.pem20 …Issuer: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum Tr…
24 …Subject: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum T…
H A DSZAFIR_ROOT_CA2.pem21 Issuer: C = PL, O = Krajowa Izba Rozliczeniowa S.A., CN = SZAFIR ROOT CA2
25 Subject: C = PL, O = Krajowa Izba Rozliczeniowa S.A., CN = SZAFIR ROOT CA2
H A DCertum_Trusted_Network_CA_2.pem21 …Issuer: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum Tr…
25 …Subject: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum T…
H A DCertum_Trusted_Root_CA.pem21 …Issuer: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum Tru…
25 …Subject: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum Tr…
/freebsd-13.1/sys/contrib/device-tree/Bindings/fpga/
H A Dxlnx,zynqmp-pcap-fpga.txt3 Programmable Logic (PL). The configuration uses the firmware interface.
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dxlnx,i2s.txt1 Device-Tree bindings for Xilinx I2S PL block
H A Dxlnx,audio-formatter.txt1 Device-Tree bindings for Xilinx PL audio formatter
/freebsd-13.1/secure/caroot/blacklisted/
H A DCertum_Root_CA.pem18 Issuer: C = PL, O = Unizeto Sp. z o.o., CN = Certum CA
22 Subject: C = PL, O = Unizeto Sp. z o.o., CN = Certum CA
/freebsd-13.1/share/syscons/fonts/
H A Diso07-8x16.fnt35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(`
73 M`````/YF8FAX:&!B9OX```````#^QH8,&#!@PL;^````````QL;&QO[&QL;&
H A Diso02-8x16.fnt35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(`
65 M&#!@PL;^`````!@8`/[&C!@P8,+&_@``````.&QL.```````````````````
H A Dcp1251-8x16.fnt35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(`
83 M``````#^P/S&QL;\````````````_,;&_,;&_````````````/[&PL#`P,``
H A Dkoi8-rc-8x16.fnt35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(`
60 MQL;&QL;&QOX``````&#P8&QV9F9F9N8&##`````8$`#^PL#`P,#`````````
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp601 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument
602 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL); in setPICLevel()
615 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument
616 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL); in setPIELevel()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-olinuxino.dts193 /* VCC-PL is powered by aldo2 but we cannot add it as the RSB */
194 /* interface used to talk to the PMIC in on the PL pins */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h260 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
289 case PL: return "pl"; in getCondCodeName()
323 case PL: return 0; // N == 0 in getNZCVToSatisfyCondCode()
/freebsd-13.1/contrib/subversion/
H A DMakefile.in880 $(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
881 ./config.status subversion/bindings/swig/perl/native/Makefile.PL
883 $(SWIG_PL_DIR)/native/Makefile: libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile.PL
884 cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h187 ISO_RRIP_PLINK PL; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp138 CondCode = AArch64CC::PL; in changeFCMPPredToAArch64CC()

1234