Searched refs:SAFE_TO_ALLOC_2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dsafe_alloc.h36 #define SAFE_TO_ALLOC_2(c, sz) \ macro
H A Dawt_ImagingLib.c1339 if (SAFE_TO_ALLOC_2(ncomponents, sizeof(unsigned char *))) {
1345 if (SAFE_TO_ALLOC_2(lut_nbands, sizeof(LookupArrayInfo))) {
2359 if (!((rasterP->chanOffsets[0] == 0 || SAFE_TO_ALLOC_2(rasterP->chanOffsets[0], 4)) &&
2360 SAFE_TO_ALLOC_2(width, 4) &&
2387 if (!(SAFE_TO_ALLOC_2(width, rasterP->numBands) &&
2388 SAFE_TO_ALLOC_2(height, rasterP->scanlineStride)))
2414 if (!((rasterP->chanOffsets[0] == 0 || SAFE_TO_ALLOC_2(rasterP->chanOffsets[0], 2)) &&
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c310 if (SAFE_TO_ALLOC_2(rasterP->numDataElements, sizeof(jint))) {
345 if (SAFE_TO_ALLOC_2(rasterP->numDataElements, sizeof(jint))) {
466 if (SAFE_TO_ALLOC_2(cmP->numComponents, sizeof(jint))) {
614 if (SAFE_TO_ALLOC_2(hintP->numChans, sizeof(int))) {

Completed in 42 milliseconds