Searched refs:_W (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.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-v6.1/tools/perf/util/ |
D | header.c | 1271 #define _W(v) \ in write_cache() macro 1276 _W(level) in write_cache() 1277 _W(line_size) in write_cache() 1278 _W(sets) in write_cache() 1279 _W(ways) in write_cache() 1280 #undef _W in write_cache() 1282 #define _W(v) \ in write_cache() macro 1287 _W(type) in write_cache() 1288 _W(size) in write_cache() 1289 _W(map) in write_cache() [all …]
|