Searched refs:_W (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/ |
D | ts_fsm.c | 40 #define _W 0x200 /* wildcard */ macro 45 [TS_FSM_WILDCARD] = _W, 61 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 0- 3 */ 62 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 4- 7 */ 63 _W|_A|_C, _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C|_S, /* 8- 11 */ 64 _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C, _W|_A|_C, /* 12- 15 */ 65 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 16- 19 */ 66 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 20- 23 */ 67 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 24- 27 */ 68 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 28- 31 */ [all …]
|
/linux-6.12.1/tools/perf/util/ |
D | header.c | 1291 #define _W(v) \ in write_cache() macro 1296 _W(level) in write_cache() 1297 _W(line_size) in write_cache() 1298 _W(sets) in write_cache() 1299 _W(ways) in write_cache() 1300 #undef _W in write_cache() 1302 #define _W(v) \ in write_cache() macro 1307 _W(type) in write_cache() 1308 _W(size) in write_cache() 1309 _W(map) in write_cache() [all …]
|