Searched refs:TXMAXLEN (Results 1 – 1 of 1) sorted by relevance
40 #define TXMAXLEN 0x3FF80 macro257 size_t last_i, i = 0, len = min(len0, TXMAXLEN - sk->samples_out); in write_samples()319 if (sk->samples_out >= TXMAXLEN) { in stopwrite()321 AttackLength = TXMAXLEN/2; in stopwrite()322 LoopLength = TXMAXLEN/2; in stopwrite()324 else if (sk->samples_out >=TXMAXLEN/2) { in stopwrite()325 AttackLength = TXMAXLEN/2; in stopwrite()326 LoopLength = sk->samples_out - TXMAXLEN/2; in stopwrite()