Home
last modified time | relevance | path

Searched refs:starttime_real (Results 1 – 6 of 6) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h556 int_least64_t starttime_real; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h556 int_least64_t starttime_real; member
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h556 int_least64_t starttime_real; member
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs2349 starttime_real: timer.starttime_real as c_long, in get_real_time()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs498 pub starttime_real: c_long, field
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3974 p->starttime_real = get_real_time(); in csoundInitTimerStruct()
3984 return ((double) (get_real_time() - p->starttime_real) in csoundGetRealTime()