Home
last modified time | relevance | path

Searched refs:trickle_down (Results 1 – 13 of 13) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/example_app/
H A Duc2.cpp78 bool trickle_down = false; variable
161 if (strstr(argv[i], "trickle_down")) trickle_down = true; in main()
180 trickle_down?" trickle_down":"" in main()
304 if (trickle_down) { in main()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dpqueue.c72 trickle_down (int index, struct pqueue *queue) in trickle_down() function
168 trickle_down (0, queue); in pqueue_dequeue()
185 trickle_down (index, queue); in pqueue_remove_at()
H A Dpqueue.h43 extern void trickle_down (int index, struct pqueue *queue);
/dports/science/cdo/cdo-2.0.0/src/kdtreelib/
H A Dpqueue.cc274 trickle_down(struct pqueue *q, size_t i) in trickle_down() function
454 trickle_down(q, 1); in pqremove_min()
483 trickle_down(q, i); in pqremove_max()
H A Dpqueue.h17 void trickle_down(struct pqueue *q, size_t i);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dapp_ipc.h98 MSG_CHANNEL trickle_down; member
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dapp_control.cpp673 sent = atp->app_client_shm.shm->trickle_down.send_msg("<have_trickle_down/>\n");
678 sent = atp->app_client_shm.shm->trickle_down.send_msg("<upload_file_status/>\n");
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dmra.h1354 result.get_impl()->trickle_down(true); in project_out()
1987 result.get_impl()->trickle_down(true);
2065 result.get_impl()->trickle_down(true);
H A Dfuncimpl.h1988 f->trickle_down(true); // fence must be true otherwise undo_redundant will have trouble in do_dirac_convolution()
4059 void trickle_down(bool fence);
H A Dmraimpl.h1391 void FunctionImpl<T,NDIM>::trickle_down(bool fence) { in trickle_down() function
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dboinc_api.cpp1126 if (app_client_shm->shm->trickle_down.get_msg(buf)) {
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/
H A Dcheckin_notes_20043333 NOTE: changed format of trickle_down table.
5218 Instead of using dedicated trickle_up and trickle_down DB tables,
H A Dcheckin_notes_20116278 - example app: add --trickle_up and --trickle_down options,