Home
last modified time | relevance | path

Searched refs:starttime_CPU (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.h557 int_least64_t starttime_CPU; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h557 int_least64_t starttime_CPU; member
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h557 int_least64_t starttime_CPU; member
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs2350 starttime_CPU: timer.starttime_CPU 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.rs499 pub starttime_CPU: c_long, field
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3975 p->starttime_CPU = get_CPU_time(); in csoundInitTimerStruct()
3994 return ((double) ((uint32_t) get_CPU_time() - (uint32_t) p->starttime_CPU) in csoundGetCPUTime()