Home
last modified time | relevance | path

Searched defs:tolower_macro (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_internal.h77 #define tolower_macro(x) (((unsigned char)((x)-'A')<=('Z'-'A'))?((x)-'A'+'a'):(x)) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_internal.h77 #define tolower_macro(x) (((unsigned char)((x)-'A')<=('Z'-'A'))?((x)-'A'+'a'):(x)) macro