/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/pythonqt/src/ |
H A D | PythonQtStdDecorators.h | 61 QVariant new_QSize(const QSize& o) { QSize a = o; return a; } in new_QSize() local 62 QVariant new_QSizeF(const QSizeF& o) { QSizeF a = o; return a; } in new_QSizeF() local 63 QVariant new_QPoint(const QPoint& o) { QPoint a = o; return a; } in new_QPoint() local 64 QVariant new_QPointF(const QPointF& o) { QPointF a = o; return a; } in new_QPointF() local 65 QVariant new_QRect(const QRect& o) { QRect a = o; return a; } in new_QRect() local 66 QVariant new_QRectF(const QRectF& o) { QRectF a = o; return a; } in new_QRectF() local 67 QVariant new_QDate(const QDate& o) { QDate a = o; return a; } in new_QDate() local 68 QVariant new_QDateTime(const QDateTime& o) { QDateTime a = o; return a; } in new_QDateTime() local 69 QVariant new_QTime(const QTime& o) { QTime a = o; return a; } in new_QTime() local
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/ |
H A D | printk.h | 12 #define nv_printk(o,l,f,a...) do { \ argument 17 #define nv_fatal(o,f,a...) nv_printk((o), FATAL, f, ##a) argument 18 #define nv_error(o,f,a...) nv_printk((o), ERROR, f, ##a) argument 19 #define nv_warn(o,f,a...) nv_printk((o), WARN, f, ##a) argument 20 #define nv_info(o,f,a...) nv_printk((o), INFO, f, ##a) argument 21 #define nv_debug(o,f,a...) nv_printk((o), DEBUG, f, ##a) argument 22 #define nv_trace(o,f,a...) nv_printk((o), TRACE, f, ##a) argument 23 #define nv_spam(o,f,a...) nv_printk((o), SPAM, f, ##a) argument 25 #define nv_assert(f,a...) do { \ argument
|
/dports/math/vtk6/VTK-6.2.0/Wrapping/PythonCore/ |
H A D | vtkPythonArgs.cxx | 48 bool vtkPythonGetValue(PyObject *o, long &a) in vtkPythonGetValue() 90 bool vtkPythonGetLongLongValue(PyObject *o, T &a) in vtkPythonGetLongLongValue() 270 bool vtkPythonGetValue(PyObject *o, void *&a) in vtkPythonGetValue() 291 bool vtkPythonGetValue(PyObject *o, char *&a) in vtkPythonGetValue() 329 bool vtkPythonGetValue(PyObject *o, char &a) in vtkPythonGetValue() 346 bool vtkPythonGetValue(PyObject *o, bool &a) in vtkPythonGetValue() 354 bool vtkPythonGetValue(PyObject *o, float &a) in vtkPythonGetValue() 361 bool vtkPythonGetValue(PyObject *o, double &a) in vtkPythonGetValue() 402 bool vtkPythonGetValue(PyObject *o, short &a) in vtkPythonGetValue() 437 bool vtkPythonGetValue(PyObject *o, int &a) in vtkPythonGetValue() [all …]
|
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/PythonQt/src/ |
H A D | PythonQtStdDecorators.h | 58 QVariant new_QSize(const QSize& o) { QSize a = o; return a; } in new_QSize() local 59 QVariant new_QSizeF(const QSizeF& o) { QSizeF a = o; return a; } in new_QSizeF() local 60 QVariant new_QPoint(const QPoint& o) { QPoint a = o; return a; } in new_QPoint() local 61 QVariant new_QPointF(const QPointF& o) { QPointF a = o; return a; } in new_QPointF() local 62 QVariant new_QRect(const QRect& o) { QRect a = o; return a; } in new_QRect() local 63 QVariant new_QRectF(const QRectF& o) { QRectF a = o; return a; } in new_QRectF() local
|
/dports/math/vtk8/VTK-8.2.0/Wrapping/PythonCore/ |
H A D | vtkPythonArgs.cxx | 47 bool vtkPythonGetValue(PyObject *o, long &a) in vtkPythonGetValue() 56 bool vtkPythonGetValue(PyObject *o, unsigned long &a) in vtkPythonGetValue() 65 bool vtkPythonGetLongLongValue(PyObject *o, T &a) in vtkPythonGetLongLongValue() 337 bool vtkPythonGetValue(PyObject *o, const char *&a) in vtkPythonGetValue() 375 bool vtkPythonGetValue(PyObject *o, char &a) in vtkPythonGetValue() 392 bool vtkPythonGetValue(PyObject *o, bool &a) in vtkPythonGetValue() 400 bool vtkPythonGetValue(PyObject *o, float &a) in vtkPythonGetValue() 407 bool vtkPythonGetValue(PyObject *o, double &a) in vtkPythonGetValue() 448 bool vtkPythonGetValue(PyObject *o, short &a) in vtkPythonGetValue() 483 bool vtkPythonGetValue(PyObject *o, int &a) in vtkPythonGetValue() [all …]
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/types/ |
H A D | TypeSpeculation.java | 69 A a = new A(); in test1() local 118 A a = new A(); in test2() local 173 A a = new A(); in test3() local 225 A a = new A(); in test4() local 274 A a = new A(); in test5() local 318 A a = new A(); in test6() local 345 A a = new A(); in test7() local 362 static I test8_1(Object o) { in test8_1() 429 Object o = new Object(); in test10() local 459 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/types/ |
H A D | TypeSpeculation.java | 64 A a = new A(); in test1() local 113 A a = new A(); in test2() local 168 A a = new A(); in test3() local 220 A a = new A(); in test4() local 269 A a = new A(); in test5() local 313 A a = new A(); in test6() local 340 A a = new A(); in test7() local 357 static I test8_1(Object o) { in test8_1() 424 Object o = new Object(); in test10() local 454 Object o = new Object(); in test11() local [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/types/ |
H A D | TypeSpeculation.java | 64 A a = new A(); in test1() local 113 A a = new A(); in test2() local 168 A a = new A(); in test3() local 220 A a = new A(); in test4() local 269 A a = new A(); in test5() local 313 A a = new A(); in test6() local 340 A a = new A(); in test7() local 357 static I test8_1(Object o) { in test8_1() 424 Object o = new Object(); in test10() local 454 Object o = new Object(); in test11() local [all …]
|
/dports/math/vtk9/VTK-9.1.0/Wrapping/PythonCore/ |
H A D | vtkPythonArgs.cxx | 49 inline bool vtkPythonGetValue(PyObject* o, long& a) in vtkPythonGetValue() 57 inline bool vtkPythonGetValue(PyObject* o, unsigned long& a) in vtkPythonGetValue() 66 inline bool vtkPythonGetLongLongValue(PyObject* o, T& a) in vtkPythonGetLongLongValue() 316 inline bool vtkPythonGetValue(PyObject* o, const char*& a) in vtkPythonGetValue() 344 inline bool vtkPythonGetValue(PyObject* o, char& a) in vtkPythonGetValue() 360 inline bool vtkPythonGetValue(PyObject* o, bool& a) in vtkPythonGetValue() 367 inline bool vtkPythonGetValue(PyObject* o, float& a) in vtkPythonGetValue() 373 inline bool vtkPythonGetValue(PyObject* o, double& a) in vtkPythonGetValue() 409 inline bool vtkPythonGetValue(PyObject* o, short& a) in vtkPythonGetValue() 439 inline bool vtkPythonGetValue(PyObject* o, int& a) in vtkPythonGetValue() [all …]
|
/dports/graphics/tinyows/tinyows-1.1.0/src/ows/ |
H A D | ows_config.c | 35 static void ows_parse_config_tinyows(ows * o, xmlTextReaderPtr r) in ows_parse_config_tinyows() 37 xmlChar *a; in ows_parse_config_tinyows() local 130 static void ows_parse_config_contact(ows * o, xmlTextReaderPtr r) in ows_parse_config_contact() 132 xmlChar *a; in ows_parse_config_contact() local 252 xmlChar *a; in ows_parse_config_metadata() local 323 xmlChar *a; in ows_parse_config_limits() local 348 static void ows_parse_config_pg(ows * o, xmlTextReaderPtr r) in ows_parse_config_pg() 350 xmlChar *a, *v; in ows_parse_config_pg() local 412 xmlChar *a; in ows_parse_config_layer() local 586 static void ows_config_check(ows * o) in ows_config_check() [all …]
|
/dports/science/bagel/bagel-1.2.2/src/smith/ |
H A D | extrap.h | 57 void ax_plus_y(const DataType& a, const Residual<DataType>& o) { res_->ax_plus_y(a, o.res_); } in ax_plus_y() 58 …void ax_plus_y(const DataType& a, std::shared_ptr<const Residual<DataType>> o) { ax_plus_y(a, *o);… in ax_plus_y() 92 …void ax_plus_y(const DataType& a, const Amplitude<DataType>& o) { amp_->ax_plus_y(a, o.amp_); left… in ax_plus_y() 93 …void ax_plus_y(const DataType& a, std::shared_ptr<const Amplitude<DataType>> o) { ax_plus_y(a, *o)… in ax_plus_y() 95 …DataType dot_product(const Amplitude<DataType>& o) const { return detail::conj(me_->dot_product_tr… in dot_product() 96 …DataType dot_product(std::shared_ptr<const Amplitude<DataType>> o) const { return dot_product(*o);… in dot_product() 98 …DataType dot_product(const Residual<DataType>& o) const { return detail::conj(me_->dot_product_tra… in dot_product() 99 …DataType dot_product(std::shared_ptr<const Residual<DataType>> o) const { return dot_product(*o); } in dot_product() 106 void Residual<DataType>::ax_plus_y(const DataType& a, const Amplitude<DataType>& o) { res_->ax_plus… in ax_plus_y() 108 void Residual<DataType>::ax_plus_y(const DataType& a, std::shared_ptr<const Amplitude<DataType>> o)… in ax_plus_y() [all …]
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/ |
H A D | bus_space_funcs.h | 138 #define bus_space_mmap(t, a, o, p, f) \ argument 171 #define bus_space_read_multi_1(t, h, o, a, c) \ argument 173 #define bus_space_read_multi_2(t, h, o, a, c) \ argument 175 #define bus_space_read_multi_4(t, h, o, a, c) \ argument 177 #define bus_space_read_multi_8(t, h, o, a, c) \ argument 192 #define bus_space_read_region_1(t, h, o, a, c) \ argument 194 #define bus_space_read_region_2(t, h, o, a, c) \ argument 196 #define bus_space_read_region_4(t, h, o, a, c) \ argument 198 #define bus_space_read_region_8(t, h, o, a, c) \ argument 234 #define bus_space_write_multi_1(t, h, o, a, c) \ argument [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_io.h | 54 #define bcm_readb(a) (*(volatile unsigned char *) BCM_REGS_VA(a)) argument 55 #define bcm_readw(a) (*(volatile unsigned short *) BCM_REGS_VA(a)) argument 56 #define bcm_readl(a) (*(volatile unsigned int *) BCM_REGS_VA(a)) argument 57 #define bcm_readq(a) (*(volatile u64 *) BCM_REGS_VA(a)) argument 58 #define bcm_writeb(v, a) (*(volatile unsigned char *) BCM_REGS_VA((a)) = (v)) argument 59 #define bcm_writew(v, a) (*(volatile unsigned short *) BCM_REGS_VA((a)) = (v)) argument 60 #define bcm_writel(v, a) (*(volatile unsigned int *) BCM_REGS_VA((a)) = (v)) argument 61 #define bcm_writeq(v, a) (*(volatile u64 *) BCM_REGS_VA((a)) = (v)) argument 69 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument 71 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_io.h | 54 #define bcm_readb(a) (*(volatile unsigned char *) BCM_REGS_VA(a)) argument 55 #define bcm_readw(a) (*(volatile unsigned short *) BCM_REGS_VA(a)) argument 56 #define bcm_readl(a) (*(volatile unsigned int *) BCM_REGS_VA(a)) argument 57 #define bcm_readq(a) (*(volatile u64 *) BCM_REGS_VA(a)) argument 58 #define bcm_writeb(v, a) (*(volatile unsigned char *) BCM_REGS_VA((a)) = (v)) argument 59 #define bcm_writew(v, a) (*(volatile unsigned short *) BCM_REGS_VA((a)) = (v)) argument 60 #define bcm_writel(v, a) (*(volatile unsigned int *) BCM_REGS_VA((a)) = (v)) argument 61 #define bcm_writeq(v, a) (*(volatile u64 *) BCM_REGS_VA((a)) = (v)) argument 69 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument 71 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_io.h | 54 #define bcm_readb(a) (*(volatile unsigned char *) BCM_REGS_VA(a)) argument 55 #define bcm_readw(a) (*(volatile unsigned short *) BCM_REGS_VA(a)) argument 56 #define bcm_readl(a) (*(volatile unsigned int *) BCM_REGS_VA(a)) argument 57 #define bcm_readq(a) (*(volatile u64 *) BCM_REGS_VA(a)) argument 58 #define bcm_writeb(v, a) (*(volatile unsigned char *) BCM_REGS_VA((a)) = (v)) argument 59 #define bcm_writew(v, a) (*(volatile unsigned short *) BCM_REGS_VA((a)) = (v)) argument 60 #define bcm_writel(v, a) (*(volatile unsigned int *) BCM_REGS_VA((a)) = (v)) argument 61 #define bcm_writeq(v, a) (*(volatile u64 *) BCM_REGS_VA((a)) = (v)) argument 69 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument 71 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument [all …]
|
/dports/print/ghostscript8-x11/ghostscript-8.71/base/ |
H A D | gdevxres.c | 36 #define RINIT(a,b,t,s,o,it,n)\ argument 39 #define rpix(a,b,o,n)\ argument 41 #define rdim(a,b,o,n)\ argument 43 #define rstr(a,b,o,n)\ argument 45 #define rint(a,b,o,n)\ argument 47 #define rbool(a,b,o,n)\ argument 49 #define rfloat(a,b,o,n)\
|
/dports/print/ghostscript7-base/ghostscript-7.07/src/ |
H A D | gdevxres.c | 41 #define RINIT(a,b,t,s,o,it,n)\ argument 44 #define rpix(a,b,o,n)\ argument 46 #define rdim(a,b,o,n)\ argument 48 #define rstr(a,b,o,n)\ argument 50 #define rint(a,b,o,n)\ argument 52 #define rbool(a,b,o,n)\ argument 54 #define rfloat(a,b,o,n)\
|
/dports/print/ghostscript8-base/ghostscript-8.71/base/ |
H A D | gdevxres.c | 36 #define RINIT(a,b,t,s,o,it,n)\ argument 39 #define rpix(a,b,o,n)\ argument 41 #define rdim(a,b,o,n)\ argument 43 #define rstr(a,b,o,n)\ argument 45 #define rint(a,b,o,n)\ argument 47 #define rbool(a,b,o,n)\ argument 49 #define rfloat(a,b,o,n)\
|