HomeSort by: relevance | last modified time | path
    Searched defs:toc2msf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/cdplay/
cdplay.c 192 static void toc2msf(u_int, u_int *, u_int *, u_int *);
771 toc2msf(tr1-1, &tm, &ts, &tf);
774 toc2msf(tr1, &tm, &ts, &tf);
792 toc2msf(n, &m2, &s2, &f2);
802 toc2msf(tr2, &tm, &ts, &tf);
807 toc2msf(n, &tm, &ts, &tf);
1476 toc2msf(u_int i, u_int *m, u_int *s, u_int *f) function in typeref:typename:void
cdplay.c 192 static void toc2msf(u_int, u_int *, u_int *, u_int *);
771 toc2msf(tr1-1, &tm, &ts, &tf);
774 toc2msf(tr1, &tm, &ts, &tf);
792 toc2msf(n, &m2, &s2, &f2);
802 toc2msf(tr2, &tm, &ts, &tf);
807 toc2msf(n, &tm, &ts, &tf);
1476 toc2msf(u_int i, u_int *m, u_int *s, u_int *f) function in typeref:typename:void

Completed in 52 milliseconds