Home
last modified time | relevance | path

Searched refs:e_stop (Results 1 – 25 of 65) sorted by relevance

123

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/include/mirtk/
H A DProfiling.h270 cudaEvent_t e_start, e_stop; \
272 CudaSafeCall( cudaEventCreate(&e_stop) ); \
321 CudaSafeCall( cudaEventRecord(e_stop, 0) ); \
322 CudaSafeCall( cudaEventSynchronize(e_stop) ); \
323 CudaSafeCall( cudaEventElapsedTime(&t_elapsed, e_start, e_stop) ); \
352 CudaSafeCall( cudaEventRecord(e_stop, 0) ); \
353 CudaSafeCall( cudaEventSynchronize(e_stop) ); \
354 CudaSafeCall( cudaEventElapsedTime(&t_elapsed, e_start, e_stop) ); \
356 CudaSafeCall( cudaEventDestroy(e_stop) ); \
423 CudaSafeCall( cudaEventDestroy(e_stop) ); \
/dports/audio/festival/speech_tools/intonation/tilt/
H A Dtilt_analysis.cc50 int e_start, int e_stop,
376 int b_start, b_stop, e_start, e_stop, region; in rf_match() local
408 e_stop = stop + region; in rf_match()
425 e_stop = fz.num_frames() - 1; in rf_match()
428 e_start = e_stop - region; in rf_match()
462 e_stop = fz.num_frames() - 1; in rf_match()
468 e_start = e_stop - region; in rf_match()
658 int e_start, int e_stop, int &mi, int &mj) in match_rf_point() argument
676 if ((e_start >= e_stop) || (e_stop > fz.num_frames())) in match_rf_point()
679 e_start << "-" << e_stop << endl; in match_rf_point()
[all …]
/dports/net/fspd/fsp-2.8.1b29/server/
H A Dfifocache.c64 cache->e_stop=NULL; in f_cache_new()
66 cache->e_stop=cache->e_head+cache->entrysize*cache->cachesize; in f_cache_new()
208 if(cache->e_next==cache->e_stop || cache->k_next==cache->k_stop) in f_cache_put()
291 if(entry<(const void *)cache->e_head || entry>=(const void *)cache->e_stop) in f_cache_get_key()
312 if(entry<(const void *)cache->e_head || entry>=(const void *)cache->e_stop) return 0; in f_cache_delete_entry()
H A Dfifocache.h16 const void *e_stop; /* stop mark for entries, never write here! */ member
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/util/
H A Dprofile.c217 struct timeval e_stop; /* Elapsed time */ in ptmr_stop() local
231 gettimeofday(&e_stop, 0); in ptmr_stop()
232 dt_elapsed = (make_sec(&e_stop) - tm->start_elapsed); in ptmr_stop()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/util/
H A Dprofile.c221 struct timeval e_stop; /* Elapsed time */ in ptmr_stop() local
235 gettimeofday(&e_stop, 0); in ptmr_stop()
236 dt_elapsed = (make_sec(&e_stop) - tm->start_elapsed); in ptmr_stop()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/util/
H A Dprofile.c221 struct timeval e_stop; /* Elapsed time */ in ptmr_stop() local
235 gettimeofday(&e_stop, 0); in ptmr_stop()
236 dt_elapsed = (make_sec(&e_stop) - tm->start_elapsed); in ptmr_stop()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DAddWaveGuidePort.m95 e_stop = stop; variable
96 e_stop(dir) = e_start(dir);
104 CSX = AddBox( CSX, exc_name, prio, e_start, e_stop);
H A DAddCurvePort.m175 e_stop = v_stop; variable
177 CSX = AddBox( CSX, [PortNamePrefix 'port_excite_' num2str(portnr)], prio, e_start, e_stop );
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsatutil.c1025 Int4 r_start, r_stop, e_start, e_stop; in CopyFeatureFromAlign() local
1097 e_stop = -1; in CopyFeatureFromAlign()
1141 if(e_stop == -1) in CopyFeatureFromAlign()
1142 e_stop = r_stop; in CopyFeatureFromAlign()
1144 e_stop = MAX(e_stop, r_stop); in CopyFeatureFromAlign()
1247 if(e_start != -1 && e_stop != -1) in CopyFeatureFromAlign()
1250 fuzz_to = (Boolean) (SeqLocStop(source_sfp->location) > e_stop); in CopyFeatureFromAlign()
H A Dsalprop.c300 Int4 r_start, r_stop, e_start, e_stop; in CopySeqLocFromSeqAlign() local
366 e_stop = -1; in CopySeqLocFromSeqAlign()
396 if(e_stop == -1) in CopySeqLocFromSeqAlign()
397 e_stop = r_stop; in CopySeqLocFromSeqAlign()
399 e_stop = MAX(e_stop, r_stop); in CopySeqLocFromSeqAlign()
H A Dmaputil.h239 Int4Ptr e_stop));
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Depgdb.c61 uint32_t e_stop = 0; in _epgdb_v1_process() local
71 if(htsmsg_get_u32(c, "stop", &e_stop)) return; in _epgdb_v1_process()
76 ebc = epg_broadcast_find_by_time(ch, e_start, e_stop, 0, 1, &save); in _epgdb_v1_process()
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dnano_library.py116 def e_stop(self): member in K40_CLASS
302 self.e_stop()
/dports/net/h323plus/h323plus-1_27_2/include/h224/
H A Dh284.h108 e_stop = 0, enumerator
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/python/openEMS/
H A Dports.py346 e_stop = np.array(stop)
347 e_stop[self.exc_ny] = e_start[self.exc_ny]
352 exc.AddBox(e_start, e_stop, priority=self.priority)
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/sourceeditor/codemirror/
H A DREADME105 CodeMirror.e_stop(event);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/src/
H A Dimdct.rs341 let e_stop = n2; in inverse_mdct() localVariable
355 while e_offs != e_stop { in inverse_mdct()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lewton-0.10.2/src/
H A Dimdct.rs341 let e_stop = n2; in inverse_mdct() localVariable
355 while e_offs != e_stop { in inverse_mdct()
/dports/audio/lewton/lewton-0.10.2/src/
H A Dimdct.rs341 let e_stop = n2; in inverse_mdct() localVariable
355 while e_offs != e_stop { in inverse_mdct()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/lewton-0.10.2/src/
H A Dimdct.rs341 let e_stop = n2; in inverse_mdct() localVariable
355 while e_offs != e_stop { in inverse_mdct()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Dimdct.rs341 let e_stop = n2; in inverse_mdct() localVariable
355 while e_offs != e_stop { in inverse_mdct()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Dimdct.rs341 let e_stop = n2;
355 while e_offs != e_stop {
/dports/net/h323plus/h323plus-1_27_2/src/h224/
H A Dh284.cxx314 case H284_ControlPoint::e_stop: theArray[3] |= 0x00; break; in SetAction()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/sourceeditor/
H A DREADME106 CodeMirror.e_stop(event);

123