Home
last modified time | relevance | path

Searched defs:PL (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp256_asm_ppc64le.s125 #define PL V30 macro
512 #define PL V13 macro
1265 #define PL V30 macro
1659 #define PL V30 macro
1900 #define PL V30 macro
Dp256_asm_s390x.s101 #define PL V30 macro
338 #define PL V13 macro
1543 #define PL V30 macro
1923 #define PL V30 macro
2149 #define PL V30 macro
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dconfig.c105 double PL, d; in calc_path_loss_free_space() local
132 double PL, PL0, d; in calc_path_loss_log_distance() local
168 double PL, d; in calc_path_loss_itu() local
/aosp_15_r20/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
/aosp_15_r20/external/clang/lib/Lex/
H A DPPLexerChange.cpp81 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() local
137 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp690 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl() local
745 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl() local
767 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl() local
/aosp_15_r20/external/llvm/lib/IR/
H A DModule.cpp496 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
510 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp514 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
528 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel()
/aosp_15_r20/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java53 static final String PL = "PL"; field in RegionCode
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp598 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
614 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp104 llvm::raw_fd_ostream PL(InfoPlist, EC, llvm::sys::fs::F_Text); in createPlistFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
/aosp_15_r20/external/clang/lib/AST/
H A DOpenMPClause.cpp291 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) { in setPrivates()
319 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
H A DDecodedBitStreamParser.java65 private static final int PL = 25; field in DecodedBitStreamParser
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
H A DSplitAppTest.java78 private static final Configuration PL = new Configuration(); field in SplitAppTest
/aosp_15_r20/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h199 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp449 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h241 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp454 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp300 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation() local
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h35 PL, // Plus, positive or zero >, ==, or unordered enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h260 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp483 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp593 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation() local

1234