Searched defs:STEP (Results 1 – 3 of 3) sorted by relevance
45 #define STEP temp = *from++,*to++ = *from++,*to++ = temp macro [all...]
43 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro [all...]
53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro [all...]