Searched refs:uint16 (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_dsp.h30 void rdpsnd_dsp_softvol_set(uint16 left, uint16 right);
36 RD_BOOL rdpsnd_dsp_resample_set(uint32 device_srate, uint16 device_bitspersample,
37 uint16 device_channels);
H A Drdpsnd.h32 uint16 tick;
48 void (*wave_out_volume) (uint16 left, uint16 right);
54 void (*wave_in_volume) (uint16 left, uint16 right);
H A Dorders.h107 uint16 mixmode;
156 uint16 cache_idx;
157 uint16 unknown;
173 uint16 cache_idx;
308 uint16 bufsize;
309 uint16 cache_idx;
322 uint16 bufsize;
323 uint16 cache_idx;
324 uint16 pad2;
325 uint16 siz
[all...]
H A Dtypes.h39 typedef unsigned short uint16; typedef
75 uint16 ncolours;
123 uint16 width;
124 uint16 height;
142 uint16 modifiers;
161 uint16 mcs_id;
177 uint16 length;
187 uint16 wFormatTag;
188 uint16 nChannels;
191 uint16 nBlockAlig
[all...]
H A Dlspci.c37 uint16 klass;
38 uint16 vendor;
39 uint16 device;
40 uint16 subvendor;
41 uint16 subdevice;
H A Dproto.h46 void cache_bump_bitmap(uint8 id, uint16 idx, int bump);
48 RD_HBITMAP cache_get_bitmap(uint8 id, uint16 idx);
49 void cache_put_bitmap(uint8 id, uint16 idx, RD_HBITMAP bitmap);
51 FONTGLYPH *cache_get_font(uint8 font, uint16 character);
52 void cache_put_font(uint8 font, uint16 character, uint16 offset, uint16 baseline, uint16 width,
53 uint16 height, RD_HGLYPH pixmap);
59 RD_HCURSOR cache_get_cursor(uint16 cache_id
[all...]
H A Dpstcache.c48 pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp)
62 pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx)
91 pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key,
92 uint8 width, uint8 height, uint16 length, uint8 * data)
119 uint16 idx;
H A Dcache.c113 cache_bump_bitmap(uint8 id, uint16 idx, int bump)
181 uint16 idx;
204 cache_get_bitmap(uint8 id, uint16 idx)
227 cache_put_bitmap(uint8 id, uint16 idx, RD_HBITMAP bitmap)
288 cache_get_font(uint8 font, uint16 character)
305 cache_put_font(uint8 font, uint16 character, uint16 offset,
306 uint16 baseline, uint16 width, uint16 heigh
[all...]
H A Dcliprdr.c48 cliprdr_send_packet(uint16 type, uint16 status, uint8 * data, uint32 length)
124 uint16 type, status;
H A Drdpsnd_dsp.c43 static uint16 softvol_left = MAX_VOLUME;
44 static uint16 softvol_right = MAX_VOLUME;
46 static uint16 resample_to_bitspersample = 16;
47 static uint16 resample_to_channels = 2;
53 rdpsnd_dsp_softvol_set(uint16 left, uint16 right)
142 rdpsnd_dsp_resample_set(uint32 device_srate, uint16 device_bitspersample, uint16 device_channels)
H A Dmcs.c32 uint16 g_mcs_userid;
170 mcs_recv_aucf(uint16 * mcs_userid)
201 mcs_send_cjrq(uint16 chanid)
263 mcs_send_to_channel(STREAM s, uint16 channel)
265 uint16 length;
289 mcs_recv(uint16 * channel, uint8 * rdpver)
H A Drdp.c66 extern uint16 g_mcs_userid;
76 extern uint16 g_server_rdp_version;
128 uint16 length, pdu_type;
194 uint16 length;
562 rdp_send_control(uint16 action)
593 rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1, uint16 param2)
689 rdp_send_fonts(uint16 se
[all...]
H A Dcssp.c274 s_realloc(&tmp, 4 + strlen(domain) * sizeof(uint16));
276 rdp_out_unistr(&tmp, domain, strlen(domain) * sizeof(uint16));
287 s_realloc(&tmp, 4 + strlen(username) * sizeof(uint16));
289 rdp_out_unistr(&tmp, username, strlen(username) * sizeof(uint16));
301 s_realloc(&tmp, 4 + strlen(password) * sizeof(uint16));
303 rdp_out_unistr(&tmp, password, strlen(password) * sizeof(uint16));
351 s_realloc(&tmp, 4 + strlen(card) * sizeof(uint16));
353 rdp_out_unistr(&tmp, card, strlen(card) * sizeof(uint16));
367 s_realloc(&tmp, 4 + strlen(reader) * sizeof(uint16));
369 rdp_out_unistr(&tmp, reader, strlen(reader) * sizeof(uint16));
[all...]
H A Dlicence.c76 uint16 length =
116 uint16 userlen = strlen(user) + 1;
117 uint16 hostlen = strlen(host) + 1;
118 uint16 length =
203 uint16 length = 58;
230 uint16 tokenlen;
H A Dparse.h58 #define in_uint16_le(s,v) { v = *(uint16 *)((s)->p); (s)->p += 2; }
60 #define out_uint16_le(s,v) { *(uint16 *)((s)->p) = v; (s)->p += 2; }
72 #define in_uint16_be(s,v) { v = *(uint16 *)((s)->p); (s)->p += 2; }
74 #define out_uint16_be(s,v) { *(uint16 *)((s)->p) = v; (s)->p += 2; }
H A Drdpsnd.c94 static void rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index);
101 rdpsnd_init_packet(uint16 type, uint16 size)
118 rdpsnd_send_completion(uint16 tick, uint8 packet_index)
249 uint16 in_format_count, i;
251 uint16 version;
365 uint16 tick;
384 uint16 in_format_count, i;
385 uint16 version;
483 uint16 vol_lef
[all...]
H A Drdp5.c39 uint16 length, count, x, y;
100 in_uint8s(ts, 2); /* uint16 = 2 */
H A Diso.c113 uint16 length;
173 uint16 length;
258 uint16 length = 0;
H A Dxkeymap.c67 static uint16 remote_modifier_state = 0;
68 static uint16 saved_remote_modifier_state = 0;
169 add_to_keymap(char *keyname, uint8 scancode, uint16 modifiers, char *mapname)
394 uint16 modifiers;
938 uint16
1007 uint16 new_remote_state;
1091 uint16
1094 uint16 numlock_state = 0;
1147 uint16 old_modifier_state;
1205 rdp_send_scancode(uint32 time, uint16 flag
[all...]
/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/
H A Daccelerant.h83 status_t vboxvideo_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, uint8 *andMask, uint8 *xorMask);
84 void vboxvideo_move_cursor(uint16 x, uint16 y);
99 void vboxvideo_fill_span(engine_token *et, uint32 color, uint16 *list, uint32 count);
H A Daccelerant.cpp374 status_t vboxvideo_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, uint8 *andMask, uint8 *xorMask)
382 void vboxvideo_move_cursor(uint16 x, uint16 y)
458 void vboxvideo_fill_span(engine_token *et, uint32 color, uint16 *list, uint32 count)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dobsints.c42 * types intn, uintn, uint, int8, uint8, int16, uint16, int32, uint32,
73 uint16 ui16;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdint.h30 typedef uint16_t uint16; typedef
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfo.cpp293 xptiInterfaceEntry::GetMethodCount(uint16* count)
304 xptiInterfaceEntry::GetConstantCount(uint16* count)
315 xptiInterfaceEntry::GetMethodInfo(uint16 index, const nsXPTMethodInfo** info)
340 xptiInterfaceEntry::GetMethodInfoForName(const char* methodName, uint16 *index,
347 for(uint16 i = 0; i < mInterface->mDescriptor->num_methods; ++i)
371 xptiInterfaceEntry::GetConstant(uint16 index, const nsXPTConstant** constant)
444 xptiInterfaceEntry::GetInfoForParam(uint16 methodIndex,
463 xptiInterfaceEntry::GetIIDForParam(uint16 methodIndex,
489 uint16 dimension,
498 for (uint16
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h54 * It is trickier to define uint, int8, uint8, int16, uint16,
130 * uint16
134 typedef PRUint16 uint16; typedef

Completed in 2275 milliseconds

12