Searched defs:rateh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioHdrParse.cc71 int rateh; local
76 rateh = sample_rate % 1000;
77 if (rateh == 0) {
82 if ((rateh % 10) == 0) {
84 rateh /= 10;
86 if ((rateh % 10) == 0) {
88 rateh /= 10;
90 (void) sprintf(str, "%d.%0*dkHz", ratek, prec, rateh);

Completed in 58 milliseconds