Searched defs:total_length (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryConnection.c110 jint total_length; local
113 total_length = str->type.cmd.len;
114 data_length = total_length - 11;
117 array = (*env)->NewByteArray(env, total_length);
123 tmpInt = intToBigInt((unsigned int)total_length);
169 jsize total_length, data_length; local
178 total_length = (int)pktHeader[3] | ((int)pktHeader[2] << 8) |
200 data_length = total_length - 11;
219 str->type.cmd.len = total_length;
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1966 const size_t total_length = local
1970 if (total_length > sizeof(base_path)) {
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c1248 unsigned int total_length; local
1309 total_length = 0;
1324 total_length += (length - ICC_OVERHEAD_LEN);
1327 if (total_length <= 0) {
1335 data = (*env)->NewByteArray(env, total_length);

Completed in 222 milliseconds