Searched refs:CVAL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c38 #define CVAL(p) (*(p++)) macro
69 mask = fom_mask ? fom_mask : CVAL(input); \
91 code = CVAL(input);
107 count = CVAL(input);
108 count |= CVAL(input) << 8;
129 count = CVAL(input) + 1;
131 count = CVAL(input) + offset;
146 colour1 = CVAL(input);
148 colour2 = CVAL(input);
152 mix = CVAL(inpu
[all...]

Completed in 42 milliseconds