Home
last modified time | relevance | path

Searched defs:findStart (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DLabelFormatter.cpp387 int findStart = -1; in SplitMask() local
409 int findStart = -1; in AssembleMask() local
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/framework/
H A DConnector.java38 public abstract Point findStart(ConnectionFigure connection); in findStart() method
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/connectors/
H A DhdChopBoxConnector.cpp52 hdPoint hdChopBoxConnector::findStart(int posIdx, hdLineConnection *connFigure) in findStart() function in hdChopBoxConnector
H A DhdIConnector.cpp58 hdPoint hdIConnector::findStart(int posIdx, hdLineConnection *connection) in findStart() function in hdIConnector
H A DhdLocatorConnector.cpp52 hdPoint hdLocatorConnector::findStart(int posIdx, hdLineConnection *connection) in findStart() function in hdLocatorConnector
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/
H A DMemBlockInfo.cpp106 slab = Split(slab, addr - slab->start); in recheck()
131 return false; in getLineAddress()
132 }
133
134 bool MemSlabMap::Find(MemBlockFlags flags, uint32_t addr, uint32_t size, std::vector<MemBlockInfo> …
187 for (Slab *slab = first_; slab != nullptr; slab = slab->next) in getTotalSize()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/
H A DDisassemblyManager.h106 int getLineNum(u32 address, bool findStart) override { return (address - this->address) / 4; }; in getLineNum()
129 int getLineNum(u32 address, bool findStart) override { return 0; }; in getLineNum()
186 int getLineNum(u32 address, bool findStart) override { return 0; }; in getLineNum()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Debugger/
H A DDisassemblyManager.h106 int getLineNum(u32 address, bool findStart) override { return (address - this->address) / 4; }; in getLineNum()
129 int getLineNum(u32 address, bool findStart) override { return 0; }; in getLineNum()
186 int getLineNum(u32 address, bool findStart) override { return 0; }; in getLineNum()
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/standard/
H A DChopBoxConnector.java32 public Point findStart(ConnectionFigure connection) { in findStart() method in ChopBoxConnector
H A DAbstractConnector.java53 public Point findStart(ConnectionFigure connection) { in findStart() method in AbstractConnector
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/schemas/
H A Dquote.go104 func findStart(value string, start int) int { func
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellToolBase_p.h91 QPoint findStart; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java84 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java84 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/figures/
H A DShortestDistanceConnector.java36 public Point findStart(ConnectionFigure connection) { in findStart() method in ShortestDistanceConnector
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java85 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java85 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java87 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java87 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java87 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java85 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java85 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java85 public Address findStart(Address p) { in findStart() method in CodeHeap
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java408 private int findStart(byte type, byte[] block) in findStart() method in PKCS1Encoding
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java405 private int findStart(byte type, byte[] block) in findStart() method in PKCS1Encoding

12