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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DWriterToUTF8Buffered.java214 int start_chunk = end_chunk;
246 int len_chunk = (end_chunk - start_chunk);
247 this.write(chars,start_chunk, len_chunk);
349 int start_chunk = end_chunk;
351 s.getChars(start_chunk,end_chunk, m_inputChars,0);
352 int len_chunk = (end_chunk - start_chunk);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp103 uintptr_t start_chunk = addr_to_chunk_index(used.start()); local
104 uintptr_t start_chunk_stride_num = start_chunk % n_strides;

Completed in 31 milliseconds