Home
last modified time | relevance | path

Searched refs:run_cb (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/Changer/
H A Dcompat.pm211 $run_cb = sub {
259 $self->_run_tpchanger($run_cb, "-slot", "next");
335 my $run_cb = sub {
352 $self->_run_tpchanger($run_cb, "-$op");
420 my $run_cb = sub {
441 $self->_run_tpchanger($run_cb, "-info");
508 my ($self, $run_cb, @args) = @_;
511 my ($run_cb) = @_;
600 $run_cb->($exitval, $slot, $rest);
698 my $run_cb = sub {
[all …]
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/Changer/
H A Dcompat.pm211 $run_cb = sub {
259 $self->_run_tpchanger($run_cb, "-slot", "next");
335 my $run_cb = sub {
352 $self->_run_tpchanger($run_cb, "-$op");
420 my $run_cb = sub {
441 $self->_run_tpchanger($run_cb, "-info");
508 my ($self, $run_cb, @args) = @_;
511 my ($run_cb) = @_;
600 $run_cb->($exitval, $slot, $rest);
698 my $run_cb = sub {
[all …]
/dports/net/py-trio/trio-0.19.0/trio/_core/
H A D_entry_queue.py46 def run_cb(job): function
75 run_cb(self.queue.popleft())
78 run_cb(job)
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_thread.cpp24 thread::thread(function<void()> run_cb, int node) : run_cb_(run_cb), joined_(false), node_(node) in thread() argument
H A Dutil_thread.h51 thread(function<void()> run_cb, int node = -1);
/dports/multimedia/vlc/vlc-3.0.16/modules/visualization/visual/
H A Dvisual.h46 visual_run_t run_cb; member
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/delete-files/
H A Ddelete-files.cc211 auto run_cb = aud::obj_member<DeleteOperation, & DeleteOperation::run>; in start_delete() local
212 auto button1 = audgui_button_new (action, icon, run_cb, op); in start_delete()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dmainloop.cc164 g_timeout_add_full(G_PRIORITY_HIGH, params.interval_ms, run_cb, in HelperGLib()
175 static gboolean run_cb(void * me) in run_cb() function in HelperGLib
/dports/audio/synthpod-lv2/synthpod-01aad91/sandbox_ui.lv2/
H A Dsandbox_slave.h38 sandbox_slave_driver_run_t run_cb; member
H A Dsandbox_slave.c785 if(sb && sb->driver && sb->driver->run_cb) in sandbox_slave_run()
786 sb->driver->run_cb(sb, sb->update_rate, sb->data); in sandbox_slave_run()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dproresenc_kostya.c439 int run, level, run_cb, lev_cb; in encode_acs() local
443 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
452 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
457 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
699 int run, level, run_cb, lev_cb; in estimate_acs() local
704 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
714 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
718 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dproresenc_kostya.c394 int run, level, run_cb, lev_cb; in encode_acs() local
398 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
407 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
412 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
641 int run, level, run_cb, lev_cb; in estimate_acs() local
646 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
656 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
660 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dproresenc_kostya.c439 int run, level, run_cb, lev_cb; in encode_acs() local
443 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
452 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
457 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
699 int run, level, run_cb, lev_cb; in estimate_acs() local
704 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
714 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
718 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dproresenc_kostya.c437 int run, level, run_cb, lev_cb; in encode_acs() local
441 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
450 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
455 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
697 int run, level, run_cb, lev_cb; in estimate_acs() local
702 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
712 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
716 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c438 int run, level, run_cb, lev_cb; in encode_acs() local
442 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
451 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
456 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
698 int run, level, run_cb, lev_cb; in estimate_acs() local
703 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
713 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
717 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dproresenc_kostya.c394 int run, level, run_cb, lev_cb; in encode_acs() local
398 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
407 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
412 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
641 int run, level, run_cb, lev_cb; in estimate_acs() local
646 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
656 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
660 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c438 int run, level, run_cb, lev_cb; in encode_acs() local
442 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
451 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
456 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
698 int run, level, run_cb, lev_cb; in estimate_acs() local
703 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
713 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
717 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()
/dports/audio/synthpod-lv2/synthpod-01aad91/bin/
H A Dsynthpod_sandbox_kx.c124 .run_cb = _run,
H A Dsynthpod_sandbox_show.c114 .run_cb = _run,
H A Dsynthpod_sandbox_qt.cpp163 .run_cb = _run,
H A Dsynthpod_sandbox_gtk.c161 .run_cb = _run,
H A Dsynthpod_sandbox_x11.c249 .run_cb = _run,
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/sysprof/
H A Dgbp-sysprof-workspace-addin.c296 run_cb (GSimpleAction *action, in run_cb() function
349 { "run", run_cb }, in gbp_sysprof_workspace_addin_init()
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/
H A DRot.c59 static void run_cb (Widget parent , XtPointer data , XmPushButtonCallbackStruct * cbs);
449 XtAddCallback(DI1_Ca3_Ca6, XmNactivateCallback,(XtCallbackProc)run_cb,(XtPointer)NULL ); in DI1_Create()
528 static void run_cb (Widget parent, XtPointer data , XmPushButtonCallbackStruct * cbs ){ in run_cb() function
/dports/x11/lightdm/lightdm-1.30.0/src/
H A Dx-server-local.c451 ProcessRunFunc run_cb = X_SERVER_LOCAL_GET_CLASS (server)->get_run_function (server); in x_server_local_start() local
452 priv->x_server_process = process_new (run_cb, server); in x_server_local_start()

12