Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2186 #define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) macro
2356 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_reader_filename_less()
2694 if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) in mz_zip_reader_string_equal()
2708 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_reader_filename_compare()