Home
last modified time | relevance | path

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

/third_party/ulib/lz4/include/lz4/
A Dlz4hc.h153 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) argument
155 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) argument
157 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) argument
160 # define LZ4_DEPRECATED(message) argument
A Dlz4.h317 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) argument
319 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) argument
321 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) argument
324 # define LZ4_DEPRECATED(message) argument
/third_party/ulib/musl/src/misc/
A Dsyslog.c72 static void _vsyslog(int priority, const char* message, va_list ap) { in _vsyslog()
120 void __vsyslog(int priority, const char* message, va_list ap) { in __vsyslog()
128 void syslog(int priority, const char* message, ...) { in syslog()
/third_party/ulib/jemalloc/test/src/
A Dtest.c125 p_test_fail(const char *prefix, const char *message) in p_test_fail()

Completed in 6 milliseconds