Home | History | Annotate | Download | only in netboot

Lines Matching defs:COMMON

100 #define COMMON(x) \
111 case 0: COMMON(""); return to;
112 case 1: COMMON("\n\tmovsb"); return to;
113 case 2: COMMON("\n\tmovsw"); return to;
114 default: COMMON("\n\tmovsw\n\tmovsb"); return to;
118 #undef COMMON
172 * memset(x,0,y) is a reasonably common thing to do, so we want to fill
218 #define COMMON(x) \
228 case 0: COMMON(""); return s;
229 case 1: COMMON("\n\tstosb"); return s;
230 case 2: COMMON("\n\tstosw"); return s;
231 default: COMMON("\n\tstosw\n\tstosb"); return s;
235 #undef COMMON