Searched refs:LoopLength (Results 1 – 1 of 1) sorted by relevance
291 int AttackLength, LoopLength, i; in stopwrite() local322 LoopLength = TXMAXLEN/2; in stopwrite()326 LoopLength = sk->samples_out - TXMAXLEN/2; in stopwrite()327 if (LoopLength < 0x40) { in stopwrite()328 LoopLength +=0x40; in stopwrite()334 LoopLength = 0x40; in stopwrite()338 LoopLength = 0x40; in stopwrite()359 WH.rpt_length[0] = 0xFF & LoopLength; in stopwrite()360 WH.rpt_length[1] = 0xFF & (LoopLength >> 8); in stopwrite()361 WH.rpt_length[2] = (0x01 & (LoopLength >> 16)) + in stopwrite()