Home
last modified time | relevance | path

Searched refs:ostate (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSettingInfo.h85 REC_f( 1, min_mesh_spacing , ostate , 0.6F ),
86 REC_i( 2, dot_density , ostate , 2 ),
88 REC_f( 4, solvent_radius , ostate , 1.4F ),
97 REC_i( 13, cavity_cull , ostate , 10 ),
103 REC_i( 19, ribbon_sampling , ostate , 1 ),
112 REC_b( 28, dot_hydrogens , ostate , 1 ),
116 REC_b( 32, trim_dots , ostate , 1 ),
122 REC_i( 38, surface_quality , ostate , 0 ),
123 REC_b( 39, surface_proximity , ostate , 1 ),
129 REC_b( 45, half_bonds , ostate , 0 ),
[all …]
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dset_perms.c169 (int)ostate->ruid, (int)ostate->euid, (int)ostate->suid, in set_perms()
182 (int)ostate->rgid, (int)ostate->egid, (int)ostate->sgid, in set_perms()
198 (int)ostate->rgid, (int)ostate->egid, (int)ostate->sgid, in set_perms()
219 (int)ostate->ruid, (int)ostate->euid, (int)ostate->suid, in set_perms()
236 (int)ostate->rgid, (int)ostate->egid, (int)ostate->sgid, in set_perms()
257 (int)ostate->ruid, (int)ostate->euid, (int)ostate->suid, in set_perms()
273 (int)ostate->rgid, (int)ostate->egid, (int)ostate->sgid, in set_perms()
289 (int)ostate->ruid, (int)ostate->euid, (int)ostate->suid, in set_perms()
307 (int)ostate->rgid, (int)ostate->egid, (int)ostate->sgid, in set_perms()
386 (int)ostate->ruid, (int)ostate->euid, (int)ostate->suid); in restore_perms()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dxfmsta.c1143 reccyl_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1149 reclat_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1155 recsph_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1161 recgeo_(ipos, radii, &f, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1167 recpgr_(body, ipos, radii, &f, ostate, &ostate[1], & in xfmsta_()
1208 reccyl_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1214 reclat_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1220 recsph_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1226 recgeo_(ipos, radii, &f, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1233 recpgr_(body, ipos, radii, &f, ostate, &ostate[1], &ostate[2], in xfmsta_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dxfmsta.c1143 reccyl_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1149 reclat_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1155 recsph_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1161 recgeo_(ipos, radii, &f, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1167 recpgr_(body, ipos, radii, &f, ostate, &ostate[1], & in xfmsta_()
1208 reccyl_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1214 reclat_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1220 recsph_(ipos, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1226 recgeo_(ipos, radii, &f, ostate, &ostate[1], &ostate[2]); in xfmsta_()
1233 recpgr_(body, ipos, radii, &f, ostate, &ostate[1], &ostate[2], in xfmsta_()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/VolumeOpenGL2/
H A DvtkVolumeStateRAII.h26 vtkVolumeStateRAII(vtkOpenGLState* ostate, bool noOp = false)
29 this->State = ostate; in NoOp()
36 this->DepthTestEnabled = ostate->GetEnumState(GL_DEPTH_TEST); in NoOp()
38 this->BlendEnabled = ostate->GetEnumState(GL_BLEND); in NoOp()
40 this->CullFaceEnabled = ostate->GetEnumState(GL_CULL_FACE); in NoOp()
48 ostate->vtkglEnable(GL_DEPTH_TEST); in NoOp()
53 ostate->vtkglBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in NoOp()
55 ostate->vtkglEnable(GL_BLEND); in NoOp()
58 ostate->vtkglCullFace(GL_BACK); in NoOp()
60 ostate->vtkglEnable(GL_CULL_FACE); in NoOp()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/VolumeOpenGL2/
H A DvtkVolumeStateRAII.h26 vtkVolumeStateRAII(vtkOpenGLState *ostate, bool noOp = false)
29 this->State = ostate; in NoOp()
36 this->DepthTestEnabled = ostate->GetEnumState(GL_DEPTH_TEST); in NoOp()
38 this->BlendEnabled = ostate->GetEnumState(GL_BLEND); in NoOp()
40 this->CullFaceEnabled = ostate->GetEnumState(GL_CULL_FACE); in NoOp()
48 ostate->vtkglEnable(GL_DEPTH_TEST); in NoOp()
53 ostate->vtkglBlendFunc(GL_ONE,GL_ONE_MINUS_SRC_ALPHA); in NoOp()
55 ostate->vtkglEnable(GL_BLEND); in NoOp()
58 ostate->vtkglCullFace(GL_BACK); in NoOp()
60 ostate->vtkglEnable(GL_CULL_FACE); in NoOp()
[all …]
/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dscrypt.c51 uint32_t *tstate, uint32_t *ostate) in HMAC_SHA256_80_init() argument
63 sha256_init(ostate); in HMAC_SHA256_80_init()
68 sha256_transform(ostate, pad, 0); in HMAC_SHA256_80_init()
97 memcpy(ostate2, ostate, 32); in PBKDF2_SHA256_80_128()
116 sha256_transform(ostate, buf, 0); in PBKDF2_SHA256_128_32()
118 output[i] = swab32(ostate[i]); in PBKDF2_SHA256_128_32()
193 sha256_init_4way(ostate); in HMAC_SHA256_80_init_4way()
253 output[i] = swab32(ostate[i]); in PBKDF2_SHA256_128_32_4way()
297 sha256_init_8way(ostate); in HMAC_SHA256_80_init_8way()
375 output[i] = swab32(ostate[i]); in PBKDF2_SHA256_128_32_8way()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_rtdb_state.F23 logical ostate(ncond)
37 ostate(1) = os
38 ostate(2) = oc
39 ostate(3) = or
41 & rtdb_put(rtdb,'rtdb:stored:state',mt_log,ncond,ostate)) then
65 logical ostate(ncond)
68 & rtdb_get(rtdb,'rtdb:stored:state',mt_log,ncond,ostate)) then
73 os = ostate(1)
74 oc = ostate(2)
75 or = ostate(3)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_rtdb_state.F23 logical ostate(ncond)
37 ostate(1) = os
38 ostate(2) = oc
39 ostate(3) = or
41 & rtdb_put(rtdb,'rtdb:stored:state',mt_log,ncond,ostate)) then
65 logical ostate(ncond)
68 & rtdb_get(rtdb,'rtdb:stored:state',mt_log,ncond,ostate)) then
73 os = ostate(1)
74 oc = ostate(2)
75 or = ostate(3)
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestWindowBlits.cxx48 auto ostate = this->RenderWindow->GetState(); in Execute() local
49 ostate->PushFramebufferBindings(); in Execute()
56 ostate->vtkglClearColor(0.1, 0.3, 0.2, 1.0); in Execute()
57 ostate->vtkglClearDepth(0.7); in Execute()
58 ostate->vtkglDepthMask(GL_TRUE); in Execute()
74 ostate->vtkglClearColor(0.1, 0.2, 0.4, 1.0); in Execute()
75 ostate->vtkglClearDepth(1.0); in Execute()
76 ostate->vtkglDepthMask(GL_TRUE); in Execute()
87 ostate->PopFramebufferBindings(); in Execute()
130 ostate->PushFramebufferBindings(); in Execute()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLLabeledContourMapper.cxx91 vtkOpenGLState* ostate = renWin->GetState(); in ApplyStencil() local
120 vtkOpenGLState::ScopedglColorMask cmsaver(ostate); in ApplyStencil()
121 vtkOpenGLState::ScopedglDepthMask dmsaver(ostate); in ApplyStencil()
124 ostate->vtkglEnable(GL_STENCIL_TEST); in ApplyStencil()
125 ostate->vtkglStencilMask(0xFF); in ApplyStencil()
127 ostate->vtkglClear(GL_STENCIL_BUFFER_BIT); in ApplyStencil()
129 ostate->vtkglDepthMask(GL_FALSE); in ApplyStencil()
130 ostate->vtkglStencilFunc(GL_ALWAYS, 1, 0xFF); in ApplyStencil()
158 ostate->vtkglStencilMask(0x00); in ApplyStencil()
159 ostate->vtkglStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in ApplyStencil()
[all …]
H A DvtkOpenGLHardwareSelector.cxx76 vtkOpenGLState* ostate = rwin->GetState(); in PreCapturePass() local
78 this->OriginalBlending = ostate->GetEnumState(GL_BLEND); in PreCapturePass()
79 ostate->vtkglDisable(GL_BLEND); in PreCapturePass()
88 vtkOpenGLState* ostate = rwin->GetState(); in PostCapturePass() local
90 ostate->SetEnumState(GL_BLEND, this->OriginalBlending); in PostCapturePass()
103 vtkOpenGLState* ostate = rwin->GetState(); in BeginSelection() local
104 ostate->Reset(); in BeginSelection()
105 ostate->Push(); in BeginSelection()
111 ostate->vtkglDisable(GL_BLEND); in BeginSelection()
132 vtkOpenGLState* ostate = rwin->GetState(); in EndSelection() local
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/benchmarks/shootout/
H A Dseqhash.c90 memcpy(ostate, istate, 16 * sizeof ostate[0]); in hash_try()
92 permute(ostate); in hash_try()
96 permute(ostate); in hash_try()
102 permute(ostate); in hash_try()
108 for (off = 0; off <= arena->size - 8 * sizeof ostate[0]; off += 8 * sizeof ostate[0]) { in hash_try()
112 permute(ostate); in hash_try()
114 f0 = ostate[0]; in hash_try()
115 f1 = ostate[1]; in hash_try()
117 f0 ^= ostate[i]; in hash_try()
118 f1 ^= ostate[i + 1]; in hash_try()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dnchan.c105 c->ostate = next; in chan_set_ostate()
155 switch (c->ostate) { in chan_obuf_empty()
162 c->self, c->ostate); in chan_obuf_empty()
208 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
211 c->self, c->istate, c->ostate); in chan_send_close2()
231 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
255 if (c->ostate == CHAN_OUTPUT_OPEN) in chan_rcvd_ieof()
257 if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN && in chan_rcvd_ieof()
279 switch (c->ostate) { in chan_rcvd_oclose()
307 switch (c->ostate) { in chan_write_failed()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/ContextOpenGL2/
H A DvtkOpenGLContextBufferId.cxx137 vtkOpenGLState* ostate = this->Context->GetState(); in GetPickedItem() local
144 vtkOpenGLState::ScopedglEnableDisable dsaver(ostate, GL_DEPTH_TEST); in GetPickedItem()
146 vtkOpenGLState::ScopedglEnableDisable bsaver(ostate, GL_BLEND); in GetPickedItem()
150 ostate->vtkglDrawBuffer(GL_BACK_LEFT); in GetPickedItem()
152 ostate->vtkglDisable(GL_DEPTH_TEST); in GetPickedItem()
153 ostate->vtkglDisable(GL_STENCIL_TEST); in GetPickedItem()
154 ostate->vtkglDisable(GL_BLEND); in GetPickedItem()
161 ostate->vtkglReadBuffer(GL_BACK_LEFT); in GetPickedItem()
166 ostate->vtkglPixelStorei(GL_PACK_ALIGNMENT, 1); in GetPickedItem()
175 ostate->vtkglReadBuffer(static_cast<GLenum>(savedReadBuffer)); in GetPickedItem()
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dnchan.c106 c->ostate = next; in chan_set_ostate()
182 switch (c->ostate) { in chan_rcvd_ieof1()
191 c->self, c->ostate); in chan_rcvd_ieof1()
199 switch (c->ostate) { in chan_write_failed1()
212 c->self, c->ostate); in chan_write_failed1()
225 switch (c->ostate) { in chan_obuf_empty()
234 c->self, c->ostate); in chan_obuf_empty()
259 switch (c->ostate) { in chan_send_oclose1()
269 c->self, c->ostate); in chan_send_oclose1()
293 switch (c->ostate) { in chan_rcvd_close2()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dnchan.c105 c->ostate = next; in chan_set_ostate()
155 switch (c->ostate) { in chan_obuf_empty()
162 c->self, c->ostate); in chan_obuf_empty()
209 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()
212 c->self, c->istate, c->ostate); in chan_send_close2()
233 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()
257 if (c->ostate == CHAN_OUTPUT_OPEN) in chan_rcvd_ieof()
281 switch (c->ostate) { in chan_rcvd_oclose()
309 switch (c->ostate) { in chan_write_failed()
319 c->self, c->ostate); in chan_write_failed()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLHardwareSelector.cxx76 vtkOpenGLState *ostate = rwin->GetState(); in PreCapturePass() local
79 this->OriginalMultisample = ostate->GetEnumState(GL_MULTISAMPLE); in PreCapturePass()
80 ostate->vtkglDisable(GL_MULTISAMPLE); in PreCapturePass()
83 this->OriginalBlending = ostate->GetEnumState(GL_BLEND); in PreCapturePass()
84 ostate->vtkglDisable(GL_BLEND); in PreCapturePass()
93 vtkOpenGLState *ostate = rwin->GetState(); in PostCapturePass() local
96 ostate->SetEnumState(GL_MULTISAMPLE, this->OriginalMultisample); in PostCapturePass()
98 ostate->SetEnumState(GL_BLEND, this->OriginalBlending); in PostCapturePass()
111 vtkOpenGLState *ostate = rwin->GetState(); in BeginSelection() local
116 ostate->vtkglDisable(GL_MULTISAMPLE); in BeginSelection()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Datom_fit.F132 CALL powell_optimize(ostate%nvar, x, ostate)
142 CALL powell_optimize(ostate%nvar, x, ostate)
371 CALL powell_optimize(ostate%nvar, x, ostate)
384 CALL powell_optimize(ostate%nvar, x, ostate)
595 x(1:ostate%nvar) = xi(1:ostate%nvar)
925 CALL powell_optimize(ostate%nvar, x, ostate)
951 WRITE (iw, *) ostate%nf, ostate%f, x(1:ostate%nvar)
961 CALL powell_optimize(ostate%nvar, x, ostate)
1957 CALL powell_optimize(ostate%nvar, x, ostate)
1961 INT(REAL(ostate%nf, dp)/REAL(ostate%maxfun, dp)*100._dp), ostate%fopt
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Datom_fit.F132 CALL powell_optimize(ostate%nvar, x, ostate)
142 CALL powell_optimize(ostate%nvar, x, ostate)
371 CALL powell_optimize(ostate%nvar, x, ostate)
384 CALL powell_optimize(ostate%nvar, x, ostate)
595 x(1:ostate%nvar) = xi(1:ostate%nvar)
925 CALL powell_optimize(ostate%nvar, x, ostate)
951 WRITE (iw, *) ostate%nf, ostate%f, x(1:ostate%nvar)
961 CALL powell_optimize(ostate%nvar, x, ostate)
1957 CALL powell_optimize(ostate%nvar, x, ostate)
1961 INT(REAL(ostate%nf, dp)/REAL(ostate%maxfun, dp)*100._dp), ostate%fopt
[all …]
/dports/editors/bvi/bvi-1.4.0/
H A Dbm_unix.c36 struct termios ostate, nstate; variable
83 no_tty = tcgetattr(fileno(stdout), &ostate); in initterm()
85 nstate = ostate; in initterm()
116 no_intty = tcgetattr(fileno(stdin), &ostate); in initterm()
117 tcgetattr(fileno(stderr), &ostate); in initterm()
119 nstate = ostate; in initterm()
121 ostate.c_lflag &= ~(ICANON|ECHO); in initterm()
130 ostate.c_lflag &= ~(ICANON|ECHO); in set_tty()
131 stty(fileno(stderr), &ostate); in set_tty()
139 ostate.c_lflag |= ICANON|ECHO; in reset_tty()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random.c222 int *ostate; in generate_initstate() local
224 ostate = &unsafe_state.state[-1]; in generate_initstate()
226 return (char *) ostate; in generate_initstate()
240 int *ostate; in generate_setstate() local
242 ostate = &unsafe_state.state[-1]; in generate_setstate()
244 ostate = NULL; in generate_setstate()
245 return (char *) ostate; in generate_setstate()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random.c222 int *ostate; in generate_initstate() local
224 ostate = &unsafe_state.state[-1]; in generate_initstate()
226 return (char *) ostate; in generate_initstate()
240 int *ostate; in generate_setstate() local
242 ostate = &unsafe_state.state[-1]; in generate_setstate()
244 ostate = NULL; in generate_setstate()
245 return (char *) ostate; in generate_setstate()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random.c222 int *ostate; in generate_initstate() local
224 ostate = &unsafe_state.state[-1]; in generate_initstate()
226 return (char *) ostate; in generate_initstate()
240 int *ostate; in generate_setstate() local
242 ostate = &unsafe_state.state[-1]; in generate_setstate()
244 ostate = NULL; in generate_setstate()
245 return (char *) ostate; in generate_setstate()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random.c222 int *ostate; in generate_initstate() local
224 ostate = &unsafe_state.state[-1]; in generate_initstate()
226 return (char *) ostate; in generate_initstate()
240 int *ostate; in generate_setstate() local
242 ostate = &unsafe_state.state[-1]; in generate_setstate()
244 ostate = NULL; in generate_setstate()
245 return (char *) ostate; in generate_setstate()

12345678910>>...27