Searched refs:SHORT (Results 1 - 25 of 64) sorted by relevance

123

/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h42 SHORT events;
43 SHORT revents;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimnact.idl47 const SHORT CCHMAX_ORG_NAME = 256;
48 const SHORT CCHMAX_DISPLAY_NAME = 256;
49 const SHORT CCHMAX_ACCOUNT_NAME = 256;
50 const SHORT CCHMAX_SERVER_NAME = 256;
51 const SHORT CCHMAX_PASSWORD = 256;
52 const SHORT CCHMAX_USERNAME = 256;
53 const SHORT CCHMAX_EMAIL_ADDRESS = 256;
54 const SHORT CCHMAX_CONNECTOID = 256;
55 const SHORT CCHMAX_SEARCH_BASE = 256;
56 const SHORT CCHMAX_ROOT_FOLDE
[all...]
H A Dxinput.h176 SHORT sThumbLX;
177 SHORT sThumbLY;
178 SHORT sThumbRX;
179 SHORT sThumbRY;
H A Doleauto.h234 HRESULT WINAPI VarUI1FromI2(SHORT,BYTE*);
250 HRESULT WINAPI VarI2FromUI1(BYTE,SHORT*);
251 HRESULT WINAPI VarI2FromI4(LONG,SHORT*);
252 HRESULT WINAPI VarI2FromI8(LONG64,SHORT*);
253 HRESULT WINAPI VarI2FromR4(FLOAT,SHORT*);
254 HRESULT WINAPI VarI2FromR8(DOUBLE,SHORT*);
255 HRESULT WINAPI VarI2FromDate(DATE,SHORT*);
256 HRESULT WINAPI VarI2FromBool(VARIANT_BOOL,SHORT*);
257 HRESULT WINAPI VarI2FromI1(signed char,SHORT*);
258 HRESULT WINAPI VarI2FromUI2(USHORT,SHORT*);
[all...]
H A Dws2ipdef.h41 SHORT sin6_family;
134 SHORT sin6_family;
H A Dwindef.h382 SHORT y;
383 SHORT x;
385 SHORT x;
386 SHORT y;
H A Dwincon.h109 SHORT X;
110 SHORT Y;
115 SHORT Left;
116 SHORT Top;
117 SHORT Right;
118 SHORT Bottom;
H A Drichedit.h300 SHORT sSpacing;
304 SHORT sStyle;
322 SHORT sSpacing;
326 SHORT sStyle;
640 SHORT cbSize;
641 SHORT dxHyphenateZone;
667 SHORT cTabCount;
680 SHORT cTabCount;
683 SHORT sStyle;
H A Ddls1.h199 SHORT sFineTune;
H A Dpropvarutil.h82 HRESULT WINAPI PropVariantToInt16(REFPROPVARIANT propvarIn, SHORT *ret);
H A Dbasetsd.h259 #define PtrToShort(p) ((SHORT)(LONG_PTR)(p))
H A Doaidl.idl184 SHORT iVal;
207 SHORT *piVal;
275 [case(VT_I2)] SHORT iVal;
294 [case(VT_I2|VT_BYREF)] SHORT *piVal;
481 SHORT cParams;
482 SHORT cParamsOpt;
483 SHORT oVft;
484 SHORT cScodes;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimnact.idl47 const SHORT CCHMAX_ORG_NAME = 256;
48 const SHORT CCHMAX_DISPLAY_NAME = 256;
49 const SHORT CCHMAX_ACCOUNT_NAME = 256;
50 const SHORT CCHMAX_SERVER_NAME = 256;
51 const SHORT CCHMAX_PASSWORD = 256;
52 const SHORT CCHMAX_USERNAME = 256;
53 const SHORT CCHMAX_EMAIL_ADDRESS = 256;
54 const SHORT CCHMAX_CONNECTOID = 256;
55 const SHORT CCHMAX_SEARCH_BASE = 256;
56 const SHORT CCHMAX_ROOT_FOLDE
[all...]
H A Dxinput.h176 SHORT sThumbLX;
177 SHORT sThumbLY;
178 SHORT sThumbRX;
179 SHORT sThumbRY;
H A Doleauto.h234 HRESULT WINAPI VarUI1FromI2(SHORT,BYTE*);
250 HRESULT WINAPI VarI2FromUI1(BYTE,SHORT*);
251 HRESULT WINAPI VarI2FromI4(LONG,SHORT*);
252 HRESULT WINAPI VarI2FromI8(LONG64,SHORT*);
253 HRESULT WINAPI VarI2FromR4(FLOAT,SHORT*);
254 HRESULT WINAPI VarI2FromR8(DOUBLE,SHORT*);
255 HRESULT WINAPI VarI2FromDate(DATE,SHORT*);
256 HRESULT WINAPI VarI2FromBool(VARIANT_BOOL,SHORT*);
257 HRESULT WINAPI VarI2FromI1(signed char,SHORT*);
258 HRESULT WINAPI VarI2FromUI2(USHORT,SHORT*);
[all...]
H A Dws2ipdef.h41 SHORT sin6_family;
134 SHORT sin6_family;
H A Dwindef.h382 SHORT y;
383 SHORT x;
385 SHORT x;
386 SHORT y;
H A Dwincon.h109 SHORT X;
110 SHORT Y;
115 SHORT Left;
116 SHORT Top;
117 SHORT Right;
118 SHORT Bottom;
H A Drichedit.h300 SHORT sSpacing;
304 SHORT sStyle;
322 SHORT sSpacing;
326 SHORT sStyle;
640 SHORT cbSize;
641 SHORT dxHyphenateZone;
667 SHORT cTabCount;
680 SHORT cTabCount;
683 SHORT sStyle;
H A Ddls1.h198 SHORT sFineTune;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfscanf.c86 #define SHORT 0x0004 /* h: short */ macro
254 if (flags & SHORT) {
255 flags &= ~SHORT;
258 flags |= SHORT;
340 else if (flags & SHORT)
815 else if (flags & SHORT)
H A Dvfwscanf.c84 #define SHORT 0x04 /* h: short */ macro
232 if (flags & SHORT) {
233 flags &= ~SHORT;
236 flags |= SHORT;
331 else if (flags & SHORT)
688 else if (flags & SHORT) {
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispMouse.cpp410 pos.Column = (SHORT) (x - pDev->pointer.orgHotSpot.x);
411 pos.Row = (SHORT) (y - pDev->pointer.orgHotSpot.y);
486 pDev->pointer.pAttrs->Column = (SHORT) (x - xHot);
487 pDev->pointer.pAttrs->Row = (SHORT) (y - yHot);
/vbox/include/VBox/com/
H A Darray.h1284 inline void com::SafeArray<SHORT>::initFrom(const com::SafeArray<SHORT> & aRef)
1288 ::memcpy(raw(), aRef.raw(), sSize * sizeof(SHORT));
1291 inline void com::SafeArray<SHORT>::initFrom(const SHORT* aPtr, size_t aSize)
1294 ::memcpy(raw(), aPtr, aSize * sizeof(SHORT));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.h211 SHORT = 0x00400000, enumerator in enum:_DescStatusBit

Completed in 773 milliseconds

123