Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dswab.c45 #define STEP temp = *from++,*to++ = *from++,*to++ = temp macro
[all...]
/titanic_52/usr/src/lib/libc/port/gen/
H A Dswab.c43 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro
[all...]
/titanic_52/usr/src/boot/lib/libc/string/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro
[all...]