HomeSort by: relevance | last modified time | path
    Searched defs:tolower_macro (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 31 milliseconds