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

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

Completed in 172 milliseconds