Searched defs:RowCol (Results 1 – 2 of 2) sorted by relevance
4 struct [[gnu::aligned(128)]] RowCol { struct5 unsigned row;6 unsigned col;
6 struct [[gnu::aligned(kAlignment)]] RowCol { struct12 struct RowCol origin; argument