Searched refs:STR (Results 1 – 2 of 2) sorted by relevance
26 #define WRAP_NAN(FUNC, STR) \ argument27 ({ const char *volatile wns = (STR); FUNC (wns); })28 #define WRAP_STRTO(FUNC, STR) \ argument29 ({ const char *volatile wss = (STR); FUNC (wss, NULL); })
35 #define STR(x) STRX (x) macro36 #define STR_FLOAT STR (FLOAT)37 #define STR_ARG_FLOAT STR (ARG_FLOAT)38 #define STR_VEC_LEN STR (VEC_LEN)
Completed in 9 milliseconds