Searched refs:WORD (Results 1 - 25 of 153) sorted by relevance

1234567

/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_code_conversion_win.cc10 WORD WindowsKeyCodeForKeyboardCode(KeyboardCode keycode) {
11 return static_cast<WORD>(keycode);
14 KeyboardCode KeyboardCodeForWindowsKeyCode(WORD keycode) {
18 const char* CodeForWindowsScanCode(WORD scan_code) {
H A Dkeyboard_code_conversion_win.h14 EVENTS_BASE_EXPORT WORD WindowsKeyCodeForKeyboardCode(KeyboardCode keycode);
15 EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeForWindowsKeyCode(WORD keycode);
16 EVENTS_BASE_EXPORT const char* CodeForWindowsScanCode(WORD scan_code);
/external/libpcap/msdos/
H A Dpktdrvr.h52 WORD type; /* = 13 for 3C523 */
54 WORD intr; /* user interrupt vector number */
55 WORD handle; /* Handle associated with session */
62 WORD MAClength; /* HiPerformance data, N/A */
63 WORD MTU; /* HiPerformance data, N/A */
64 WORD multicast; /* HiPerformance data, N/A */
65 WORD rcvrBuffers; /* valid for */
66 WORD UMTbufs; /* High Performance drivers only */
67 WORD postEOIintr; /* Usage ?? */
87 WORD prot
[all...]
H A Dndis2.h45 #define CALLBACK(foo) pascal WORD foo
46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall))
53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall))
59 #define CALLBACK(foo) WORD pascal foo
60 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
66 #define CALLBACK(foo) WORD pascal foo
67 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
87 PAS_PTR (ProtMan, (struct _ReqBlock FAR*, WORD));
92 PAS_PTR (SystemRequest, (DWORD, DWORD, WORD, WOR
[all...]
H A Dpktdrvr.c74 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)
[all...]
H A Dndis2.c77 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 macI
[all...]
/external/chromium_org/ui/gfx/
H A Dicon_util.h155 WORD wPlanes;
156 WORD wBitCount;
164 WORD idReserved;
165 WORD idType;
166 WORD idCount;
177 WORD wPlanes;
178 WORD wBitCount;
180 WORD nID;
186 WORD idReserved;
187 WORD idTyp
[all...]
/external/chromium_org/chrome/installer/test/
H A Dpe_image_resources.h27 explicit EntryId(WORD number) : number_(number) { }
32 WORD number() const { return number_; }
36 WORD number_;
H A Dresource_loader.h41 bool Load(WORD id, WORD type, std::pair<const uint8*, DWORD>* resource_data);
H A Dresource_updater.h35 WORD language_id, const base::FilePath& input_file);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dcolors.h22 ((WORD)((BYTE)(g))<<8))| \
26 ((WORD)((BYTE)(g))<<8))| \
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dcolors.h22 ((WORD)((BYTE)(g))<<8))| \
26 ((WORD)((BYTE)(g))<<8))| \
/external/chromium_org/net/base/
H A Dwinsock_init.cc17 WORD winsock_ver = MAKEWORD(2, 2);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketinit.cc30 WORD wVersionRequested = MAKEWORD(1, 0);
H A Dwinping.h47 WORD RequestSize,
61 WORD RequestSize,
/external/openssl/crypto/aes/asm/
H A Daes-parisc.pl440 .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
[all...]
/external/srec/srec/include/
H A Dsample.h55 /* 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 macro
65 typedef asr_uint16_t WORD; typedef
79 WORD wFormatTag;
80 WORD nChannels;
83 WORD nBlockAlign;
93 WORD wBitsPerSampl
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl169 .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
[all...]
/external/chromium_org/base/win/
H A Dpe_image.h79 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/
H A Dseg_override.c8 typedef unsigned short WORD; /* I guess */ typedef
12 WORD LimitLow;
13 WORD BaseLow;
/external/chromium_org/third_party/npapi/npspy/include/
H A Dxp.h120 #ifndef WORD
121 #define WORD unsigned short macro
/external/chromium_org/base/
H A Dfile_version_info_win.cc31 WORD language;
32 WORD code_page;
150 WORD lang_codepage[8];
168 WORD language = lang_codepage[i++];
169 WORD code_page = lang_codepage[i++];
/external/chromium_org/remoting/host/
H A Dhost_event_logger_win.cc46 void LogString(WORD type, DWORD event_id, const std::string& string);
47 void Log(WORD type, DWORD event_id, const std::vector<std::string>& strings);
113 void HostEventLoggerWin::Log(WORD type,
133 static_cast<WORD>(raw_strings.size()),
141 void HostEventLoggerWin::LogString(WORD type,
/external/lzma/CPP/Common/
H A DMyWindows.h26 #undef WORD macro
27 typedef unsigned short WORD; typedef
144 typedef WORD PROPVAR_PAD1;
145 typedef WORD PROPVAR_PAD2;
146 typedef WORD PROPVAR_PAD3;
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.h56 FUNDAMENTAL (WORD, Word, LIBELFBITS);

Completed in 889 milliseconds

1234567