Searched refs:dwCnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pci/
H A Dcsapcm.c226 u_long dwFrameGroupLength, dwCnt; local
303 for(dwCnt = 2; dwCnt <= 64; dwCnt *= 2)
305 if(((ulOutRate / dwCnt) * dwCnt) !=
316 for(dwCnt = 5; dwCnt <= 125; dwCnt *= 5)
318 if(((ulOutRate / dwCnt) * dwCn
[all...]

Completed in 101 milliseconds