Searched refs:__msg (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 209 #define debug_warning(__msg) \ argument 210 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 212 #define debug_warning(__msg) \ argument 221 #define debug_warn_once(__msg) \ argument 226 __FILE__, __LINE__, __FUNCTION__, __msg); \ 231 #define debug_warn_once(__msg) \ argument 240 #define debug_error(__msg) \ argument 241 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 243 #define debug_error(__msg) \ argument 244 _debug_printf("error: %s\n", __msg)
|
/external/libcxx/include/ |
D | ios | 419 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream); 420 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 684 __KINLINE struct vki_cmsghdr * vki_cmsg_nxthdr (struct vki_msghdr *__msg, struct vki_cmsghdr *__cms… in vki_cmsg_nxthdr() argument 686 return __vki_cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg); in vki_cmsg_nxthdr()
|