HomeSort by relevance Sort by last modified time
    Searched refs:WORD (Results 26 - 50 of 452) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-parisc.pl 440 .WORD 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
441 .WORD 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
442 .WORD 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
443 .WORD 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
444 .WORD 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
445 .WORD 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
446 .WORD 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
447 .WORD 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
448 .WORD 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
449 .WORD 0x6c36365a, 0x7e3f3f41, 0xf5f7f702, 0x83cccc4
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32socketinit.cc 30 WORD wVersionRequested = MAKEWORD(1, 0);
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 440 .WORD 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
441 .WORD 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
442 .WORD 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
443 .WORD 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
444 .WORD 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
445 .WORD 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
446 .WORD 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
447 .WORD 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
448 .WORD 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
449 .WORD 0x6c36365a, 0x7e3f3f41, 0xf5f7f702, 0x83cccc4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 51 typedef WORD UINT16;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
prntfont.h 133 WORD wType;
134 WORD fCaps;
135 WORD wXRes;
136 WORD wYRes;
139 WORD wPrivateData;
143 WORD wReserved[4];
172 WORD emKernPairs;
173 WORD emKernTracks;
178 WORD wStartGlyph;
179 WORD wGlyphCount
    [all...]
avifmt.h 20 #define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0) | ((WORD)(BYTE)(ch1) << 8))
23 typedef WORD TWOCC;
53 #define StreamFromFOURCC(fcc) ((WORD) ((FromHex(LOBYTE(LOWORD(fcc))) << 4) + (FromHex(HIBYTE(LOWORD(fcc))))))
92 WORD wPriority;
93 WORD wLanguage;
121 WORD wFlags;
icmpapi.h 16 DWORD WINAPI IcmpSendEcho(HANDLE IcmpHandle,IPAddr DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
19 DWORD WINAPI IcmpSendEcho2(HANDLE IcmpHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,IPAddr DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
20 DWORD WINAPI Icmp6SendEcho2(HANDLE IcmpHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,struct sockaddr_in6 *SourceAddress,struct sockaddr_in6 *DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
22 DWORD WINAPI IcmpSendEcho2(HANDLE IcmpHandle,HANDLE Event,FARPROC ApcRoutine,PVOID ApcContext,IPAddr DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
23 DWORD WINAPI Icmp6SendEcho2(HANDLE IcmpHandle,HANDLE Event,FARPROC ApcRoutine,PVOID ApcContext,struct sockaddr_in6 *SourceAddress,struct sockaddr_in6 *DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
wfext.h 106 WORD idCommand;
107 WORD idsHelp;
108 WORD fsStyle;
114 WORD cButtons;
115 WORD cBitmaps;
116 WORD idBitmap;
135 typedef DWORD (WINAPI *FM_EXT_PROC)(HWND,WORD,LONG);
138 LONG WINAPI FMExtensionProcW(HWND hwnd,WORD wEvent,LONG lParam);
139 LONG WINAPI FMExtensionProc(HWND hwnd,WORD wEvent,LONG lParam);
invkprxy.h 14 HRESULT __cdecl _com_invoke_helper(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE vtRet,void *pvRet,const wchar_t *pwParamInfo,va_list argList,IErrorInfo **pperrinfo);
15 HRESULT __cdecl _com_dispatch_raw_method(IDispatch *pDispatch,DISPID dwDispID,WORD wFlags,VARTYPE vtRet,void *pvRet,const wchar_t *pwParamInfo,...) throw();
lzexpand.h 34 INT WINAPI LZOpenFileA(LPSTR,LPOFSTRUCT,WORD);
35 INT WINAPI LZOpenFileW(LPWSTR,LPOFSTRUCT,WORD);
mstask.h 118 WORD DaysInterval;
122 WORD WeeksInterval;
123 WORD rgfDaysOfTheWeek;
128 WORD rgfMonths;
132 WORD wWhichWeek;
133 WORD rgfDaysOfTheWeek;
134 WORD rgfMonths;
145 WORD cbTriggerSize;
146 WORD Reserved1;
147 WORD wBeginYear
    [all...]
comdef.h 34 HRESULT __cdecl _com_dispatch_method(IDispatch*,DISPID,WORD,VARTYPE,void*,const wchar_t*,...);
37 HRESULT __cdecl _com_dispatch_raw_method(IDispatch*,DISPID,WORD,VARTYPE,void*,const wchar_t*,...) throw();
46 WORD WCode() const throw();
54 static HRESULT WCodeToHRESULT(WORD wCode) throw();
55 static WORD HRESULTToWCode(HRESULT hr) throw();
88 inline WORD _com_error::WCode() const throw() { return HRESULTToWCode(m_hresult); }
138 WORD wCode = WCode();
150 inline HRESULT _com_error::WCodeToHRESULT(WORD wCode) throw() { return wCode >= 0xFE00 ? WCODE_HRESULT_LAST : WCODE_HRESULT_FIRST + wCode; }
151 inline WORD _com_error::HRESULTToWCode(HRESULT hr) throw() { return (hr >= WCODE_HRESULT_FIRST && hr <= WCODE_HRESULT_LAST) ? WORD(hr - WCODE_HRESULT_FIRST) : 0;
    [all...]
windef.h 116 typedef unsigned short WORD;
124 typedef WORD *PWORD;
125 typedef WORD *LPWORD;
160 #define MAKEWORD(a,b) ((WORD)(((BYTE)((DWORD_PTR)(a) & 0xff)) | ((WORD)((BYTE)((DWORD_PTR)(b) & 0xff))) << 8))
161 #define MAKELONG(a,b) ((LONG)(((WORD)((DWORD_PTR)(a) & 0xffff)) | ((DWORD)((WORD)((DWORD_PTR)(b) & 0xffff))) << 16))
162 #define LOWORD(l) ((WORD)((DWORD_PTR)(l) & 0xffff))
163 #define HIWORD(l) ((WORD)((DWORD_PTR)(l) >> 16))
175 typedef WORD ATOM
    [all...]
xinput.h 164 WORD wButtons;
185 WORD wLeftMotorSpeed;
186 WORD wRightMotorSpeed;
200 WORD Flags;
210 WORD VirtualKey;
212 WORD Flags;
madcapcl.h 56 WORD MinAddrCount;
57 WORD AddrCount;
65 WORD AddrCount;
  /external/srec/srec/include/
sample.h 55 /* VxWorks simulator defines DWORD and WORD already */
60 /* following two lines does not help. It only works when WORD is defined by MACRO: #define WORD unsigned short */
61 #ifdef WORD
62 #undef WORD
65 typedef asr_uint16_t WORD;
79 WORD wFormatTag;
80 WORD nChannels;
83 WORD nBlockAlign;
93 WORD wBitsPerSample
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 74 WORD r_flags;
75 WORD r_es, r_ds, r_fs, r_gs;
76 WORD r_ip, r_cs, r_sp, r_ss;
82 WORD _rxOutOfs;
83 WORD _rxInOfs;
88 WORD _dummy[2]; /* screenSeg,newInOffset */
90 WORD _fanIndex;
109 extern WORD rxOutOfs; /* offsets into pktRxBuf FIFO queue */
110 extern WORD rxInOfs;
118 #define FIRST_RX_BUF (WORD) &pktRxBuf [0]
    [all...]
ndis2.c 77 static WORD frameSize = 0;
78 static WORD headerSize = 0;
87 static WORD protManDS = 0;
100 WORD err_num;
269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3,
270 WORD opcode, WORD targetDS))
274 volatile WORD result;
319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macId, WORD reqHandle,
    [all...]
  /external/chromium_org/chrome/installer/test/
resource_updater.h 35 WORD language_id, const base::FilePath& input_file);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 106 WORD wMaxTextureBlendStages;
107 WORD wMaxSimultaneousTextures;
111 WORD wMaxUserClipPlanes;
112 WORD wMaxVertexBlendMatrices;
326 WORD wPrimitiveCount;
327 WORD wStateCount;
425 WORD wCount;
426 WORD wVStart;
432 WORD wVStart;
436 WORD wVStart
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-parisc.pl 169 .WORD 0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd
170 .WORD 0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc
171 .WORD 0x3956c25b,0xf348b538,0x59f111f1,0xb605d019
172 .WORD 0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118
173 .WORD 0xd807aa98,0xa3030242,0x12835b01,0x45706fbe
174 .WORD 0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2
175 .WORD 0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1
176 .WORD 0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694
177 .WORD 0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3
178 .WORD 0x0fc19dc6,0x8b8cd5b5,0x240ca1cc,0x77ac9c6
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-parisc.pl 169 .WORD 0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd
170 .WORD 0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc
171 .WORD 0x3956c25b,0xf348b538,0x59f111f1,0xb605d019
172 .WORD 0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118
173 .WORD 0xd807aa98,0xa3030242,0x12835b01,0x45706fbe
174 .WORD 0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2
175 .WORD 0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1
176 .WORD 0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694
177 .WORD 0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3
178 .WORD 0x0fc19dc6,0x8b8cd5b5,0x240ca1cc,0x77ac9c6
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 65 typedef unsigned short WORD;
74 typedef WORD *PWORD;
75 typedef WORD *LPWORD;
134 typedef WORD FSHORT;
140 typedef WORD LANGID;
  /external/chromium_org/base/win/
pe_image.h 79 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type,
97 static WORD ToOrdinal(LPCSTR name);
106 WORD GetNumSections() const;
153 bool GetProcOrdinal(LPCSTR function_name, WORD *ordinal) const;
247 inline WORD PEImage::ToOrdinal(LPCSTR name) {
248 return reinterpret_cast<WORD>(name);
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 8 typedef unsigned short WORD; /* I guess */
12 WORD LimitLow;
13 WORD BaseLow;

Completed in 1580 milliseconds

12 3 4 5 6 7 8 91011>>