Lines Matching refs:remain
152 int remain = 0; in dwarf_uncompress_integer_block_a() local
158 remain = input_length_in_bytes; in dwarf_uncompress_integer_block_a()
160 while (remain > 0) { in dwarf_uncompress_integer_block_a()
172 remain -= len; in dwarf_uncompress_integer_block_a()
175 if (remain != 0) { in dwarf_uncompress_integer_block_a()
189 remain = input_length_in_bytes; in dwarf_uncompress_integer_block_a()
191 for (i=0; i<output_length_in_units && remain>0; i++) { in dwarf_uncompress_integer_block_a()
204 remain -= len; in dwarf_uncompress_integer_block_a()
208 if (remain != 0) { in dwarf_uncompress_integer_block_a()
244 int remain = 0; in dwarf_uncompress_integer_block() local
273 remain = input_length_in_bytes; in dwarf_uncompress_integer_block()
275 while (remain > 0) { in dwarf_uncompress_integer_block()
286 remain -= len; in dwarf_uncompress_integer_block()
290 if (remain != 0) { in dwarf_uncompress_integer_block()
309 remain = input_length_in_bytes; in dwarf_uncompress_integer_block()
311 for (i=0; i<output_length_in_units && remain>0; i++) { in dwarf_uncompress_integer_block()
323 remain -= len; in dwarf_uncompress_integer_block()
327 if (remain != 0) { in dwarf_uncompress_integer_block()