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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dswab.c45 #define STEP temp = *from++,*to++ = *from++,*to++ = temp macro
48 STEP;
51 STEP; STEP; STEP; STEP;
52 STEP; STEP; STEP; STEP;
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dswab.c43 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro
57 STEP;
60 STEP; STEP; STEP; STEP;
61 STEP; STEP; STEP; STEP;
[all...]
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp macro
56 STEP;
58 STEP; STEP; STEP; STEP;
59 STEP; STEP; STEP; STEP;
[all...]

Completed in 57 milliseconds