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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmarker.c587 #define APPN_DATA_LEN 14 /* Must be the largest of the above!! */ macro
712 JOCTET b[APPN_DATA_LEN];
720 if (length >= APPN_DATA_LEN)
721 numtoread = APPN_DATA_LEN;

Completed in 31 milliseconds