Searched defs:GET2 (Results 1 – 2 of 2) sorted by relevance
50 #define GET2(m, row, col) ((m[col] >> (row)) & 1U) macro
194 #define GET2(a,n) (unsigned int)(((a)[n] << 8) | (a)[(n)+1]) macro199 #define GET2(a,n) a[n] macro