Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 25 of 10461) sorted by relevance

12345678910>>...419

/dports/devel/p5-Class-STL-Containers/Class-STL-Containers-0.37/lib/Class/STL/
H A DUtilities.pm384 : (ref($arg2) && $arg2->isa('Class::STL::Element'))
385 ? ($arg2->data_type() eq 'string') ? $arg1 eq $arg2->data() : $arg1 == $arg2->data()
403 : (ref($arg2) && $arg2->isa('Class::STL::Element'))
404 ? ($arg2->data_type() eq 'string') ? $arg1 ne $arg2->data() : $arg1 != $arg2->data()
433 : (ref($arg2) && $arg2->isa('Class::STL::Element'))
434 ? ($arg2->data_type() eq 'string') ? $arg1 gt $arg2->data() : $arg1 > $arg2->data()
452 : (ref($arg2) && $arg2->isa('Class::STL::Element'))
453 ? ($arg2->data_type() eq 'string') ? $arg1 ge $arg2->data() : $arg1 >= $arg2->data()
472 ? ($arg2->data_type() eq 'string') ? $arg1 lt $arg2->data() : $arg1 < $arg2->data()
491 ? ($arg2->data_type() eq 'string') ? $arg1 le $arg2->data() : $arg1 <= $arg2->data()
[all …]
/dports/chinese/tintin++/tt/src/
H A Dconfig.c54 arg2, in DO_COMMAND()
104 if (*arg2) in DO_CONFIG()
113 if (atoi(arg2) < 1 || atoi(arg2) > 999999) in DO_CONFIG()
130 if (*arg2) in DO_CONFIG()
275 else if (is_abbrev(arg2, "TRUE") || is_abbrev(arg2, "ON") || is_abbrev(arg2, "AUTO")) in DO_CONFIG()
362 else if (atof(arg2) < 0 || atof(arg2) > 10000) in DO_CONFIG()
435 if (atoi(arg2) < 0 || atoi(arg2) > 9999) in DO_CONFIG()
631 strcat(arg2, *arg2 ? " DEBUG" : "DEBUG"); in DO_CONFIG()
636 strcat(arg2, *arg2 ? " INFO" : "INFO"); in DO_CONFIG()
664 else if (atof(arg2) < 0 || atof(arg2) > 10) in DO_CONFIG()
[all …]
/dports/net/tintin++/tt/src/
H A Dconfig.c54 arg2, in DO_COMMAND()
104 if (*arg2) in DO_CONFIG()
113 if (atoi(arg2) < 1 || atoi(arg2) > 999999) in DO_CONFIG()
130 if (*arg2) in DO_CONFIG()
275 else if (is_abbrev(arg2, "TRUE") || is_abbrev(arg2, "ON") || is_abbrev(arg2, "AUTO")) in DO_CONFIG()
362 else if (atof(arg2) < 0 || atof(arg2) > 10000) in DO_CONFIG()
435 if (atoi(arg2) < 0 || atoi(arg2) > 9999) in DO_CONFIG()
631 strcat(arg2, *arg2 ? " DEBUG" : "DEBUG"); in DO_CONFIG()
636 strcat(arg2, *arg2 ? " INFO" : "INFO"); in DO_CONFIG()
664 else if (atof(arg2) < 0 || atof(arg2) > 10) in DO_CONFIG()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/arkode/fmod/
H A Dfarkode_arkstep_mod.c421 int arg2 ; in _wrap_FARKStepRootInit() local
461 int arg2 ; in _wrap_FARKStepSetOrder() local
475 int arg2 ; in _wrap_FARKStepSetInterpolantType() local
489 int arg2 ; in _wrap_FARKStepSetInterpolantDegree() local
503 int arg2 ; in _wrap_FARKStepSetDenseOrder() local
531 int arg2 ; in _wrap_FARKStepSetLinear() local
593 int arg2 ; in _wrap_FARKStepSetTables() local
613 int arg2 ; in _wrap_FARKStepSetTableNum() local
715 int arg2 ; in _wrap_FARKStepSetAdaptivityMethod() local
779 int arg2 ; in _wrap_FARKStepSetSmallNumEFails() local
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/build/gensrc/classes/javax/media/opengl/
H A DTraceGL.java508 downstreamGL.glCallLists(arg0,arg1,arg2); in glCallLists()
621 downstreamGL.glColor3b(arg0,arg1,arg2); in glColor3b()
642 downstreamGL.glColor3d(arg0,arg1,arg2); in glColor3d()
663 downstreamGL.glColor3f(arg0,arg1,arg2); in glColor3f()
726 downstreamGL.glColor3i(arg0,arg1,arg2); in glColor3i()
747 downstreamGL.glColor3s(arg0,arg1,arg2); in glColor3s()
768 downstreamGL.glColor3ub(arg0,arg1,arg2); in glColor3ub()
789 downstreamGL.glColor3ui(arg0,arg1,arg2); in glColor3ui()
810 downstreamGL.glColor3us(arg0,arg1,arg2); in glColor3us()
2715 downstreamGL.glFogfv(arg0,arg1,arg2); in glFogfv()
[all …]
H A DDebugGL.java446 downstreamGL.glCallLists(arg0,arg1,arg2); in glCallLists()
543 downstreamGL.glColor3b(arg0,arg1,arg2); in glColor3b()
561 downstreamGL.glColor3d(arg0,arg1,arg2); in glColor3d()
579 downstreamGL.glColor3f(arg0,arg1,arg2); in glColor3f()
633 downstreamGL.glColor3i(arg0,arg1,arg2); in glColor3i()
651 downstreamGL.glColor3s(arg0,arg1,arg2); in glColor3s()
669 downstreamGL.glColor3ub(arg0,arg1,arg2); in glColor3ub()
687 downstreamGL.glColor3ui(arg0,arg1,arg2); in glColor3ui()
705 downstreamGL.glColor3us(arg0,arg1,arg2); in glColor3us()
2338 downstreamGL.glFogfv(arg0,arg1,arg2); in glFogfv()
[all …]
/dports/math/sundials/sundials-5.7.0/src/arkode/fmod/
H A Dfarkode_arkstep_mod.c437 int arg2 ; in _wrap_FARKStepRootInit() local
477 int arg2 ; in _wrap_FARKStepSetOrder() local
491 int arg2 ; in _wrap_FARKStepSetInterpolantType() local
505 int arg2 ; in _wrap_FARKStepSetInterpolantDegree() local
519 int arg2 ; in _wrap_FARKStepSetDenseOrder() local
547 int arg2 ; in _wrap_FARKStepSetLinear() local
609 int arg2 ; in _wrap_FARKStepSetTables() local
629 int arg2 ; in _wrap_FARKStepSetTableNum() local
731 int arg2 ; in _wrap_FARKStepSetAdaptivityMethod() local
795 int arg2 ; in _wrap_FARKStepSetSmallNumEFails() local
[all …]
H A Dfarkode_erkstep_mod.c357 int arg2 ; in _wrap_FERKStepRootInit() local
385 int arg2 ; in _wrap_FERKStepSetOrder() local
399 int arg2 ; in _wrap_FERKStepSetInterpolantType() local
413 int arg2 ; in _wrap_FERKStepSetInterpolantDegree() local
427 int arg2 ; in _wrap_FERKStepSetDenseOrder() local
455 int arg2 ; in _wrap_FERKStepSetTableNum() local
555 int arg2 ; in _wrap_FERKStepSetAdaptivityMethod() local
619 int arg2 ; in _wrap_FERKStepSetSmallNumEFails() local
649 int arg2 ; in _wrap_FERKStepSetMaxErrTestFails() local
691 int arg2 ; in _wrap_FERKStepSetMaxHnilWarns() local
[all …]
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/datatype/
H A Dfo-datatype.c296 FoDatatype *arg2) in fo_datatype_add() argument
407 FoDatatype *arg2) in fo_datatype_sub() argument
509 FoDatatype *arg2) in fo_datatype_mul() argument
658 FoDatatype *arg2) in fo_datatype_div() argument
790 FoDatatype *arg2) in fo_datatype_mod() argument
906 FoDatatype *arg2) in fo_datatype_max() argument
918 arg1 : arg2); in fo_datatype_max()
925 arg1 : arg2); in fo_datatype_max()
932 arg1 : arg2); in fo_datatype_max()
939 arg1 : arg2); in fo_datatype_max()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/datatype/
H A Dfo-datatype.c296 FoDatatype *arg2) in fo_datatype_add() argument
407 FoDatatype *arg2) in fo_datatype_sub() argument
509 FoDatatype *arg2) in fo_datatype_mul() argument
658 FoDatatype *arg2) in fo_datatype_div() argument
790 FoDatatype *arg2) in fo_datatype_mod() argument
906 FoDatatype *arg2) in fo_datatype_max() argument
918 arg1 : arg2); in fo_datatype_max()
925 arg1 : arg2); in fo_datatype_max()
932 arg1 : arg2); in fo_datatype_max()
939 arg1 : arg2); in fo_datatype_max()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/fmod/
H A Dfida_mod.c335 int arg2 ; in _wrap_FIDACalcIC() local
365 int arg2 ; in _wrap_FIDASetMaxNumStepsIC() local
379 int arg2 ; in _wrap_FIDASetMaxNumJacsIC() local
393 int arg2 ; in _wrap_FIDASetMaxNumItersIC() local
407 int arg2 ; in _wrap_FIDASetLineSearchOffIC() local
435 int arg2 ; in _wrap_FIDASetMaxBacksIC() local
493 int arg2 ; in _wrap_FIDASetMaxOrd() local
577 int arg2 ; in _wrap_FIDASetMaxErrTestFails() local
591 int arg2 ; in _wrap_FIDASetMaxNonlinIters() local
605 int arg2 ; in _wrap_FIDASetMaxConvFails() local
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/cvode/fmod/
H A Dfcvode_mod.c394 long arg2 ; in _wrap_FCVodeSetMonitorFrequency() local
408 int arg2 ; in _wrap_FCVodeSetMaxOrd() local
422 long arg2 ; in _wrap_FCVodeSetMaxNumSteps() local
436 int arg2 ; in _wrap_FCVodeSetMaxHnilWarns() local
450 int arg2 ; in _wrap_FCVodeSetStabLimDet() local
520 int arg2 ; in _wrap_FCVodeSetMaxErrTestFails() local
534 int arg2 ; in _wrap_FCVodeSetMaxNonlinIters() local
548 int arg2 ; in _wrap_FCVodeSetMaxConvFails() local
604 int arg2 ; in _wrap_FCVodeSetUseIntegratorFusedKernels() local
618 int arg2 ; in _wrap_FCVodeRootInit() local
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/tms320/c55x_plus/
H A Dhashtable.c424 v2 = arg2; in get_hashfunc_10()
466 tmp = arg2; in get_hashfunc_12()
652 v2 = arg2; in get_hashfunc_23()
713 v2 = arg2; in get_hashfunc_24()
788 v2 = arg2; in get_hashfunc_26()
817 v2 = arg2; in get_hashfunc_27()
841 v2 = arg2; in get_hashfunc_28()
930 v2 = arg2; in get_hashfunc_29()
956 v2 = arg2; in get_hashfunc_30()
1019 v2 = arg2; in get_hashfunc_32()
[all …]
/dports/math/sundials/sundials-5.7.0/src/cvode/fmod/
H A Dfcvode_mod.c394 long arg2 ; in _wrap_FCVodeSetMonitorFrequency() local
408 int arg2 ; in _wrap_FCVodeSetMaxOrd() local
422 long arg2 ; in _wrap_FCVodeSetMaxNumSteps() local
436 int arg2 ; in _wrap_FCVodeSetMaxHnilWarns() local
450 int arg2 ; in _wrap_FCVodeSetStabLimDet() local
520 int arg2 ; in _wrap_FCVodeSetMaxErrTestFails() local
534 int arg2 ; in _wrap_FCVodeSetMaxNonlinIters() local
548 int arg2 ; in _wrap_FCVodeSetMaxConvFails() local
576 long arg2 ; in _wrap_FCVodeSetLSetupFrequency() local
618 int arg2 ; in _wrap_FCVodeSetUseIntegratorFusedKernels() local
[all …]
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A Dquery.cpp124 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryFileFormat()
129 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryFileFormat()
134 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryFileFormat()
139 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryFileFormat()
271 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryInstrumentParameter()
276 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryInstrumentParameter()
285 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryInstrumentParameter()
308 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryInstrumentParameter()
321 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryInstrumentParameter()
333 if (arg2 < 0 || arg2 >= _AF_NUM_UNITS) in _afQueryInstrumentParameter()
[all …]
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/cvodes/fmod/
H A Dfcvodes_mod.c454 int arg2 ; in _wrap_FCVodeSetMaxOrd() local
468 long arg2 ; in _wrap_FCVodeSetMaxNumSteps() local
482 int arg2 ; in _wrap_FCVodeSetMaxHnilWarns() local
496 int arg2 ; in _wrap_FCVodeSetStabLimDet() local
566 int arg2 ; in _wrap_FCVodeSetMaxErrTestFails() local
580 int arg2 ; in _wrap_FCVodeSetMaxNonlinIters() local
594 int arg2 ; in _wrap_FCVodeSetMaxConvFails() local
664 int arg2 ; in _wrap_FCVodeRootInit() local
776 int arg2 ; in _wrap_FCVodeComputeStateSens1() local
1317 int arg2 ; in _wrap_FCVodeSetQuadErrCon() local
[all …]
/dports/math/sundials/sundials-5.7.0/src/cvodes/fmod/
H A Dfcvodes_mod.c454 int arg2 ; in _wrap_FCVodeSetMaxOrd() local
468 long arg2 ; in _wrap_FCVodeSetMaxNumSteps() local
482 int arg2 ; in _wrap_FCVodeSetMaxHnilWarns() local
496 int arg2 ; in _wrap_FCVodeSetStabLimDet() local
566 int arg2 ; in _wrap_FCVodeSetMaxErrTestFails() local
580 int arg2 ; in _wrap_FCVodeSetMaxNonlinIters() local
594 int arg2 ; in _wrap_FCVodeSetMaxConvFails() local
664 int arg2 ; in _wrap_FCVodeRootInit() local
776 int arg2 ; in _wrap_FCVodeComputeStateSens1() local
1317 int arg2 ; in _wrap_FCVodeSetQuadErrCon() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/sundials/src/kinsol/fmod/
H A Dfkinsol_mod.c361 int arg2 ; in _wrap_FKINSetPrintLevel() local
375 long arg2 ; in _wrap_FKINSetMAA() local
389 realtype arg2 ; in _wrap_FKINSetDampingAA() local
403 long arg2 ; in _wrap_FKINSetNumMaxIters() local
417 int arg2 ; in _wrap_FKINSetNoInitSetup() local
431 int arg2 ; in _wrap_FKINSetNoResMon() local
445 long arg2 ; in _wrap_FKINSetMaxSetupCalls() local
459 long arg2 ; in _wrap_FKINSetMaxSubSetupCalls() local
473 int arg2 ; in _wrap_FKINSetEtaForm() local
547 int arg2 ; in _wrap_FKINSetNoMinEps() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/idas/fmod/
H A Dfidas_mod.c410 int arg2 ; in _wrap_FIDACalcIC() local
440 int arg2 ; in _wrap_FIDASetMaxNumStepsIC() local
454 int arg2 ; in _wrap_FIDASetMaxNumJacsIC() local
468 int arg2 ; in _wrap_FIDASetMaxNumItersIC() local
482 int arg2 ; in _wrap_FIDASetLineSearchOffIC() local
510 int arg2 ; in _wrap_FIDASetMaxBacksIC() local
568 int arg2 ; in _wrap_FIDASetMaxOrd() local
652 int arg2 ; in _wrap_FIDASetMaxErrTestFails() local
666 int arg2 ; in _wrap_FIDASetMaxNonlinIters() local
680 int arg2 ; in _wrap_FIDASetMaxConvFails() local
[all …]
/dports/math/sundials/sundials-5.7.0/src/idas/fmod/
H A Dfidas_mod.c410 int arg2 ; in _wrap_FIDACalcIC() local
440 int arg2 ; in _wrap_FIDASetMaxNumStepsIC() local
454 int arg2 ; in _wrap_FIDASetMaxNumJacsIC() local
468 int arg2 ; in _wrap_FIDASetMaxNumItersIC() local
482 int arg2 ; in _wrap_FIDASetLineSearchOffIC() local
510 int arg2 ; in _wrap_FIDASetMaxBacksIC() local
568 int arg2 ; in _wrap_FIDASetMaxOrd() local
652 int arg2 ; in _wrap_FIDASetMaxErrTestFails() local
666 int arg2 ; in _wrap_FIDASetMaxNonlinIters() local
680 int arg2 ; in _wrap_FIDASetMaxConvFails() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Ddtrace_disabled.hpp36 #define HOTSPOT_CLASS_LOADED(arg0, arg1, arg2, arg3) argument
38 #define HOTSPOT_CLASS_UNLOADED(arg0, arg1, arg2, arg3) argument
82 #define HOTSPOT_MONITOR_NOTIFY(arg0, arg1, arg2, arg3) argument
90 #define HOTSPOT_MONITOR_WAITED(arg0, arg1, arg2, arg3) argument
92 #define HOTSPOT_OBJECT_ALLOC(arg0, arg1, arg2, arg3) argument
104 #define HOTSPOT_THREAD_PARK_BEGIN(arg0, arg1, arg2) argument
116 #define HOTSPOT_VMOPS_REQUEST(arg0, arg1, arg2) argument
118 #define HOTSPOT_VMOPS_BEGIN(arg0, arg1, arg2) argument
120 #define HOTSPOT_VMOPS_END(arg0, arg1, arg2) argument
642 #define HOTSPOT_JNI_GETENV_ENTRY(arg0, arg1, arg2) argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Ddtrace_disabled.hpp36 #define HOTSPOT_CLASS_LOADED(arg0, arg1, arg2, arg3) argument
38 #define HOTSPOT_CLASS_UNLOADED(arg0, arg1, arg2, arg3) argument
82 #define HOTSPOT_MONITOR_NOTIFY(arg0, arg1, arg2, arg3) argument
90 #define HOTSPOT_MONITOR_WAITED(arg0, arg1, arg2, arg3) argument
92 #define HOTSPOT_OBJECT_ALLOC(arg0, arg1, arg2, arg3) argument
104 #define HOTSPOT_THREAD_PARK_BEGIN(arg0, arg1, arg2) argument
116 #define HOTSPOT_VMOPS_REQUEST(arg0, arg1, arg2) argument
118 #define HOTSPOT_VMOPS_BEGIN(arg0, arg1, arg2) argument
120 #define HOTSPOT_VMOPS_END(arg0, arg1, arg2) argument
642 #define HOTSPOT_JNI_GETENV_ENTRY(arg0, arg1, arg2) argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A Ddtrace_disabled.hpp36 #define HOTSPOT_CLASS_LOADED(arg0, arg1, arg2, arg3) argument
38 #define HOTSPOT_CLASS_UNLOADED(arg0, arg1, arg2, arg3) argument
82 #define HOTSPOT_MONITOR_NOTIFY(arg0, arg1, arg2, arg3) argument
90 #define HOTSPOT_MONITOR_WAITED(arg0, arg1, arg2, arg3) argument
92 #define HOTSPOT_OBJECT_ALLOC(arg0, arg1, arg2, arg3) argument
104 #define HOTSPOT_THREAD_PARK_BEGIN(arg0, arg1, arg2) argument
116 #define HOTSPOT_VMOPS_REQUEST(arg0, arg1, arg2) argument
118 #define HOTSPOT_VMOPS_BEGIN(arg0, arg1, arg2) argument
120 #define HOTSPOT_VMOPS_END(arg0, arg1, arg2) argument
642 #define HOTSPOT_JNI_GETENV_ENTRY(arg0, arg1, arg2) argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A Ddtrace_disabled.hpp36 #define HOTSPOT_CLASS_LOADED(arg0, arg1, arg2, arg3) argument
38 #define HOTSPOT_CLASS_UNLOADED(arg0, arg1, arg2, arg3) argument
82 #define HOTSPOT_MONITOR_NOTIFY(arg0, arg1, arg2, arg3) argument
90 #define HOTSPOT_MONITOR_WAITED(arg0, arg1, arg2, arg3) argument
92 #define HOTSPOT_OBJECT_ALLOC(arg0, arg1, arg2, arg3) argument
104 #define HOTSPOT_THREAD_PARK_BEGIN(arg0, arg1, arg2) argument
116 #define HOTSPOT_VMOPS_REQUEST(arg0, arg1, arg2) argument
118 #define HOTSPOT_VMOPS_BEGIN(arg0, arg1, arg2) argument
120 #define HOTSPOT_VMOPS_END(arg0, arg1, arg2) argument
642 #define HOTSPOT_JNI_GETENV_ENTRY(arg0, arg1, arg2) argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A Ddtrace_disabled.hpp36 #define HOTSPOT_CLASS_LOADED(arg0, arg1, arg2, arg3) argument
38 #define HOTSPOT_CLASS_UNLOADED(arg0, arg1, arg2, arg3) argument
82 #define HOTSPOT_MONITOR_NOTIFY(arg0, arg1, arg2, arg3) argument
90 #define HOTSPOT_MONITOR_WAITED(arg0, arg1, arg2, arg3) argument
92 #define HOTSPOT_OBJECT_ALLOC(arg0, arg1, arg2, arg3) argument
104 #define HOTSPOT_THREAD_PARK_BEGIN(arg0, arg1, arg2) argument
116 #define HOTSPOT_VMOPS_REQUEST(arg0, arg1, arg2) argument
118 #define HOTSPOT_VMOPS_BEGIN(arg0, arg1, arg2) argument
120 #define HOTSPOT_VMOPS_END(arg0, arg1, arg2) argument
634 #define HOTSPOT_JNI_GETENV_ENTRY(arg0, arg1, arg2) argument
[all …]

12345678910>>...419