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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmarker.c1325 unsigned int length_limit)
1335 if (length_limit > maxlength)
1336 length_limit = (unsigned int) maxlength;
1341 if (length_limit) {
1344 if (marker_code == (int) M_APP0 && length_limit < APP0_DATA_LEN)
1345 length_limit = APP0_DATA_LEN;
1346 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1347 length_limit = APP14_DATA_LEN;
1357 marker->length_limit_COM = length_limit;
1360 marker->length_limit_APPn[marker_code - (int) M_APP0] = length_limit;
1324 jpeg_save_markers(j_decompress_ptr cinfo, int marker_code, unsigned int length_limit) argument
[all...]
H A Djpeglib.h1011 unsigned int length_limit));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp274 int locs_buffer_size = 20 * (relocInfo::length_limit + sizeof(relocInfo));
H A Dc1_LIRGenerator.cpp808 Value length_limit = NULL; local
817 length_limit = ifop->y();
825 if (length_limit != NULL &&
826 src_array->length() == length_limit &&
835 if (length_limit != NULL &&
836 dst_array->length() == length_limit &&
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp453 length_limit = 1 + 1 + (3*BytesPerWord/BytesPerShort) + 1, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon209
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp329 relocInfo* req = end + relocInfo::length_limit;

Completed in 101 milliseconds