Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c947 …ize = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local
957new_out_buf_capacity = out_buf_capacity * 2; if (new_out_buf_capacity < 128) new_out_buf_capacity in tinfl_decompress_mem_to_heap()
958 pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()
963 pBuf = pNew_buf; out_buf_capacity = new_out_buf_capacity; in tinfl_decompress_mem_to_heap()