Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 7 of 7) sorted by relevance

/external/openssl/
Dcheck-all-builds.sh61 tolower () { function
/external/libvpx/libvpx/build/make/
Dconfigure.sh245 tolower(){ function
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Dconfigure.sh245 tolower(){ function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dutil.h232 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h151 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/external/stlport/stlport/stl/
D_ctype.h202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } in wchar_t() argument
/external/valgrind/main/coregrind/
Dm_libcbase.c216 HChar VG_(tolower) ( HChar c ) in VG_() argument