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

/include/sound/
H A Dsfnt_info.h102 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
103 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */
106 unsigned char cutoff; /* initial cutoff (0xff) */ member in struct:soundfont_voice_parm
/include/net/
H A Dtcp.h512 int cutoff; local
522 cutoff = (tp->max_window >> 1);
524 cutoff = tp->max_window;
526 if (cutoff && pktsize > cutoff)
527 return max_t(int, cutoff, 68U - tp->tcp_header_len);

Completed in 49 milliseconds