Lines Matching refs:VS
708 #define ELEMENT_AT(T, DT, VS) \
710 void *r = ElementAt1D(a, DT, VS, x); \
715 void *r = ElementAt2D(a, DT, VS, x, y); \
720 void *r = ElementAt3D(a, DT, VS, x, y, z); \
725 void *r = ElementAt1D(a, DT, VS, x); \
730 void *r = ElementAt2D(a, DT, VS, x, y); \
735 void *r = ElementAt3D(a, DT, VS, x, y, z); \