Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h13 #define TO_STR(x) __TO_STR(x) macro
/linux/drivers/media/rc/
H A Drc-core-priv.h196 #define TO_STR(is_pulse) ((is_pulse) ? "pulse" : "space") macro