Home
last modified time | relevance | path

Searched refs:cur_proj (Results 1 – 8 of 8) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dscheduler_op.cpp59 cur_proj = NULL; in SCHEDULER_OP()
211 project_rpc_backoff(cur_proj, msg); in rpc_failed()
212 switch (cur_proj->sched_rpc_pending) { in rpc_failed()
217 cur_proj->sched_rpc_pending = 0; in rpc_failed()
219 cur_proj = 0; in rpc_failed()
282 cur_proj = p; in start_rpc()
310 cur_proj = p; in init_master_fetch()
474 cur_proj = NULL; in poll()
517 cur_proj->sched_rpc_pending = 0; in poll()
520 cur_proj = NULL; in poll()
[all …]
H A Dscheduler_op.h66 PROJECT* cur_proj;
H A Dproject.cpp452 (this == gstate.scheduler_op->cur_proj)?" <scheduler_rpc_in_progress/>\n":"", in write_state()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-subsystem.c1001 struct matrix4 cur_proj; in update_viewproj_matrix() local
1004 matrix4_copy(&cur_proj, &device->cur_proj); in update_viewproj_matrix()
1007 cur_proj.x.y = -cur_proj.x.y; in update_viewproj_matrix()
1008 cur_proj.y.y = -cur_proj.y.y; in update_viewproj_matrix()
1009 cur_proj.z.y = -cur_proj.z.y; in update_viewproj_matrix()
1010 cur_proj.t.y = -cur_proj.t.y; in update_viewproj_matrix()
1019 matrix4_mul(&device->cur_viewproj, &device->cur_view, &cur_proj); in update_viewproj_matrix()
1364 struct matrix4 *dst = &device->cur_proj; in device_ortho()
1390 struct matrix4 *dst = &device->cur_proj; in device_frustum()
1416 da_push_back(device->proj_stack, &device->cur_proj); in device_projection_push()
[all …]
H A Dgl-subsystem.h637 struct matrix4 cur_proj; member
/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dtest-create.R15 cur_proj <- proj_get_() globalVar
18 expect_equal(proj_get_(), cur_proj)
23 expect_equal(proj_get_(), cur_proj)
/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot.cc5273 gen cur_proj=a+c*(b-a),cur_dist; in projection() local
5274 …if (!is_undef(c) && (i==0 || is_strictly_greater(dist,(cur_dist=distance2pp(p,cur_proj,contextptr)… in projection()
5276 proj=cur_proj; in projection()
5277 dist=i?cur_dist:distance2pp(p,cur_proj,contextptr); in projection()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/
H A Dcheckin_notes_20081587 Was using cur_proj (which is potentially NULL) instead of p