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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h69 sint16 x;
70 sint16 y;
71 sint16 cx;
72 sint16 cy;
80 sint16 x;
81 sint16 y;
82 sint16 cx;
83 sint16 cy;
94 sint16 x;
95 sint16
[all...]
H A Dtypes.h40 typedef signed short sint16; typedef
60 sint16 x, y;
83 sint16 left;
84 sint16 top;
85 sint16 right;
86 sint16 bottom;
121 sint16 offset;
122 sint16 baseline;
H A Drdpsnd_dsp.c97 sint16 val;
343 sint16 sval1, sval2;
353 sval1 += (sint16) (sval2 * part) / 100;
H A Dcache.c53 sint16 previous;
54 sint16 next;
67 cache_rebuild_bmpcache_linked_list(uint8 id, sint16 * idx, int count)
70 sint16 n_idx;
H A Dpstcache.c120 sint16 mru_idx[0xa00];
H A Dproto.h45 void cache_rebuild_bmpcache_linked_list(uint8 id, sint16 * idx, int count);
H A Dorders.c66 rdp_in_coord(STREAM s, sint16 * coord, RD_BOOL delta)
1277 next_order = s->p + (sint16) length + 7;

Completed in 424 milliseconds