Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dcompress.c89 strm.zalloc = Z_NULL; in util_compress_deflate()
90 strm.zfree = Z_NULL; in util_compress_deflate()
91 strm.opaque = Z_NULL; in util_compress_deflate()
134 strm.zalloc = Z_NULL; in util_compress_inflate()
135 strm.zfree = Z_NULL; in util_compress_inflate()
136 strm.opaque = Z_NULL; in util_compress_inflate()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1207 #define Z_NULL 0 macro