Searched defs:ELEM (Results 1 – 2 of 2) sorted by relevance
41 #define ELEM(A,ROW,COL) &((A)->pData[(A)->numCols* (ROW) + (COL)]) macro