SMAX               40 source/test/ipfilterharness.cpp         short_test_buff[0][i] = (rand() % (2 * SMAX)) - SMAX;
SMAX               44 source/test/ipfilterharness.cpp         short_test_buff[2][i] = SMAX;
SMAX               39 source/test/pixelharness.cpp         short_test_buff[0][i]   = (rand() % (2 * SMAX + 1)) - SMAX - 1; // max(SHORT_MIN, min(rand(), SMAX));
SMAX               58 source/test/pixelharness.cpp         short_test_buff[2][i]   = SMAX;
SMAX               72 source/test/pixelharness.cpp         sbuf1[i] = (rand() % (2 * SMAX + 1)) - SMAX - 1; //max(SHORT_MIN, min(rand(), SMAX));
SMAX               73 source/test/pixelharness.cpp         sbuf2[i] = (rand() % (2 * SMAX + 1)) - SMAX - 1; //max(SHORT_MIN, min(rand(), SMAX));
SMAX               74 source/test/pixelharness.cpp         ibuf1[i] = (rand() % (2 * SMAX + 1)) - SMAX - 1;