Home
last modified time | relevance | path

Searched refs:AttackLength (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtx16w.c291 int AttackLength, LoopLength, i; in stopwrite() local
321 AttackLength = TXMAXLEN/2; in stopwrite()
325 AttackLength = TXMAXLEN/2; in stopwrite()
329 AttackLength -= 0x40; in stopwrite()
333 AttackLength = sk->samples_out -0x40; in stopwrite()
337 AttackLength = 0x40; in stopwrite()
354 WH.atc_length[0] = 0xFF & AttackLength; in stopwrite()
355 WH.atc_length[1] = 0xFF & (AttackLength >> 8); in stopwrite()
356 WH.atc_length[2] = (0x01 & (AttackLength >> 16)) + in stopwrite()