Searched refs:SAFE_TO_ALLOC_3 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dsafe_alloc.h40 #define SAFE_TO_ALLOC_3(w, h, sz) \ macro
H A Dawt_ImagingLib.c293 if (SAFE_TO_ALLOC_3(w, h, sizeof(mlib_d64))) {
376 if (SAFE_TO_ALLOC_3(w, h, sizeof(mlib_s32))) {
534 if (SAFE_TO_ALLOC_3(w, h, sizeof(mlib_d64))) {
622 if (SAFE_TO_ALLOC_3(w, h, sizeof(mlib_s32))) {
2361 SAFE_TO_ALLOC_3(height, rasterP->scanlineStride, 4)))
2415 SAFE_TO_ALLOC_3(width, rasterP->numBands, 2) &&
2416 SAFE_TO_ALLOC_3(height, rasterP->scanlineStride, 2)))

Completed in 38 milliseconds