Home
last modified time | relevance | path

Searched defs:ovar (Results 1 – 25 of 149) sorted by relevance

123456

/dports/shells/bash/bash-5.1/
H A Dsig.h90 #define BLOCK_SIGNAL(sig, nvar, ovar) \ argument
98 #define UNBLOCK_SIGNAL(ovar) sigprocmask (SIG_SETMASK, &ovar, (sigset_t *) NULL) argument
101 # define BLOCK_CHILD(nvar, ovar) BLOCK_SIGNAL (SIGCHLD, nvar, ovar) argument
102 # define UNBLOCK_CHILD(ovar) UNBLOCK_SIGNAL(ovar) argument
104 # define BLOCK_CHILD(nvar, ovar) ovar = sigblock (sigmask (SIGCHLD)) argument
105 # define UNBLOCK_CHILD(ovar) sigsetmask (ovar) argument
/dports/devel/hpx/hpx-1.2.1/tests/unit/serialization/
H A Dserialization_optional.cpp51 hpx::util::optional<int> ovar; in main() local
62 hpx::util::optional<int> ovar = 42; in main() local
73 hpx::util::optional<double> ovar = 2.5; in main() local
H A Dserialization_variant.cpp52 boost::variant<int, std::string, double, A<int> > ovar = std::string("dfsdf"); in main() local
/dports/math/scilab-toolbox-swt/swt/src/gwsupport/
H A Dswt_gwsupport.c280 …int swt_gwsupport_AllocMatrixOfDoubles ( void* pvApiCtx, char * fname, int ovar , int _piRows , in… in swt_gwsupport_AllocMatrixOfDoubles()
293 …int swt_gwsupport_AllocComplexMatrixOfDoubles ( void* pvApiCtx, char * fname, int ovar , int _piRo… in swt_gwsupport_AllocComplexMatrixOfDoubles()
306 …int swt_gwsupport_AllocMatrixOfDoublesAsInteger ( void* pvApiCtx, char * fname, int ovar , int _pi… in swt_gwsupport_AllocMatrixOfDoublesAsInteger()
318 …wsupport_AllocMatrixOfUnsignedInteger16 ( void* pvApiCtx, char * fname, int ovar , int _piRows , i… in swt_gwsupport_AllocMatrixOfUnsignedInteger16()
330 …int swt_gwsupport_AllocMatrixOfInteger32 ( void* pvApiCtx, char * fname, int ovar , int _piRows , … in swt_gwsupport_AllocMatrixOfInteger32()
342 …int swt_gwsupport_CreateMatrixOfString ( void* pvApiCtx, char * fname, int ovar , int _piRows , in… in swt_gwsupport_CreateMatrixOfString()
356 …int swt_gwsupport_CreateHypermatOfDouble ( void* pvApiCtx, char * fname, int ovar , int* dims , in… in swt_gwsupport_CreateHypermatOfDouble()
/dports/math/octave-forge-optiminterp/optiminterp-0.3.7/src/
H A Doptiminterp_wrapper.F9018 subroutine optiminterpwrapper(n,nf,gn,on,nparam,ox,of,ovar, & argument
23 real(8) :: gx(n,gn),ox(n,on),of(nf,on),ovar(on),param(nparam) local
H A Doptiminterp.cc76 Matrix ovar = args(2).matrix_value(); variable
H A Doptimal_interpolation.F9098 pure subroutine observation_covariance(ovar,index,R) argument
100 real(wp),intent(in) ::ovar(:) local
324 subroutine optiminterp(ox,of,ovar,param,m,gx,gf,gvar) argument
330 real(wp), intent(in) :: ovar(:) ! Observation error variances local
450 subroutine optiminterp_gw(n,gn,on,nparam,ox,of,ovar, argument
/dports/print/texinfo/texinfo-6.8/info/
H A Dsignals.c187 sigset_t nvar, ovar; in info_signal_proc() local
303 sigset_t nvar, ovar; in info_signal_proc() local
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tcon/test/
H A Dcompile_fail-container2w.c24 struct outer ovar; in main() local
H A Dcompile_fail-container1w.c24 struct outer ovar; in main() local
H A Dcompile_fail-container3w.c24 struct outer ovar; in main() local
H A Dcompile_fail-container4w.c24 struct outer ovar; in main() local
H A Dcompile_ok-container.c28 const struct outer *ovar = NULL; in main() local
H A Dcompile_fail-container1.c28 struct outer ovar; in main() local
H A Dcompile_fail-container2.c28 struct outer ovar; in main() local
H A Dcompile_fail-container3.c28 struct outer ovar; in main() local
H A Dcompile_fail-container4.c28 struct outer ovar; in main() local
H A Drun-container.c37 struct outer ovar; in main() local
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-puppetManifest.r/puppet-casestatement.d/
H A Dinput.pp14 $ovar = "yayness" variable
/dports/chinese/cless/cless-290/
H A Doption.h63 int *ovar; /* Pointer to the associated variable */ member
/dports/japanese/less/less-382.262.03.01/
H A Doption.h59 int *ovar; /* Pointer to the associated variable */ member
/dports/sysutils/less/less-551/
H A Doption.h62 int *ovar; /* Pointer to the associated variable */ member
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dchecknullpointer.cpp244 const Variable *ovar = nullptr; in isPointerDeRef() local
400 const Variable *ovar = nullptr; in nullConstantDereference() local
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dchecknullpointer.cpp244 const Variable *ovar = nullptr; in isPointerDeRef() local
400 const Variable *ovar = nullptr; in nullConstantDereference() local
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcontext.c177 PyContextVar_Get(PyObject *ovar, PyObject *def, PyObject **val) in PyContextVar_Get()
240 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set()
276 PyContextVar_Reset(PyObject *ovar, PyObject *otok) in PyContextVar_Reset()

123456