Searched refs:VAR (Results 1 – 2 of 2) sorted by relevance
39 #define BYTESHIFT(VAR, IDX) (((VAR) >> ((IDX) * 8)) & 0xFF) argument