Searched refs:setW (Results 1 – 3 of 3) sorted by relevance
90 #define setW(x, val) (*(volatile unsigned int *)&W(x) = (val)) macro100 unsigned int TEMP = input(t); setW(t, TEMP); \
91 [self setW:@"newW"]; // This will release '_W', but retain the new value
31 - (void) setW:(id)newW {