/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 64 #define L macro 65 #define M 0x000000 macro 71 #define L macro 72 #define M 0x400000 macro 78 #define L l macro 79 #define M 0x008000 macro 85 #define L l macro 86 #define M 0x408000 macro 94 #define L macro 95 #define M 0x400000 macro [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start() 92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr() 117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() 132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() 149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 152 const size_t L = 2; in aes_ccm_ae() local 179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad() 182 const size_t L = 2; in aes_ccm_ad() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() 66 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() 105 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() 114 bool MCJIT::removeModule(Module *M) { in removeModule() 120 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() local 146 std::unique_ptr<MemoryBuffer> MCJIT::emitObject(Module *M) { in emitObject() 189 void MCJIT::generateCodeForModule(Module *M) { in generateCodeForModule() 224 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = in generateCodeForModule() local 264 for (auto *M : OwnedModules.added()) in finalizeObject() local 267 for (auto *M : ModsToAdd) in finalizeObject() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 33 static void Scan(IvarUsageMap& M, const Stmt *S) { in Scan() 62 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan() 76 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { in Scan() 95 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID, in Scan() 99 SourceLocation L = FD->getBeginLoc(); in Scan() local 110 IvarUsageMap M; in checkObjCUnusedIvar() local 161 PathDiagnosticLocation L = in checkObjCUnusedIvar() local
|
H A D | ObjCSuperDeallocChecker.cpp | 83 void ObjCSuperDeallocChecker::checkPreObjCMessage(const ObjCMethodCall &M, in checkPreObjCMessage() 113 void ObjCSuperDeallocChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() 131 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() 260 PathDiagnosticLocation L = in VisitNode() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.h | 46 std::unique_lock<std::recursive_mutex> L; variable 104 ThreadSafeModule(std::unique_ptr<Module> M, std::unique_ptr<LLVMContext> Ctx) in ThreadSafeModule() 109 ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx) in ThreadSafeModule() 115 auto L = TSCtx.getLock(); in ~ThreadSafeModule() local
|
H A D | ExecutionUtils.h | 105 StaticInitGVIterator(Module &M) in StaticInitGVIterator() 142 inline iterator_range<StaticInitGVIterator> getStaticInitGVs(Module &M) { in getStaticInitGVs() 325 ObjectLayer &L; variable 352 DLLImportDefinitionGenerator(ExecutionSession &ES, ObjectLinkingLayer &L) in DLLImportDefinitionGenerator() 365 ObjectLinkingLayer &L; variable
|
/freebsd/sbin/growfs/ |
H A D | debug.h | 70 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument 72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 73 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument 74 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument 77 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument 78 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument 79 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument 80 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument 81 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument 83 #define DBG_DUMP_SPTBL(F,C,M) dbg_dump_sptbl((F),(C),(M)) argument [all …]
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | ccm128.c | 27 unsigned int M, unsigned int L, void *key, in CRYPTO_ccm128_init() 43 unsigned int L = ctx->nonce.c[0] & 7; /* the L parameter */ in CRYPTO_ccm128_setiv() local 142 unsigned int i, L; in CRYPTO_ccm128_encrypt() local 226 unsigned int i, L; in CRYPTO_ccm128_decrypt() local 315 unsigned int i, L; in CRYPTO_ccm128_encrypt_ccm64() local 379 unsigned int i, L; in CRYPTO_ccm128_decrypt_ccm64() local 434 unsigned int M = (ctx->nonce.c[0] >> 3) & 7; /* the M parameter */ in CRYPTO_ccm128_tag() local
|
/freebsd/contrib/gdtoa/ |
H A D | strtoIx.c | 45 UShort *L = (UShort *)a, *M = (UShort *)b; local
|
H A D | strtoIQ.c | 45 ULong *L = (ULong *)a, *M = (ULong *)b; local
|
H A D | strtoIxL.c | 45 ULong *L = (ULong *)a, *M = (ULong *)b; local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 40 this->TSM.withModuleDo([&](Module &M) { in IRMaterializationUnit() 111 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName() 136 IRLayer &L, const IRSymbolMapper::ManglingOptions &MO, ThreadSafeModule TSM) in BasicIRLayerMaterializationUnit() 194 BasicObjectLayerMaterializationUnit::Create(ObjectLayer &L, in Create() 208 ObjectLayer &L, std::unique_ptr<MemoryBuffer> O, Interface I) in BasicObjectLayerMaterializationUnit()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 123 if (auto *M = getMergedTable()) in clear() local 124 delete M; in clear() local 160 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense() local 242 if (MergedTable *M = getMergedTable()) { in find() local 270 if (MergedTable *M = getMergedTable()) { in findAll() local 282 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll() local
|
/freebsd/sys/sys/ |
H A D | pmc.h | 239 #define __PMC_MODE(M,N) PMC_MODE_##M = N, argument 1110 #define PMCDBG0(M, N, L, F) do { \ argument 1114 #define PMCDBG1(M, N, L, F, p1) do { \ argument 1118 #define PMCDBG2(M, N, L, F, p1, p2) do { \ argument 1122 #define PMCDBG3(M, N, L, F, p1, p2, p3) do { \ argument 1126 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4) do { \ argument 1130 #define PMCDBG5(M, N, L, F, p1, p2, p3, p4, p5) do { \ argument 1135 #define PMCDBG6(M, N, L, F, p1, p2, p3, p4, p5, p6) do { \ argument 1207 #define PMCDBG0(M, N, L, F) /* nothing */ argument 1208 #define PMCDBG1(M, N, L, F, p1) argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroCleanup.cpp | 110 static bool declaresCoroCleanupIntrinsics(const Module &M) { in declaresCoroCleanupIntrinsics() 118 PreservedAnalyses CoroCleanupPass::run(Module &M, in run() 132 Lowerer L(M); in run() local
|
H A D | CoroEarly.cpp | 34 Lowerer(Module &M) in Lowerer() 105 Module &M = *NoopFn->getParent(); in buildDebugInfoForNoopResumeDestroyFunc() local 126 Module &M = *II->getModule(); in lowerCoroNoop() local 250 static bool declaresCoroEarlyIntrinsics(const Module &M) { in declaresCoroEarlyIntrinsics() 259 PreservedAnalyses CoroEarlyPass::run(Module &M, ModuleAnalysisManager &) { in run() 263 Lowerer L(M); in run() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 191 Linker L(*Result); in loadArFile() local 227 std::unique_ptr<Module> M; in loadArFile() local 398 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L, in linkFiles() 416 std::unique_ptr<Module> M = in linkFiles() local 463 std::move(M), ApplicableFlags, [](Module &M, const StringSet<> &GVS) { in linkFiles() 509 Linker L(*Composite); in main() local
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | hash.cpp | 170 const size_t L = 210; __next_prime() local 179 const size_t M = sizeof(indices) / sizeof(indices[0]); __next_prime() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() 77 void LPPassManager::addLoop(Loop &L) { in addLoop() 96 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() 111 void LPPassManager::markLoopAsDeleted(Loop &L) { in markLoopAsDeleted() 132 Module &M = *F.getParent(); in runOnFunction() local 367 static std::string getDescription(const Loop &L) { in getDescription()
|
H A D | MustExecute.cpp | 312 static bool isMustExecuteIn(const Instruction &I, Loop *L, DominatorTree *DT) { in isMustExecuteIn() 332 Loop *L = LI.getLoopFor(I.getParent()); in MustExecuteAnnotatedWriter() local 341 MustExecuteAnnotatedWriter(const Module &M, in MustExecuteAnnotatedWriter() 345 Loop *L = LI.getLoopFor(I.getParent()); in MustExecuteAnnotatedWriter() local 368 for (const Loop *L : Loops) in printInfoComment() local 376 static bool maybeEndlessLoop(const Loop &L) { in maybeEndlessLoop() 413 const Loop *L = LI ? LI->getLoopFor(InitBB) : nullptr; in findForwardJoinPoint() local 518 const Loop *L = LI->getLoopFor(ToBB); in findForwardJoinPoint() local 555 const Loop *L = LI ? LI->getLoopFor(InitBB) : nullptr; in findBackwardJoinPoint() local 752 MustBeExecutedContextPrinterPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 100 if (const auto **M = llvm::any_cast<const Module *>(&IR)) in runAfterPass() local 106 else if (const auto **L = llvm::any_cast<const Loop *>(&IR)) in runAfterPass() local 112 void PseudoProbeVerifier::runAfterPass(const Module *M) { in runAfterPass() 131 void PseudoProbeVerifier::runAfterPass(const Loop *L) { in runAfterPass() 307 Module *M = F->getParent(); in computeProbeId() local 345 Module *M = F.getParent(); in instrumentOneFunc() local 454 PreservedAnalyses SampleProfileProbePass::run(Module &M, in run() 503 PreservedAnalyses PseudoProbeUpdatePass::run(Module &M, in run()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/ |
H A D | llvm-diff.cpp | 36 std::unique_ptr<Module> M = parseIRFile(Name, Diag, Context); in readModule() local 42 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal() argument
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 65 const AliasMatchingData &M, in matchAliasCondition() argument 126 const AliasMatchingData &M) { in matchAliasPatterns() argument 130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 173 auto L = Last.range(SM); in range() local 251 const Token *L = ExpandedTokens.data() + B->getSecond(); in expandedTokens() local 284 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in spelledForExpandedToken() 313 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) { in mappingStartingBeforeSpelled() 496 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionStartingAt() argument 513 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionsOverlapping() local 592 Lexer L(SM.getLocForStartOfFile(FR.file()), LO, SrcBuffer.data(), in tokenize() local 859 const char *L = in diagnoseAdvanceFailure() local 964 for (auto &M : File.Mappings) { in dumpForTests() local
|