Home
last modified time | relevance | path

Searched defs:STEP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dswab.c41 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro
/illumos-gate/usr/src/boot/libsa/string/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro