OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBG_WARN
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.h
37
#define WARN(fmt, ...) _nine_debug_printf(
DBG_WARN
, __FUNCTION__, fmt, ## __VA_ARGS__)
43
_nine_debug_printf(
DBG_WARN
, __FUNCTION__, fmt, ## __VA_ARGS__); \
85
#define
DBG_WARN
(1<<26)
nine_debug.c
55
{ "warn",
DBG_WARN
, "Driver warnings, always visible in debug builds." },
67
static unsigned long dbg_flags = DBG_ERROR |
DBG_WARN
;
/external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c
249
debug(
DBG_WARN
, "high prio delay time: %d us\n", delta_us);
253
debug(
DBG_WARN
, "low drop to high grab time: %d us\n",
/external/ltp/testcases/realtime/include/
librttest.h
184
#define
DBG_WARN
2
/external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c
465
debug(
DBG_WARN
, "Warning, can't set priority of"
Completed in 5273 milliseconds