Searched refs:MZ_FORCEINLINE (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 193 #define MZ_FORCEINLINE __forceinline macro 195 #define MZ_FORCEINLINE inline __attribute__((__always_inline__)) macro 197 #define MZ_FORCEINLINE inline macro 1504 static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max… in tdefl_find_match() 1538 static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max… in tdefl_find_match() 1706 static MZ_FORCEINLINE void tdefl_record_literal(tdefl_compressor *d, mz_uint8 lit) in tdefl_record_literal() 1714 static MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match… in tdefl_record_match() 2229 static MZ_FORCEINLINE void mz_zip_array_clear(mz_zip_archive *pZip, mz_zip_array *pArray) in mz_zip_array_clear() 2244 static MZ_FORCEINLINE mz_bool mz_zip_array_reserve(mz_zip_archive *pZip, mz_zip_array *pArray, size… in mz_zip_array_reserve() 2250 static MZ_FORCEINLINE mz_bool mz_zip_array_resize(mz_zip_archive *pZip, mz_zip_array *pArray, size_… in mz_zip_array_resize() [all …]
|