Searched refs:BRLAPI_DOTS (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | baum.c | 120 #ifndef BRLAPI_DOTS 121 #define BRLAPI_DOTS(d1,d2,d3,d4,d5,d6,d7,d8) \ macro 135 DO(BRLAPI_DOTS(1, 0, 0, 0, 0, 0, 0, 0), 'a'), 136 DO(BRLAPI_DOTS(1, 1, 0, 0, 0, 0, 0, 0), 'b'), 137 DO(BRLAPI_DOTS(1, 0, 0, 1, 0, 0, 0, 0), 'c'), 138 DO(BRLAPI_DOTS(1, 0, 0, 1, 1, 0, 0, 0), 'd'), 139 DO(BRLAPI_DOTS(1, 0, 0, 0, 1, 0, 0, 0), 'e'), 140 DO(BRLAPI_DOTS(1, 1, 0, 1, 0, 0, 0, 0), 'f'), 141 DO(BRLAPI_DOTS(1, 1, 0, 1, 1, 0, 0, 0), 'g'), 142 DO(BRLAPI_DOTS(1, 1, 0, 0, 1, 0, 0, 0), 'h'), [all …]
|