Home
last modified time | relevance | path

Searched refs:opm (Results 1 – 25 of 798) sorted by relevance

12345678910>>...32

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dcollection_crud.go59 opm.SetValue(val)
87 opm.Reject()
153 opm.Reject()
221 opm.Reject()
295 opm.Reject()
444 opm.Reject()
528 opm.Reject()
784 opm.Reject()
840 opm.Reject()
907 opm.Reject()
[all …]
H A Dcollection_binary_crud.go30 defer opm.Finish()
32 opm.SetDocumentID(id)
59 opm.Reject()
67 opm.Resolve(mutOut.mt)
96 defer opm.Finish()
98 opm.SetDocumentID(id)
125 opm.Reject()
170 defer opm.Finish()
206 opm.Reject()
254 defer opm.Finish()
[all …]
H A Dcollection_subdoc.go31 defer opm.Finish()
33 opm.SetDocumentID(id)
35 opm.SetTimeout(opts.Timeout)
45 opm *kvOpManager,
120 opm.Resolve(nil)
122 opm.Reject()
170 defer opm.Finish()
172 opm.SetDocumentID(id)
217 opm *kvOpManager,
298 opm.Reject()
[all …]
H A Dproviders.go58 opm.Reject()
62 opm.Resolve()
84 opm.Reject()
89 opm.Resolve()
107 opm.Reject()
112 opm.Resolve()
130 opm.Reject()
135 opm.Resolve()
153 opm.Reject()
158 opm.Resolve()
[all …]
H A Dcollection_dura.go18 defer opm.Finish()
20 opm.SetDocumentID(docID)
21 opm.SetCancelCh(cancelCh)
22 opm.SetTimeout(timeout)
32 TraceContext: opm.TraceSpan(),
33 Deadline: opm.Deadline(),
36 errOut = opm.EnhanceErr(err)
37 opm.Reject()
44 opm.Resolve(nil)
118 defer opm.Finish()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dcollection_crud.go59 opm.SetValue(val)
87 opm.Reject()
153 opm.Reject()
221 opm.Reject()
295 opm.Reject()
444 opm.Reject()
528 opm.Reject()
784 opm.Reject()
840 opm.Reject()
907 opm.Reject()
[all …]
H A Dcollection_binary_crud.go30 defer opm.Finish()
32 opm.SetDocumentID(id)
59 opm.Reject()
67 opm.Resolve(mutOut.mt)
96 defer opm.Finish()
98 opm.SetDocumentID(id)
125 opm.Reject()
170 defer opm.Finish()
206 opm.Reject()
254 defer opm.Finish()
[all …]
H A Dcollection_subdoc.go31 defer opm.Finish()
33 opm.SetDocumentID(id)
35 opm.SetTimeout(opts.Timeout)
45 opm *kvOpManager,
120 opm.Resolve(nil)
122 opm.Reject()
170 defer opm.Finish()
172 opm.SetDocumentID(id)
217 opm *kvOpManager,
298 opm.Reject()
[all …]
H A Dproviders.go58 opm.Reject()
62 opm.Resolve()
84 opm.Reject()
89 opm.Resolve()
107 opm.Reject()
112 opm.Resolve()
130 opm.Reject()
135 opm.Resolve()
153 opm.Reject()
158 opm.Resolve()
[all …]
H A Dcollection_dura.go18 defer opm.Finish()
20 opm.SetDocumentID(docID)
21 opm.SetCancelCh(cancelCh)
22 opm.SetTimeout(timeout)
32 TraceContext: opm.TraceSpan(),
33 Deadline: opm.Deadline(),
36 errOut = opm.EnhanceErr(err)
37 opm.Reject()
44 opm.Resolve(nil)
118 defer opm.Finish()
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.23/
H A Dinstall.sh21 for repo in opm-data opm-common opm-material opm-grid opm-simulators libecl ewoms dune-common dune-…
44 for repo in opm-common opm-grid opm-material ewoms opm-simulators
63 if test -f $HOME/omega-opm.tar.gz
65 git clone --depth 1 https://github.com/OPM/opm-data.git
66 pushd opm-data
67 tar -xvf ~/omega-opm.tar.gz
112 # echo \$? > ~/test-exit-status" > opm-git
113 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.24/
H A Dinstall.sh21 for repo in opm-data opm-common opm-material opm-grid opm-simulators libecl ewoms dune-common dune-…
44 for repo in opm-common opm-grid opm-material ewoms opm-simulators
63 if test -f $HOME/omega-opm.tar.gz
65 git clone --depth 1 https://github.com/OPM/opm-data.git
66 pushd opm-data
67 tar -xvf ~/omega-opm.tar.gz
112 # echo \$? > ~/test-exit-status" > opm-git
113 chmod +x opm-git
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operator_type.c327 wmOperator *opm; in wm_macro_exec() local
332 for (opm = op->macro.first; opm; opm = opm->next) { in wm_macro_exec()
335 retval = opm->type->exec(C, opm); in wm_macro_exec()
362 for (; opm; opm = opm->next) { in wm_macro_invoke_internal()
364 retval = opm->type->invoke(C, opm, event); in wm_macro_invoke_internal()
367 retval = opm->type->exec(C, opm); in wm_macro_invoke_internal()
394 wmOperator *opm = op->opm; in wm_macro_modal() local
401 retval = opm->type->modal(C, opm, event); in wm_macro_modal()
418 if (retval & OPERATOR_RUNNING_MODAL && op->opm != opm) { in wm_macro_modal()
468 if (op->opm && op->opm->type->cancel) { in wm_macro_cancel()
[all …]
/dports/math/algae/algae-4.3.6/src/
H A Dsparse.c289 MATRIX *opm; local
673 for (j = opm->ia[i]; j < opm->ia[i + 1]; j++)
682 opm->d.integer[i] = opm->a.integer[j - 1];
700 for (j = opm->ia[i]; j < opm->ia[i + 1]; j++)
709 opm->d.real[i] = opm->a.real[j - 1];
727 for (j = opm->ia[i]; j < opm->ia[i + 1]; j++)
736 opm->d.complex[i] = opm->a.complex[j - 1];
755 for (j = opm->ia[i]; j < opm->ia[i + 1]; j++)
766 opm->d.character[i] = opm->a.character[j - 1];
784 opm = (MATRIX *) squeeze_matrix (opm);
[all …]
H A Ddense.c49 MATRIX *opm; local
61 opm->symmetry = ipm->symmetry;
63 opm->rid = copy_entity (ipm->rid);
65 opm->cid = copy_entity (ipm->cid);
77 opm->a.integer[i + nr * (ipm->ja[n] - 1)] =
116 delete_2_matrices (ipm, opm);
132 opm->a.integer[nr * i + (ipm->ja[n] - 1)] =
173 opm->a.complex[nr * i + (ipm->ja[n] - 1)] =
203 opm->a.character[i * (nr + 1)] =
210 delete_2_matrices (ipm, opm);
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.43/
H A Dinstall.sh18 for repo in opm-common opm-grid opm-material opm-models opm-simulators
88 if test -f $HOME/omega-opm-2.tar.gz
90 git clone --depth 1 https://github.com/OPM/opm-data.git
91 pushd opm-data
92 tar -xf ~/omega-opm-2.tar.gz
96 cd opm-data
196 # echo \$? > ~/test-exit-status" > opm-git
197 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.44/
H A Dinstall.sh18 for repo in opm-common opm-grid opm-material opm-models opm-simulators
88 if test -f $HOME/omega-opm-2.tar.gz
90 git clone --depth 1 https://github.com/OPM/opm-data.git
91 pushd opm-data
92 tar -xf ~/omega-opm-2.tar.gz
96 cd opm-data
196 # echo \$? > ~/test-exit-status" > opm-git
197 chmod +x opm-git
/dports/games/libretro-px68k/px68k-libretro-8455d9c/fmgen/
H A Dfmg_wrap.cpp115 opm = new MyOPM(); in OPM_Init()
118 delete opm; in OPM_Init()
119 opm = NULL; in OPM_Init()
130 delete opm; in OPM_Cleanup()
131 opm = NULL; in OPM_Cleanup()
137 if ( opm ) opm->SetRate(clock, rate, TRUE); in OPM_SetRate()
146 if ( opm ) opm->Reset(); in OPM_Reset()
155 if ( opm ) ret = opm->ReadStatus(); in OPM_Read()
166 if ( opm ) opm->WriteIO(adr, data); in OPM_Write()
179 if ( opm ) opm->Count2(step); in OPM_Timer()
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.40/
H A Dinstall.sh18 for repo in opm-common opm-grid opm-material opm-models opm-simulators
88 if test -f $HOME/omega-opm-2.tar.gz
90 git clone --depth 1 https://github.com/OPM/opm-data.git
91 pushd opm-data
92 tar -xf ~/omega-opm-2.tar.gz
187 # echo \$? > ~/test-exit-status" > opm-git
188 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.42/
H A Dinstall.sh18 for repo in opm-common opm-grid opm-material opm-models opm-simulators
88 if test -f $HOME/omega-opm-2.tar.gz
90 git clone --depth 1 https://github.com/OPM/opm-data.git
91 pushd opm-data
92 tar -xf ~/omega-opm-2.tar.gz
187 # echo \$? > ~/test-exit-status" > opm-git
188 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.39/
H A Dinstall.sh31 for repo in opm-common opm-grid opm-material opm-models opm-simulators
104 if test -f $HOME/omega-opm-2.tar.gz
106 git clone --depth 1 https://github.com/OPM/opm-data.git
107 pushd opm-data
108 tar -xf ~/omega-opm-2.tar.gz
203 # echo \$? > ~/test-exit-status" > opm-git
204 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.38/
H A Dinstall.sh84 for repo in opm-common opm-grid opm-material opm-models opm-simulators
157 if test -f $HOME/omega-opm-2.tar.gz
159 git clone --depth 1 https://github.com/OPM/opm-data.git
160 pushd opm-data
161 tar -xf ~/omega-opm-2.tar.gz
256 # echo \$? > ~/test-exit-status" > opm-git
257 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.31/
H A Dinstall.sh39 for repo in opm-common opm-grid opm-material ewoms opm-simulators
113 if test -f $HOME/omega-opm.tar.gz
115 git clone --depth 1 https://github.com/OPM/opm-data.git
116 pushd opm-data
117 tar -xf ~/omega-opm.tar.gz
210 # echo \$? > ~/test-exit-status" > opm-git
211 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.32/
H A Dinstall.sh39 for repo in opm-common opm-grid opm-material ewoms opm-simulators
113 if test -f $HOME/omega-opm.tar.gz
115 git clone --depth 1 https://github.com/OPM/opm-data.git
116 pushd opm-data
117 tar -xf ~/omega-opm.tar.gz
212 # echo \$? > ~/test-exit-status" > opm-git
213 chmod +x opm-git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.35/
H A Dinstall.sh39 for repo in opm-common opm-grid opm-material ewoms opm-simulators
112 if test -f $HOME/omega-opm.tar.gz
114 git clone --depth 1 https://github.com/OPM/opm-data.git
115 pushd opm-data
116 tar -xf ~/omega-opm.tar.gz
211 # echo \$? > ~/test-exit-status" > opm-git
212 chmod +x opm-git

12345678910>>...32