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

/drivers/staging/speakup/
H A Dselection.c36 static int atedge(const int p, int size_row) argument
38 return !(p % size_row) || !((p + 2) % size_row);
/drivers/tty/vt/
H A Dselection.c116 static inline int atedge(const int p, int size_row) argument
118 return (!(p % size_row) || !((p + 2) % size_row));

Completed in 37 milliseconds