Home
last modified time | relevance | path

Searched refs:v (Results 1 – 2 of 2) sorted by relevance

/devicemodel/include/
A Dtypes.h183 #define USETW(w, v) do { \ argument
184 (w)[0] = (uint8_t)(v); \
185 (w)[1] = (uint8_t)((v) >> 8); \
188 #define USETDW(w, v) do { \ argument
189 (w)[0] = (uint8_t)(v); \
190 (w)[1] = (uint8_t)((v) >> 8); \
191 (w)[2] = (uint8_t)((v) >> 16); \
192 (w)[3] = (uint8_t)((v) >> 24); \
195 #define USETQW(w, v) do { \ argument
196 (w)[0] = (uint8_t)(v); \
[all …]
/devicemodel/hw/platform/
A Dhpet.c85 #define vhpet_tmr(v, n) (&(v)->timer[n].tmrlst[(v)->timer[n].tmridx].t) argument
86 #define vhpet_tmrarg(v, n) (&(v)->timer[n].tmrlst[(v)->timer[n].tmridx].a) argument

Completed in 8 milliseconds