Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DPrint.hpp444 # define RR_LOG(msg, ...) Print(__FUNCSIG__, __FILE__, static_cast<int>(__LINE__), msg "\n", ##__V… macro
446 # define RR_LOG(msg, ...) Print(__PRETTY_FUNCTION__, __FILE__, static_cast<int>(__LINE__), msg "\n… macro