Searched refs:MAX_ROWS (Results 1 – 3 of 3) sorted by relevance
138 public final static int MAX_ROWS = MAX_CP + 1; field in PropsVectors218 } else if (maxRows < MAX_ROWS) { in setValue()219 newMaxRows = MAX_ROWS; in setValue()
140 public final static int MAX_ROWS = MAX_CP + 1; field in PropsVectors220 } else if (maxRows < MAX_ROWS) { in setValue()221 newMaxRows = MAX_ROWS; in setValue()
27 #define MAX_ROWS (MAX_SIDES * MAX_SOCKETS) macro