Searched refs:SAFE_TO_MULT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dsafe_math.h29 #define SAFE_TO_MULT(a, b) \ macro
H A Dmlib_ImageCreate.c164 if (!SAFE_TO_MULT(width, channels)) {
172 if (!SAFE_TO_MULT(wb, 8)) {
180 if (!SAFE_TO_MULT(wb, 4)) {
188 if (!SAFE_TO_MULT(wb, 2)) {
270 if (!SAFE_TO_MULT(width, channels)) {
278 if (!SAFE_TO_MULT(wb, 8)) {
285 if (!SAFE_TO_MULT(wb, 4)) {
292 if (!SAFE_TO_MULT(wb, 2)) {
310 if (!SAFE_TO_MULT(wb, height)) {
H A Dawt_ImagingLib.c2049 if (!SAFE_TO_MULT(numLines, scanLength)) {
2614 if (!SAFE_TO_MULT(rasterP->scanlineStride, \
2627 if (!SAFE_TO_MULT((elements_per_pixel), rasterP->width)) { \
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c129 if (!SAFE_TO_MULT(rasterP->height, rasterP->scanlineStride)) {
132 if (!SAFE_TO_MULT(rasterP->width, rasterP->pixelStride)) {

Completed in 261 milliseconds