Searched refs:TEST_FLAGS (Results 1 – 4 of 4) sorted by relevance
9 #define TEST_FLAGS (1<<7)|(0<<6)|(1<<3)|(0<<2)|(0<<1)|(0<<0) macro17 #define TEST_FLAGS 025 #define TEST_FLAGS 033 #define TEST_FLAGS 0
9 #define TEST_FLAGS (1<<7)17 #define TEST_FLAGS 025 #define TEST_FLAGS 033 #define TEST_FLAGS 0
244 vta.traceflags = TEST_FLAGS; in main()
77 #define TEST_FLAGS ((1<<7)|(1<<3)|(1<<2)|(1<<1)|(1<<0)) macro598 vta.traceflags = verbose ? TEST_FLAGS : DEBUG_TRACE_FLAGS; in make_translation()