Searched defs:comment_size (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/ |
H A D | miniz.c | 6126 … mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, in mz_zip_writer_create_central_dir_header() 6151 … const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, in mz_zip_writer_add_to_central_dir() 6227 …e_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_writer_add_mem_ex() 6233 …ar *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, in mz_zip_writer_add_mem_ex_v2() 6526 … size_to_add, const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_writer_add_read_buf_callback() 6842 … size_to_add, const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_writer_add_cfile() 6849 …*pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_writer_add_file() 7460 …e_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_add_mem_to_archive_file_in_place() 7465 …e_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_add_mem_to_archive_file_in_place_v2()
|
/aosp_15_r20/bootable/recovery/otautil/ |
H A D | verifier.cpp | 144 size_t comment_size = footer[4] + (footer[5] << 8); in verify_file() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/ |
H A D | miniz.c | 3414 …, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64… in mz_zip_writer_create_central_dir_header() 3435 … const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, mz_uint64… in mz_zip_writer_add_to_central_dir() 3500 …e_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_writer_add_mem_ex() 3651 …*pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_writer_add_file() 4050 …e_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint l… in mz_zip_add_mem_to_archive_file_in_place()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_shaderdefs.h | 335 uint32 comment_size : 16; member
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 6163 mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, in mz_zip_writer_create_central_dir_header() 6189 mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, in mz_zip_writer_add_to_central_dir() 6268 mz_uint16 comment_size, in mz_zip_writer_add_mem_ex() 6440 mz_uint16 comment_size, in mz_zip_writer_add_file() 6879 size_t buf_size, const void *pComment, mz_uint16 comment_size, in mz_zip_add_mem_to_archive_file_in_place()
|