HomeSort by relevance Sort by last modified time
    Searched refs:WORD (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_win.h 14 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);
keyboard_code_conversion_win.cc 10 WORD WindowsKeyCodeForKeyboardCode(KeyboardCode keycode) {
11 return static_cast<WORD>(keycode);
14 KeyboardCode KeyboardCodeForWindowsKeyCode(WORD keycode) {
18 const char* CodeForWindowsScanCode(WORD scan_code) {
  /external/libpcap/msdos/
pktdrvr.h 52 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 proto;
    [all...]
ndis2.h 45 #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, WORD, WORD));
    [all...]
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...]