Home
last modified time | relevance | path

Searched refs:s_run (Results 1 – 25 of 27) sorted by relevance

12

/dports/biology/sra-tools/sra-tools-2.11.0/scripts/
H A Dtest-volume-mgr.pl66 my @s_run = qw ( SRR053325 SRR045450 );
68 my $path = "$public/sra/$s_run[0].sra";
77 $failures += ok ( not_exist ( $path, $s_run[0] ) );
78 $failures += ok ( prefetch ( $s_run[0] ) );
80 $failures += ok ( srapath ( $s_run[0], $path ) );
108 $failures += ok ( vdb_dump ( $s_run[0], 1 ) );
110 $failures += ok ( srapath ( $s_run[0], $path ) );
121 my $path1 = "$vol2/$s_run[1].sra";
123 $failures += ok ( prefetch ( $s_run[1] ) );
280 $failures += ok ( prefetch ( $s_run[0] ) );
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/
H A Dsoftclip.hpp41 static FloatType s_run(FloatType arg) in s_run() function
53 return s_run(arg); in operator ()()
86 return arg.collect(softclip::s_run<FloatType>); in operator ()()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/
H A Dsoftclip.hpp41 static FloatType s_run(FloatType arg) in s_run() function
53 return s_run(arg); in operator ()()
86 return arg.collect(softclip::s_run<FloatType>); in operator ()()
/dports/audio/noise-suppression-for-voice-lv2/noise-suppression-for-voice-0.91-2-g6466b34/src/lv2_plugin/lv2core/
H A DPlugin.hpp233 run = s_run;
260 static void s_run(LV2_Handle instance, uint32_t sample_count) {
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dpc1350.cpp31 const char* const pc1350_state::s_run[5] = member in pc1350_state
117 …pocketc_draw_special(bitmap, RIGHT-30, DOWN+5, s_run, BIT(m_reg[0x83c], 4) ? color[2] : color[3… in screen_update()
H A Dpc1251.cpp55 const char *const pc1251_state::s_run[5] = member in pc1251_state
129 …pocketc_draw_special(bitmap, RIGHT+53, DOWN-10, s_run, BIT(m_reg[0x3e], 1) ? color[1] : color[0… in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dpc1350.cpp31 const char* const pc1350_state::s_run[5] = member in pc1350_state
117 …pocketc_draw_special(bitmap, RIGHT-30, DOWN+5, s_run, BIT(m_reg[0x83c], 4) ? color[2] : color[3… in screen_update()
H A Dpc1251.cpp55 const char *const pc1251_state::s_run[5] = member in pc1251_state
129 …pocketc_draw_special(bitmap, RIGHT+53, DOWN-10, s_run, BIT(m_reg[0x3e], 1) ? color[1] : color[0… in screen_update()
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dgirlscout.py308 s_run = s_path.next_run
325 if type(s_run) is SimIRSB:
327 bytes = s_run.irsb._state[1]['bytes']
328 size = s_run.irsb.size
337 if isinstance(s_run, SimIRSB):
338 self._seg_list.occupy(addr, s_run.irsb.size)
339 successors = s_run.flat_successors + s_run.unsat_successors
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dpc1350.h52 static const char* const s_run[5]; variable
H A Dpc1251.h62 static const char *const s_run[5]; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dpc1350.h52 static const char* const s_run[5]; variable
H A Dpc1251.h62 static const char *const s_run[5]; variable
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/vcc/
H A DMakefile23 $(VCC) $(VCC_ARGS) lifecycle.c /f:s_stop_task /f:s_stop /f:s_wait_for_stop_completion /f:s_run
H A Dlifecycle.c98 static int s_run(struct aws_event_loop *event_loop _(ghost \claim(c_mutex))) { in s_run() function
H A Dpreamble.h769 static int s_run(struct aws_event_loop *event_loop _(ghost \claim(c_mutex)))
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/windows/iocp/
H A Diocp_event_loop.c97 static int s_run(struct aws_event_loop *event_loop);
128 .run = s_run,
341 static int s_run(struct aws_event_loop *event_loop) { in s_run() function
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/linux/
H A Depoll_event_loop.c47 static int s_run(struct aws_event_loop *event_loop);
67 .run = s_run,
268 static int s_run(struct aws_event_loop *event_loop) { in s_run() function
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/expected/
H A Ddata_fetcher.out10 format('include/%s_run.sql', :'TEST_BASE_NAME') as "TEST_QUERY_NAME",
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/bsd/
H A Dkqueue_event_loop.c28 static int s_run(struct aws_event_loop *event_loop);
121 .run = s_run,
357 static int s_run(struct aws_event_loop *event_loop) { in s_run() function
/dports/math/libtommath/libtommath-1.2.0/etc/
H A Dtune.c159 static void s_run(const char *name, uint64_t (*op)(int), int *cutoff) in s_run() function
468 s_run(test[n].name, test[n].fn, test[n].cutoff); in main()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrObject.h198 extern PyrSymbol *s_run, *s_stop, *s_tick;
H A DSC_LanguageClient.cpp295 void SC_LanguageClient::runMain() { runLibrary(s_run); } in runMain()
H A DPyrObject.cpp150 PyrSymbol *s_run, *s_stop, *s_tick; variable
256 s_run = getsym("run"); in initSymbols()
/dports/devel/aws-c-io/aws-c-io-0.10.12/docs/
H A Depoll_event_loop_proof.md79 - In `s_run` we do not model the ownership transfer of the event loop from

12