Searched defs:user_error (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_debug.h105 * if (user_error(required condition)) { assertion failed }
108 #define user_error(x) \ macro
112 #define user_error(x) (!(x) ? TRUE : FALSE) macro
125 if (user_error(x)) { \
/external/ltp/tools/pounder21/src/mem_alloc_test/
H A Dmem_alloc.c77 void user_error(char *msg) function
296 user_error("start_addr from parent is not initialized");
301 user_error("end_addr from parent is not initialized");

Completed in 150 milliseconds