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

/include/uapi/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.h557 int cutoff; local
567 cutoff = (tp->max_window >> 1);
569 cutoff = tp->max_window;
571 if (cutoff && pktsize > cutoff)
572 return max_t(int, cutoff, 68U - tp->tcp_header_len);

Completed in 72 milliseconds