Home
last modified time | relevance | path

Searched defs:findm (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A Ddebug.cpp565 extern "C" Method* findm(intptr_t pc) { in findm() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Ddebug.cpp630 extern "C" Method* findm(intptr_t pc) { in findm() function
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Ddebug.cpp630 extern "C" Method* findm(intptr_t pc) { in findm() function
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplineoverlap.c446 static void MListReplaceMonotonic(struct mlist * input, struct monotonic * findm, struct monotonic … in MListReplaceMonotonic()
453 static void MListReplaceMonotonicT(struct mlist * input, struct monotonic * findm, int isend, exten… in MListReplaceMonotonicT()
475 static void MListRemoveMonotonic(struct mlist ** base_pointer, struct monotonic * findm, int isend)… in MListRemoveMonotonic()