Home
last modified time | relevance | path

Searched refs:temp_counter (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/zip/
DDeInflate.java150 int temp_counter = def.deflate(tempBuffer); in check() local
151 m += temp_counter; in check()
152 baos.write(tempBuffer, 0, temp_counter); in check()
160 int temp_counter = inf.inflate(tempBuffer); in check() local
161 n += temp_counter; in check()
162 baos.write(tempBuffer, 0, temp_counter); in check()