HomeSort by: relevance | last modified time | path
    Searched refs:PL (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/games/rogue/
main.c 67 goto PL;
79 PL:
  /src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp 311 PresumedLoc PL = SM.getPresumedLoc(loc);
313 OS << llvm::sys::path::filename(PL.getFilename());
314 OS << ":" << PL.getLine() << ":"
315 << PL.getColumn();
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
325 OS << llvm::sys::path::filename(PL.getFilename());
326 OS << " [" << PL.getLine() << ":"
327 << PL.getColumn();
331 PL = SM.getPresumedLoc(end);
333 unsigned endCol = PL.getColumn() - 1
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h 36 PL, // Plus, positive or zero >, ==, or unordered
55 case MI: return PL;
56 case PL: return MI;
153 case ARMCC::PL: return "pl";
176 .Case("pl", ARMCC::PL)
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
dsymutil.cpp 319 raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_TextWithCRLF);
335 PL << "<?xml version=\"1.0\" encoding=\"UTF-8\"\?>\n"
344 printHTMLEscaped(BI.IDStr, PL);
345 PL << "</string>\n"
354 PL << "\t\t<key>CFBundleShortVersionString</key>\n";
355 PL << "\t\t<string>";
356 printHTMLEscaped(BI.ShortVersionStr, PL);
357 PL << "</string>\n";
360 PL << "\t\t<key>CFBundleVersion</key>\n";
361 PL << "\t\t<string>"
    [all...]
  /src/usr.sbin/lpr/common_source/
lp.h 59 extern long PL; /* page length */
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_internal.h 252 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2;\
260 PL = CXL*CYL; \
263 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \
266 (P).w[0] = (PM<<32)+(UINT32)PL; \
274 UINT64 CXH, CXL, CYH, CYL, PL, PH, PM; \
281 PL = CXL*CYL; \
284 PM += (PL>>32); \
287 (P).w[0] = (PM<<32)+(UINT32)PL; \
292 UINT64 CXH, CXL, PL, PH, PM; \
297 PL = CXL*CXL;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_internal.h 252 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2;\
260 PL = CXL*CYL; \
263 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \
266 (P).w[0] = (PM<<32)+(UINT32)PL; \
274 UINT64 CXH, CXL, CYH, CYL, PL, PH, PM; \
281 PL = CXL*CYL; \
284 PM += (PL>>32); \
287 (P).w[0] = (PM<<32)+(UINT32)PL; \
292 UINT64 CXH, CXL, PL, PH, PM; \
297 PL = CXL*CXL;
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
75 shifts.pl - Perl library used by my perl scripts.
  /src/crypto/external/bsd/openssl/lib/libdes/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
75 shifts.pl - Perl library used by my perl scripts.
  /src/crypto/external/bsd/openssl.old/lib/libdes/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
75 shifts.pl - Perl library used by my perl scripts.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 455 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop())
457 PL->removeBlockFromLoop(BB);
  /src/usr.bin/make/unit-tests/
opt-debug-lint.mk 74 .if ${value:${:UL}PL} != ""
75 . error ${value:${:UL}PL}
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 185 ISO_RRIP_PLINK PL;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp 597 void Module::setPICLevel(PICLevel::Level PL) {
598 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL);
611 void Module::setPIELevel(PIELevel::Level PL) {
612 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64GlobalISelUtils.cpp 138 CondCode = AArch64CC::PL;
  /src/external/gpl3/gcc/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \
38 PL = CXL*CYL; \
41 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \
44 (P).w[0] = (PM<<32)+(UINT32)PL; \
  /src/external/gpl3/gcc.old/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \
38 PL = CXL*CYL; \
41 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \
44 (P).w[0] = (PM<<32)+(UINT32)PL; \
  /src/external/gpl3/gdb/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \
38 PL = CXL*CYL; \
41 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \
44 (P).w[0] = (PM<<32)+(UINT32)PL; \
  /src/external/gpl3/gdb.old/dist/libdecnumber/bid/
bid2dpd_dpd2bid.c 30 UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; \
38 PL = CXL*CYL; \
41 PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); \
44 (P).w[0] = (PM<<32)+(UINT32)PL; \
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
decode.h 42 PL = 0x5, /* meaning N == 0 */
  /src/external/gpl3/gdb/dist/sim/aarch64/
decode.h 42 PL = 0x5, /* meaning N == 0 */
  /src/usr.bin/midiplay/
midiplay.c 111 #define PL(c) 1, 0x90, c, 0x7f, 8, 0x80, c, 0
121 P(F), P(E), P(E), P(D), P(D), PL(C),
125 #undef PL
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 241 PL = 0x5, // Plus, positive or zero >, ==, or unordered
270 case PL: return "pl";
304 case PL: return 0; // N == 0
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 841 void setPICLevel(PICLevel::Level PL);
852 void setPIELevel(PIELevel::Level PL);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 479 Loop *cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM,

Completed in 39 milliseconds

1 2 3