Searched refs:_W (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/ |
D | ts_fsm.c | 44 #define _W 0x200 /* wildcard */ macro 49 [TS_FSM_WILDCARD] = _W, 65 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 0- 3 */ 66 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 4- 7 */ 67 _W|_A|_C, _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C|_S, /* 8- 11 */ 68 _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C, _W|_A|_C, /* 12- 15 */ 69 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 16- 19 */ 70 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 20- 23 */ 71 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 24- 27 */ 72 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 28- 31 */ [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | header.c | 1202 #define _W(v) \ in write_cache() macro 1207 _W(level) in write_cache() 1208 _W(line_size) in write_cache() 1209 _W(sets) in write_cache() 1210 _W(ways) in write_cache() 1211 #undef _W in write_cache() 1213 #define _W(v) \ in write_cache() macro 1218 _W(type) in write_cache() 1219 _W(size) in write_cache() 1220 _W(map) in write_cache() [all …]
|