Searched defs:pDest_len (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/ |
H A D | miniz.c | 360 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong … in mz_compress2() 388 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong s… in mz_compress() 545 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong… in mz_uncompress()
|
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/ |
H A D | miniz.c | 321 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong … in mz_compress2() 352 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong s… in mz_compress() 568 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong… in mz_uncompress()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 2156 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, in mz_compress2() 2183 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, in mz_compress() 2364 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, in mz_uncompress()
|