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