Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h111 extern const unsigned char _sch_tolower[256];
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
Dsafe-ctype.c197 const unsigned char _sch_tolower[256] = variable