Searched refs:FLAG_SIGNED (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | wpp_private.h | 153 #define FLAG_SIGNED 0x0100 macro 157 cv_schar = SIZE_CHAR + FLAG_SIGNED, 159 cv_sshort = SIZE_SHORT + FLAG_SIGNED, 162 cv_sint = SIZE_INT + FLAG_SIGNED, 164 cv_slong = SIZE_LONG + FLAG_SIGNED, 166 cv_sll = SIZE_LONGLONG + FLAG_SIGNED,
|
H A D | ppy.y | 43 #define cv_signed(v) ((v.type & FLAG_SIGNED) != 0)
|
/reactos/sdk/tools/wpp/ |
H A D | wpp_private.h | 164 #define FLAG_SIGNED 0x0100 macro 168 cv_schar = SIZE_CHAR + FLAG_SIGNED, 170 cv_sshort = SIZE_SHORT + FLAG_SIGNED, 173 cv_sint = SIZE_INT + FLAG_SIGNED, 175 cv_slong = SIZE_LONG + FLAG_SIGNED, 177 cv_sll = SIZE_LONGLONG + FLAG_SIGNED,
|
H A D | ppy.y | 55 #define cv_signed(v) ((v.type & FLAG_SIGNED) != 0)
|