Searched refs:SM_LOWER (Results 1 – 1 of 1) sorted by relevance
39 #define SM_LOWER(c) ((isascii(c) && isupper(c)) ? tolower(c) : (c)) macro64 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;