mmtype 227 util.c #define A ((mmtype*)a) mmtype 228 util.c #define B ((mmtype*)b) mmtype 229 util.c #define C ((mmtype*)c) mmtype 230 util.c #define D ((mmtype*)d) mmtype 232 util.c #define mmstep (sizeof(mmtype) * mmcount) mmtype 234 util.c if (((VALUE)(base) % sizeof(mmtype)) == 0 && ((size) % sizeof(mmtype)) == 0) \ mmtype 249 util.c register mmtype s; mmtype 268 util.c if (low >= 2 * sizeof(mmtype)) { s = A[1]; A[1] = B[1]; B[1] = s; mmtype 270 util.c if (low >= 3 * sizeof(mmtype)) {s = A[2]; A[2] = B[2]; B[2] = s;} mmtype 287 util.c register mmtype s; mmtype 306 util.c if (low >= 2 * sizeof(mmtype)) { s = A[1]; A[1] = B[1]; B[1] = C[1]; C[1] = s; mmtype 308 util.c if (low == 3 * sizeof(mmtype)) {s = A[2]; A[2] = B[2]; B[2] = C[2]; C[2] = s;}