Searched defs:BUG_ON (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/module/
H A Dcompat.h38 #ifndef BUG_ON
39 #define BUG_ON(p) do { if (p) BUG(); } while (0) macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dkernel.h58 #ifndef BUG_ON
60 #define BUG_ON(cond) do { if (cond) {} } while (0) macro
62 #define BUG_ON(cond) assert(!(cond)) macro
/external/qemu/qobject/
H A Djson-parser.c37 #define BUG_ON(cond) assert(!(cond)) macro
124 BUG_ON(buffer_length < 2);
129 BUG_ON(buffer_length < 3);
135 BUG_ON(buffer_length < 4);
/external/libsepol/src/
H A Dservices.c72 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
463 BUG_ON(sp < 0);
468 BUG_ON(sp < 1);
474 BUG_ON(sp < 1);

Completed in 1582 milliseconds