Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.h296 typedef unsigned int mz_uint; typedef
362 mz_uint m_total_files;
365 mz_uint m_file_offset_alignment;
400 mz_uint mz_zip_reader_get_num_files(mz_zip_archive *pZip);
403 mz_bool mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, mz_zip_archive_file_stat …
406 mz_bool mz_zip_reader_is_file_a_directory(mz_zip_archive *pZip, mz_uint file_index);
407 mz_bool mz_zip_reader_is_file_encrypted(mz_zip_archive *pZip, mz_uint file_index);
411 mz_uint mz_zip_reader_get_filename(mz_zip_archive *pZip, mz_uint file_index, char *pFilename, mz_ui…
416 …p_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uint flags);
419 …r_extract_to_mem_no_alloc(mz_zip_archive *pZip, mz_uint file_index, void *pBuf, size_t buf_size, m…
[all …]
Dminiz.c256mz_uint comp_flags = TDEFL_COMPUTE_ADLER32 | tdefl_create_comp_flags_from_zip_params(level, window… in mz_deflateInit2()
314 pStream->next_in += (mz_uint)in_bytes; pStream->avail_in -= (mz_uint)in_bytes; in mz_deflate()
315 …pStream->total_in += (mz_uint)in_bytes; pStream->adler = tdefl_get_adler32((tdefl_compressor*)pStr… in mz_deflate()
317 pStream->next_out += (mz_uint)out_bytes; pStream->avail_out -= (mz_uint)out_bytes; in mz_deflate()
318 pStream->total_out += (mz_uint)out_bytes; in mz_deflate()
401 mz_uint m_dict_ofs, m_dict_avail, m_first_call, m_has_flushed; int m_window_bits;
445 mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; in mz_inflate()
470 …pStream->next_in += (mz_uint)in_bytes; pStream->avail_in -= (mz_uint)in_bytes; pStream->total_in +… in mz_inflate()
472 …pStream->next_out += (mz_uint)out_bytes; pStream->avail_out -= (mz_uint)out_bytes; pStream->total_… in mz_inflate()
503 pStream->next_in += (mz_uint)in_bytes; pStream->avail_in -= (mz_uint)in_bytes; in mz_inflate()
[all …]