Home
last modified time | relevance | path

Searched refs:prh (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimppixelrgn.c687 prh->pr = pr; in gimp_pixel_rgns_register2()
795 if ((prh->pr->x - prh->startx) >= pri->region_width) in gimp_pixel_rgns_process()
797 prh->pr->x = prh->startx; in gimp_pixel_rgns_process()
823 if (prh->pr) in gimp_get_portion_width()
826 if ((prh->pr->x - prh->startx) >= pri->region_width) in gimp_get_portion_width()
865 if (prh->pr) in gimp_get_portion_height()
868 if ((prh->pr->y - prh->starty) >= pri->region_height) in gimp_get_portion_height()
952 prh->pr->rowstride = tile->ewidth * prh->pr->bpp; in gimp_pixel_rgn_configure()
958 prh->pr->data = (prh->original_data + in gimp_pixel_rgn_configure()
959 prh->pr->y * prh->pr->rowstride + in gimp_pixel_rgn_configure()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dladspa_plugin.cc191 ret = prh[port].LowerBound; in _default_value()
197 ret = prh[port].LowerBound * 0.75f + prh[port].UpperBound * 0.25f; in _default_value()
202 ret = prh[port].LowerBound * 0.5f + prh[port].UpperBound * 0.5f; in _default_value()
207 ret = prh[port].LowerBound * 0.25f + prh[port].UpperBound * 0.75f; in _default_value()
212 ret = prh[port].UpperBound; in _default_value()
245 ret = prh[port].LowerBound; in _default_value()
259 ret = prh[port].UpperBound; in _default_value()
270 if (prh[port].LowerBound < 0 && prh[port].UpperBound > 0) { in _default_value()
272 } else if (prh[port].LowerBound < 0 && prh[port].UpperBound < 0) { in _default_value()
273 ret = prh[port].UpperBound; in _default_value()
[all …]
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Ddouble-extended.h353 #define Add12_ext(prh, prl, a, b) \ argument
357 *prh = _a + _b; \
358 _z = *prh - _a; \
394 Add22_ext(prh,prl, ch,cl, *prh, *prl); \
414 #define Mul22_ext( prh,prl, ah,al, bh,bl ) \
444 Add22_ext(prh,prl, ch,cl, *prh, *prl); \
447 #define FMA22_ext( prh,prl, ah,al, bh,bl, ch,cl) \ argument
471 #define Div22_ext(prh,prl,xh,xl,yh,yl) \ argument
481 Add12(prh,prl, ch, cl) ; \
485 #define Add22_ext(prh,prl,xh,xl,yh,yl) \ argument
[all …]
/dports/math/crlibm/crlibm-1.0beta4/
H A Ddouble-extended.h353 #define Add12_ext(prh, prl, a, b) \ argument
357 *prh = _a + _b; \
358 _z = *prh - _a; \
394 Add22_ext(prh,prl, ch,cl, *prh, *prl); \
414 #define Mul22_ext( prh,prl, ah,al, bh,bl ) \
444 Add22_ext(prh,prl, ch,cl, *prh, *prl); \
447 #define FMA22_ext( prh,prl, ah,al, bh,bl, ch,cl) \ argument
471 #define Div22_ext(prh,prl,xh,xl,yh,yl) \ argument
481 Add12(prh,prl, ch, cl) ; \
485 #define Add22_ext(prh,prl,xh,xl,yh,yl) \ argument
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Ddouble-extended.h378 #define Add12_ext(prh, prl, a, b) \ argument
382 *prh = _a + _b; \
383 _z = *prh - _a; \
419 Add22_ext(prh,prl, ch,cl, *prh, *prl); \
439 #define Mul22_ext( prh,prl, ah,al, bh,bl ) \
469 Add22_ext(prh,prl, ch,cl, *prh, *prl); \
472 #define FMA22_ext( prh,prl, ah,al, bh,bl, ch,cl) \ argument
496 #define Div22_ext(prh,prl,xh,xl,yh,yl) \ argument
506 Add12(prh,prl, ch, cl) ; \
510 #define Add22_ext(prh,prl,xh,xl,yh,yl) \ argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = Integer.valueOf(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 Integer.valueOf(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/
H A DPhantomHelper.java101 PRHelper prh = (PRHelper) rq.remove(1000); in checkAllHashCodes() local
103 if (prh != null) { in checkAllHashCodes()
104 Integer ik = new Integer(prh.getReferentHashCode()); in checkAllHashCodes()
109 == prh.getReferentHashCode()) { in checkAllHashCodes()
113 new Integer(prh.getReferentHashCode())); in checkAllHashCodes()
117 prh.clear(); in checkAllHashCodes()
123 prh = null; in checkAllHashCodes()
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra-pcnfs.c45 struct pr_auth_args *prh; in start_pcnfs() local
56 prh = (struct pr_auth_args *)(pkt + LEN_HDR_RPC + LEN_AUTH_UNIX); in start_pcnfs()
64 prh->len_clnt = htonl(63); in start_pcnfs()
65 prh->len_id = htonl(31); in start_pcnfs()
66 prh->len_passwd = htonl(63); in start_pcnfs()
67 prh->len_comments = htonl(254); in start_pcnfs()
69 strcpy(prh->comments, " Hydra - THC password cracker - visit " in start_pcnfs()
72 strcpy(prh->name, "localhost"); in start_pcnfs()
74 ptr = prh->id; in start_pcnfs()
80 ptr = prh->passwd; in start_pcnfs()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dplugin.cpp353 prh.HintDescriptor = 0; in prepare()
364 prh.LowerBound = pp.min; in prepare()
365 prh.UpperBound = pp.max; in prepare()
368 prh.HintDescriptor |= LADSPA_HINT_TOGGLED; in prepare()
373 prh.HintDescriptor |= LADSPA_HINT_INTEGER; in prepare()
392 prh.HintDescriptor &= ~LADSPA_HINT_DEFAULT_MASK; in prepare()
394 prh.HintDescriptor |= LADSPA_HINT_DEFAULT_1; in prepare()
396 prh.HintDescriptor |= LADSPA_HINT_DEFAULT_100; in prepare()
398 prh.HintDescriptor |= LADSPA_HINT_DEFAULT_440; in prepare()
400 prh.HintDescriptor |= LADSPA_HINT_DEFAULT_0; in prepare()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java104 PRHelper prh = new PRHelper(tmp, rq); in run() local
105 prh.setReferentHashCode(tmp.hashCode()); in run()
106 alPhantomRefs.add(prh); in run()
107 prh = null; in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java104 PRHelper prh = new PRHelper(tmp, rq); in run() local
105 prh.setReferentHashCode(tmp.hashCode()); in run()
106 alPhantomRefs.add(prh); in run()
107 prh = null; in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java103 PRHelper prh = new PRHelper(tmp, rq); in run() local
104 prh.setReferentHashCode(tmp.hashCode()); in run()
105 alPhantomRefs.add(prh); in run()
106 prh = null; in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java103 PRHelper prh = new PRHelper(tmp, rq); in run() local
104 prh.setReferentHashCode(tmp.hashCode()); in run()
105 alPhantomRefs.add(prh); in run()
106 prh = null; in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java103 PRHelper prh = new PRHelper(tmp, rq); in run() local
104 prh.setReferentHashCode(tmp.hashCode()); in run()
105 alPhantomRefs.add(prh); in run()
106 prh = null; in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java104 PRHelper prh = new PRHelper(tmp, rq); in run() local
105 prh.setReferentHashCode(tmp.hashCode()); in run()
106 alPhantomRefs.add(prh); in run()
107 prh = null; in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java104 PRHelper prh = new PRHelper(tmp, rq); in run() local
105 prh.setReferentHashCode(tmp.hashCode()); in run()
106 alPhantomRefs.add(prh); in run()
107 prh = null; in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceTest/
H A DPhantomReferenceTest.java104 PRHelper prh = new PRHelper(tmp, rq); in run() local
105 prh.setReferentHashCode(tmp.hashCode()); in run()
106 alPhantomRefs.add(prh); in run()
107 prh = null; in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceEvilTest/
H A DPhantomReferenceEvilTest.java124 PRHelper prh = new PRHelper(tmp, rq); in run() local
125 prh.setReferentHashCode(tmp.hashCode()); in run()
126 alPhantomRefs.add(prh); in run()
133 prh = null; in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/PhantomReferenceEvilTest/
H A DPhantomReferenceEvilTest.java124 PRHelper prh = new PRHelper(tmp, rq); in run() local
125 prh.setReferentHashCode(tmp.hashCode()); in run()
126 alPhantomRefs.add(prh); in run()
133 prh = null; in run()

12345678910>>...13