Home
last modified time | relevance | path

Searched defs:MZ_TOLOWER (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dtinyexr.h4722 #define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) macro

Completed in 25 milliseconds