/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/ |
H A D | PatchEngine.h | 23 struct PatchEntry struct 25 PatchEntry() = default; 26 PatchEntry(PatchType t, u32 addr, u32 value_) : type(t), address(addr), value(value_) {} in PatchEntry() function 35 std::vector<PatchEntry> entries; argument
|
H A D | PatchEngine.cpp | 104 PatchEntry pE; in LoadPatchSection() 190 for (const PatchEntry& entry : patch.entries) in ApplyPatches()
|
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/ |
H A D | NewPatchDialog.h | 15 struct PatchEntry; 36 QGroupBox* CreateEntry(PatchEngine::PatchEntry& entry);
|
H A D | NewPatchDialog.cpp | 87 static bool PatchEq(const PatchEngine::PatchEntry& a, const PatchEngine::PatchEntry& b) in PatchEq() 101 QGroupBox* NewPatchDialog::CreateEntry(PatchEngine::PatchEntry& entry) in CreateEntry() 175 [entry](const PatchEngine::PatchEntry& e) { return PatchEq(e, entry); })); in CreateEntry()
|
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/fastdeploy/deploypatchgenerator/ |
H A D | deploy_patch_generator.cpp | 98 struct PatchEntry { struct 103 static void WritePatchEntry(const PatchEntry& patchEntry, borrowed_fd input, borrowed_fd output, in WritePatchEntry() argument 142 PatchEntry patchEntry; in GeneratePatch()
|
/dports/emulators/hugo/hugo-2.12/ |
H A D | pce.h | 277 } PatchEntry; typedef 314 PatchEntry *patch;
|
H A D | hcd.c | 397 (PatchEntry *) malloc (sizeof (PatchEntry) in fill_HCD_info()
|
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/ |
H A D | InputStream.cs | 2752 protected struct PatchEntry struct in Ice.InputStream.EncapsDecoder 2754 public PatchEntry(System.Action<Value> cb, int classGraphDepth) in PatchEntry() argument 2923 _patchMap = new Dictionary<int, LinkedList<PatchEntry>>(); in addPatchEntry() 2931 LinkedList<PatchEntry> l; in addPatchEntry() 2938 l = new LinkedList<PatchEntry>(); in addPatchEntry() 2945 l.AddLast(new PatchEntry(cb, _classGraphDepth)); in addPatchEntry() 2966 LinkedList<PatchEntry> l; in unmarshal() 2974 foreach(PatchEntry entry in l) in unmarshal() 3043 protected Dictionary<int, LinkedList<PatchEntry>> _patchMap; 3338 LinkedList<PatchEntry> l; in readInstance() [all …]
|
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/ |
H A D | InputStream.cs | 2752 protected struct PatchEntry struct in Ice.InputStream.EncapsDecoder 2754 public PatchEntry(System.Action<Value> cb, int classGraphDepth) in PatchEntry() method 2923 _patchMap = new Dictionary<int, LinkedList<PatchEntry>>(); in addPatchEntry() 2931 LinkedList<PatchEntry> l; in addPatchEntry() 2938 l = new LinkedList<PatchEntry>(); in addPatchEntry() 2945 l.AddLast(new PatchEntry(cb, _classGraphDepth)); in addPatchEntry() 2966 LinkedList<PatchEntry> l; in unmarshal() 2974 foreach(PatchEntry entry in l) in unmarshal() 3043 protected Dictionary<int, LinkedList<PatchEntry>> _patchMap; 3338 LinkedList<PatchEntry> l; in readInstance() [all …]
|
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/ |
H A D | InputStream.cs | 2752 protected struct PatchEntry struct in Ice.InputStream.EncapsDecoder 2754 public PatchEntry(System.Action<Value> cb, int classGraphDepth) in PatchEntry() argument 2923 _patchMap = new Dictionary<int, LinkedList<PatchEntry>>(); in addPatchEntry() 2931 LinkedList<PatchEntry> l; in addPatchEntry() 2938 l = new LinkedList<PatchEntry>(); in addPatchEntry() 2945 l.AddLast(new PatchEntry(cb, _classGraphDepth)); in addPatchEntry() 2966 LinkedList<PatchEntry> l; in unmarshal() 2974 foreach(PatchEntry entry in l) in unmarshal() 3043 protected Dictionary<int, LinkedList<PatchEntry>> _patchMap; 3338 LinkedList<PatchEntry> l; in readInstance() [all …]
|
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/ |
H A D | InputStream.h | 1279 struct PatchEntry struct 1285 typedef std::vector<PatchEntry> PatchList; argument
|
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/ |
H A D | InputStream.h | 1279 struct PatchEntry struct 1285 typedef std::vector<PatchEntry> PatchList; argument
|
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/ |
H A D | InputStream.h | 1279 struct PatchEntry struct 1285 typedef std::vector<PatchEntry> PatchList; argument
|
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/ |
H A D | InputStream.cpp | 1851 PatchEntry e; in addPatchEntry()
|
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/ |
H A D | InputStream.cpp | 1851 PatchEntry e; in addPatchEntry()
|
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/ |
H A D | InputStream.cpp | 1851 PatchEntry e; in addPatchEntry()
|