OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026