Home
last modified time | relevance | path

Searched +defs:M +defs:G (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dvring.rs23 type G: Deref<Target = VringState<M>>; typedef
29 type G: DerefMut<Target = VringState<M>>; typedef
36 fn new(mem: M, max_queue_size: u16) -> Result<Self, VirtQueError> in new()
41 fn get_ref(&self) -> <Self as VringStateGuard<M>>::G; in get_ref()
44 fn get_mut(&self) -> <Self as VringStateMutGuard<M>>::G; in get_mut()
121 fn new(mem: M, max_queue_size: u16) -> Result<Self, VirtQueError> { in new()
278 fn lock(&self) -> MutexGuard<VringState<M>> { in lock()
284 type G = MutexGuard<'a, VringState<M>>; typedef
288 type G = MutexGuard<'a, VringState<M>>; typedef
292 fn new(mem: M, max_queue_size: u16) -> Result<Self, VirtQueError> { in new()
[all …]
/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-vfvb-alignment.cpp198 struct G : B2, B6, virtual B1 { int a; G() : a(0xf0000010) {} }; in G() struct
352 struct M : virtual K { int a; M() : a(0xf0000015) {} virtual void f() { printf("M"); } }; in f() struct
H A Dms-x86-empty-virtual-base.cpp212 struct G : virtual C0, virtual B0, virtual B1, D0, virtual C1 { struct
214 G() : a(0xf0000010) {printf("X : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} in G() function
220 // CHECK-NEXT: 0 | struct G argument
400 struct M : virtual B1, virtual B2, virtual D1, virtual B3, virtual B4 { struct
402 M() : a(0xf0000015) {printf("X : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} in M() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp476 const MachineFunction *MF, const Module *M, in printMemOperand()
487 const SelectionDAG *G) { in printMemOperand()
640 } else if (const SrcValueSDNode *M = dyn_cast<SrcValueSDNode>(this)) { in print_details() local
723 } else if (const MemSDNode* M = dyn_cast<MemSDNode>(this)) { in print_details() local
812 static bool shouldPrintInline(const SDNode &Node, const SelectionDAG *G) { in shouldPrintInline()
823 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes()
870 static bool printOperand(raw_ostream &OS, const SelectionDAG *G, in printOperand()
892 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
930 const SelectionDAG *G, unsigned depth, in printrWithDepthHelper()
951 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp529 const MachineFunction *MF, const Module *M, in printMemOperand()
540 const SelectionDAG *G) { in printMemOperand()
690 } else if (const SrcValueSDNode *M = dyn_cast<SrcValueSDNode>(this)) { in print_details() local
804 } else if (const MemSDNode *M = dyn_cast<MemSDNode>(this)) { in print_details() local
907 static bool shouldPrintInline(const SDNode &Node, const SelectionDAG *G) { in shouldPrintInline()
918 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes()
963 static bool printOperand(raw_ostream &OS, const SelectionDAG *G, in printOperand()
987 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
1025 const SelectionDAG *G, unsigned depth, in printrWithDepthHelper()
1043 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp967 bind(RT(*fptr)(A, B, C, D, E, F, G)) in bind() argument
1019 bind(RT(*fptr)(A, B, C, D, E, F, G, H)) in bind() argument
1071 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I)) in bind() argument
1121 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J)) in bind() argument
1174 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K)) in bind() argument
1227 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L)) in bind() argument
1276 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M)) in bind() argument
1324 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M, N)) in bind() argument
1372 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)) in bind() argument
1979 bind(RT(ClassT::*fptr)(A, B, C, D, E, F, G)) in bind() argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/
Djquery-1.3.2.min.js12 …=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context… variable
19M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.s… argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp306 bool runOnModule(Module &M) override { in runOnModule()
325 PreservedAnalyses MergeFunctionsPass::run(Module &M, in run()
411 bool MergeFunctions::runOnModule(Module &M) { in runOnModule()
534 void MergeFunctions::eraseTail(Function *G) { in eraseTail()
680 void MergeFunctions::writeThunk(Function *F, Function *G) { in writeThunk()
771 void MergeFunctions::writeAlias(Function *F, Function *G) { in writeAlias()
797 bool MergeFunctions::writeThunkOrAlias(Function *F, Function *G) { in writeThunkOrAlias()
810 void MergeFunctions::mergeTwoFunctions(Function *F, Function *G) { in mergeTwoFunctions()
883 Function *G) { in replaceFunctionInTree()
902 static bool isFuncOrderCorrect(const Function *F, const Function *G) { in isFuncOrderCorrect()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp306 bool runOnModule(Module &M) override { in runOnModule()
325 PreservedAnalyses MergeFunctionsPass::run(Module &M, in run()
411 bool MergeFunctions::runOnModule(Module &M) { in runOnModule()
531 void MergeFunctions::eraseTail(Function *G) { in eraseTail()
681 void MergeFunctions::writeThunk(Function *F, Function *G) { in writeThunk()
767 void MergeFunctions::writeAlias(Function *F, Function *G) { in writeAlias()
789 bool MergeFunctions::writeThunkOrAlias(Function *F, Function *G) { in writeThunkOrAlias()
802 void MergeFunctions::mergeTwoFunctions(Function *F, Function *G) { in mergeTwoFunctions()
866 Function *G) { in replaceFunctionInTree()
885 static bool isFuncOrderCorrect(const Function *F, const Function *G) { in isFuncOrderCorrect()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp65 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run()
138 ModuleToPostOrderCGSCCPassAdaptor::run(Module &M, ModuleAnalysisManager &AM) { in run()
581 Module &M, const PreservedAnalyses &PA, in invalidate()
654 CGSCCAnalysisManagerModuleProxy::run(Module &M, ModuleAnalysisManager &AM) { in run()
674 Module &M = *C.begin()->getFunction().getParent(); in run() local
771 LazyCallGraph &G, in updateNewSCCFunctionAnalyses()
814 incorporateNewSCCRange(const SCCRangeT &NewSCCRange, LazyCallGraph &G, in incorporateNewSCCRange()
876 LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, in updateCGAndAnalysisManagerForPass()
1209 LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, in updateCGAndAnalysisManagerForFunctionPass()
1216 LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, in updateCGAndAnalysisManagerForCGSCCPass()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp561 bool runOnModule(Module &M) override { in runOnModule()
739 ModuleAddressSanitizer(Module &M, const GlobalsMetadata *GlobalsMD, in ModuleAddressSanitizer()
846 bool runOnModule(Module &M) override { in runOnModule()
1126 GlobalsMetadata::GlobalsMetadata(Module &M) { in GlobalsMetadata()
1158 GlobalsMetadata ASanGlobalsMetadataAnalysis::run(Module &M, in run()
1172 Module &M = *F.getParent(); in run() local
1194 PreservedAnalyses ModuleAddressSanitizerPass::run(Module &M, in run()
1251 static GlobalVariable *createPrivateGlobalForSourceLoc(Module &M, in createPrivateGlobalForSourceLoc()
1267 static bool GlobalWasGeneratedByCompiler(GlobalVariable *G) { in GlobalWasGeneratedByCompiler()
1470 bool AddressSanitizer::GlobalIsLinkerInitialized(GlobalVariable *G) { in GlobalIsLinkerInitialized()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp55 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run()
132 Module &M, const PreservedAnalyses &PA, in invalidate()
205 CGSCCAnalysisManagerModuleProxy::run(Module &M, ModuleAnalysisManager &AM) { in run()
227 Module &M = *C.begin()->getFunction().getParent(); in run() local
322 LazyCallGraph &G, in updateNewSCCFunctionAnalyses()
366 incorporateNewSCCRange(const SCCRangeT &NewSCCRange, LazyCallGraph &G, in incorporateNewSCCRange()
427 LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, in updateCGAndAnalysisManagerForFunctionPass()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp41 static void copyLinkageVisibility(Module &M, in copyLinkageVisibility()
63 bool LowerEmuTLS::runOnModule(Module &M) { in runOnModule()
77 for (const auto &G : M.globals()) { in runOnModule() local
81 for (const auto *const G : TlsVars) in runOnModule() local
86 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp41 static void copyLinkageVisibility(Module &M, in copyLinkageVisibility()
62 bool LowerEmuTLS::runOnModule(Module &M) { in runOnModule()
76 for (const auto &G : M.globals()) { in runOnModule() local
80 for (const auto G : TlsVars) in runOnModule() local
85 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp42 static void copyLinkageVisibility(Module &M, in copyLinkageVisibility()
65 bool LowerEmuTLS::runOnModule(Module &M) { in runOnModule()
74 for (const auto &G : M.globals()) { in runOnModule() local
78 for (const auto G : TlsVars) in runOnModule() local
83 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
/aosp_15_r20/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp175 std::unique_ptr<Module> M = parseAssemblyFile(Filename, Err, Context); in readAssembly() local
181 ValueMapping::ValueMapping(const Module &M) { in ValueMapping()
190 for (const GlobalVariable &G : M.globals()) in ValueMapping() local
200 for (const GlobalVariable &G : M.globals()) in ValueMapping() local
258 static void debugValue(const ValueMapping &M, unsigned I, StringRef Desc) { in debugValue()
304 const ValueMapping &M) { in matches()
344 static void verifyAfterRoundTrip(const Module &M, in verifyAfterRoundTrip()
354 static void verifyBitcodeUseListOrder(const Module &M) { in verifyBitcodeUseListOrder()
366 static void verifyAssemblyUseListOrder(const Module &M) { in verifyAssemblyUseListOrder()
378 static void verifyUseListOrder(const Module &M) { in verifyUseListOrder()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/either/src/
Dlib.rs333 pub fn map_left<F, M>(self, f: F) -> Either<M, R> in map_left()
335 F: FnOnce(L) -> M, in map_left()
382 pub fn map_either<F, G, M, S>(self, f: F, g: G) -> Either<M, S> in map_either() argument
384 F: FnOnce(L) -> M, in map_either()
413 pub fn map_either_with<Ctx, F, G, M, S>(self, ctx: Ctx, f: F, g: G) -> Either<M, S> in map_either_with() argument
415 F: FnOnce(Ctx, L) -> M, in map_either_with()
440 pub fn either<F, G, T>(self, f: F, g: G) -> T in either() argument
470 pub fn either_with<Ctx, F, G, T>(self, ctx: Ctx, f: F, g: G) -> T in either_with() argument
1085 pub fn map<F, M>(self, f: F) -> Either<M, M> in map()
1087 F: FnOnce(T) -> M, in map()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/either-1.11.0/src/
H A Dlib.rs333 pub fn map_left<F, M>(self, f: F) -> Either<M, R> in map_left()
335 F: FnOnce(L) -> M, in map_left()
382 pub fn map_either<F, G, M, S>(self, f: F, g: G) -> Either<M, S> in map_either() argument
384 F: FnOnce(L) -> M, in map_either()
413 pub fn map_either_with<Ctx, F, G, M, S>(self, ctx: Ctx, f: F, g: G) -> Either<M, S> in map_either_with() argument
415 F: FnOnce(Ctx, L) -> M, in map_either_with()
440 pub fn either<F, G, T>(self, f: F, g: G) -> T in either() argument
470 pub fn either_with<Ctx, F, G, T>(self, ctx: Ctx, f: F, g: G) -> T in either_with() argument
1085 pub fn map<F, M>(self, f: F) -> Either<M, M> in map()
1087 F: FnOnce(T) -> M, in map()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp483 } else if (const SrcValueSDNode *M = dyn_cast<SrcValueSDNode>(this)) { in print_details() local
525 } else if (const MemSDNode* M = dyn_cast<MemSDNode>(this)) { in print_details() local
582 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes()
616 static bool printOperand(raw_ostream &OS, const SelectionDAG *G, in printOperand()
636 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
673 const SelectionDAG *G, unsigned depth, in printrWithDepthHelper()
694 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth()
704 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const { in dumprWithDepth() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp50 auto *G = cloneGlobalVariableDecl(*A.getParent(), in extractSubModule() local
62 NewTSM.withModuleDo([&](Module &M) { in extractSubModule()
141 TSM.withModuleDo([&](Module &M) { in emit()
214 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
236 const Module &M = *(*Partition.begin())->getParent(); in expandPartition() local
252 for (auto &G : M.globals()) in expandPartition() local
272 TSM.withModuleDo([&](Module &M) { in emitPartition()
285 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
319 TSM.withModuleDo([&](Module &M) -> Expected<ThreadSafeModule> { in emitPartition()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp46 auto *G = cloneGlobalVariableDecl(*A.getParent(), in extractSubModule() local
58 NewTSM.withModuleDo([&](Module &M) { in extractSubModule()
139 TSM.withModuleDo([&](Module &M) { in emit()
197 void CompileOnDemandLayer::cleanUpModule(Module &M) { in cleanUpModule()
219 const Module &M = *(*Partition.begin())->getParent(); in expandPartition() local
235 for (auto &G : M.globals()) in expandPartition() local
261 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
288 TSM.withModuleDo([&](Module &M) -> Expected<ThreadSafeModule> { in emitPartition()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp779 ModuleAddressSanitizer(Module &M, bool CompileKernel = false, in ModuleAddressSanitizer()
1150 PreservedAnalyses AddressSanitizerPass::run(Module &M, in run()
1186 static bool GlobalWasGeneratedByCompiler(GlobalVariable *G) { in GlobalWasGeneratedByCompiler()
1391 bool AddressSanitizer::GlobalIsLinkerInitialized(GlobalVariable *G) { in GlobalIsLinkerInitialized()
1493 GlobalVariable *G = dyn_cast<GlobalVariable>(getUnderlyingObject(Addr)); in instrumentMop() local
1614 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in instrumentAddress() local
1714 Module &M, GlobalValue *ModuleName) { in createInitializerPoisonCalls()
1932 void ModuleAddressSanitizer::initializeCallbacks(Module &M) { in initializeCallbacks()
1965 GlobalVariable *G, GlobalVariable *Metadata, StringRef InternalSuffix) { in SetComdatForGlobalMetadata()
1966 Module &M = *G->getParent(); in SetComdatForGlobalMetadata() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/
Dmod.rs190 fn check_range(&self, m: &M, start: usize, len: usize, clean: bool) -> bool { in check_range()
200 bytes: &M, in test_access()
206 Op: Fn(&M, A), in test_access()
227 pub fn test_bytes<F, G, M, A>(bytes: &M, check_range_fn: F, address_fn: G, step: usize) in test_bytes() argument
229 F: Fn(&M, usize, usize, bool) -> bool, in test_bytes()
334 pub fn test_guest_memory_and_region<M, F>(f: F) in test_guest_memory_and_region()
337 F: Fn() -> M, in test_guest_memory_and_region()
385 pub fn test_volatile_memory<M: VolatileMemory>(m: &M) { in test_volatile_memory()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DMod.java77 int[] G = new int[len30]; in modOddInverse() local
78 int[] M = new int[len30]; in modOddInverse() local
126 int[] G = new int[len30]; in modOddInverseVar() local
127 int[] M = new int[len30]; in modOddInverseVar() local
242 private static int add30(int len30, int[] D, int[] M) in add30()
274 private static void cnormalize30(int len30, int condNegate, int[] D, int[] M) in cnormalize30()
484 private static void updateDE30(int len30, int[] D, int[] E, int[] t, int m0Inv32, int[] M) in updateDE30()
548 private static void updateFG30(int len30, int[] F, int[] G, int[] t) in updateFG30()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
H A DMod.java81 int[] G = new int[len30]; in modOddInverse() local
82 int[] M = new int[len30]; in modOddInverse() local
130 int[] G = new int[len30]; in modOddInverseVar() local
131 int[] M = new int[len30]; in modOddInverseVar() local
246 private static int add30(int len30, int[] D, int[] M) in add30()
278 private static void cnormalize30(int len30, int condNegate, int[] D, int[] M) in cnormalize30()
488 private static void updateDE30(int len30, int[] D, int[] E, int[] t, int m0Inv32, int[] M) in updateDE30()
552 private static void updateFG30(int len30, int[] F, int[] G, int[] t) in updateFG30()

12345678910>>...24