Searched refs:message (Results 1 – 4 of 4) sorted by relevance
665 #define LZ4_DEPRECATED(message) /* disable deprecation warnings */ argument668 #define LZ4_DEPRECATED(message) [[deprecated(message)]] argument670 #define LZ4_DEPRECATED(message) __declspec(deprecated(message)) argument672 #define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) argument674 #define LZ4_DEPRECATED(message) __attribute__((deprecated)) argument676 #pragma message("WARNING: LZ4_DEPRECATED needs custom implementation for this compiler")677 #define LZ4_DEPRECATED(message) /* disabled */ argument
93 let message: &'static str = "uart init."; in uart_init() localVariable123 UartDriver::uart_send(uart_port, message); in uart_init()216 let message: &'static str = "uart init\n"; in c_uart_init() localVariable244 let bytes = message.as_bytes(); in c_uart_init()
62 match info.message() { in panic()
28 #define EBADMSG 9 /* 错误的消息 Bad message.*/101 … #define ENODATA 43 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue.*/117 #define ENOMSG 50 /* 没有期待类型的消息 No message of the desired type.*/