Home
last modified time | relevance | path

Searched refs:n_tpts (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Dtrail.cc13 if (n > n_tpts) { in alloc()
14 n_tpts = n; in alloc()
16 tpts = new float [2 * n_tpts]; in alloc()
H A Dtrail.h17 static int n_tpts; member
H A Dmain.cc206 int trail_t::n_tpts = 0; member in trail_t