/external/libpcap/msdos/ |
D | 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 …]
|
D | 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 …]
|
D | 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 …]
|
D | 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, in CALLBACK() 270 WORD opcode, WORD targetDS)) in CALLBACK() 274 volatile WORD result; in CALLBACK() 319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() 320 WORD status, WORD request, WORD protDS)) in CALLBACK() 328 CALLBACK (NdisTransmitConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | SentenceBreakTest.txt | 502 …WORD JOINER (Format_FE) × [998.0] LEFT PARENTHESIS (Close) × [5.0] WORD JOINER (Format_FE) × [998.… 503 …WORD JOINER (Format_FE) × [998.0] LEFT PARENTHESIS (Close) × [5.0] WORD JOINER (Format_FE) × [998.… 504 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER U (Upper) × [5.0] WORD JOINER (Format_FE) ×… 505 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER U (Upper) × [5.0] WORD JOINER (Format_FE) ×… 506 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER U (Upper) × [5.0] WORD JOINER (Format_FE) ×… 507 …WORD JOINER (Format_FE) × [998.0] DIGIT THREE (Numeric) × [5.0] WORD JOINER (Format_FE) × [998.0] … 508 …WORD JOINER (Format_FE) × [998.0] LATIN SMALL LETTER C (Lower) × [5.0] WORD JOINER (Format_FE) × [… 509 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER C (Upper) × [5.0] WORD JOINER (Format_FE) ×… 510 …WORD JOINER (Format_FE) × [998.0] LATIN SMALL LETTER C (Lower) × [5.0] WORD JOINER (Format_FE) × [… 511 …WORD JOINER (Format_FE) × [998.0] LATIN CAPITAL LETTER C (Upper) × [5.0] WORD JOINER (Format_FE) ×… [all …]
|
D | WordBreakTest.txt | 69 …TART OF HEADING> (Other) ÷ [999.0] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 70 …NG DIAERESIS (Extend_FE) ÷ [999.0] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 75 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … 76 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … 85 …er) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0] FULL STOP (MidNumLet) × [4.0] WORD JOINER (Format_FE) … 86 …FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0] FULL STOP (MidNumLet) × [4.0] WORD JOINER (Format_FE) … 131 …CARRIAGE RETURN (CR)> (CR) ÷ [3.1] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 132 …NG DIAERESIS (Extend_FE) ÷ [999.0] LATIN SMALL LETTER A (ALetter) × [4.0] WORD JOINER (Format_FE) … 137 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … 138 …ATIN SMALL LETTER A (ALetter) ÷ [999.0] APOSTROPHE (Single_Quote) × [4.0] WORD JOINER (Format_FE) … [all …]
|
/external/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar() 36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu() 38 …HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { re… in InsertComboBox() 39 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar() 40 …bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandB… in InsertMenubarEx()
|
/external/syslinux/com32/gpllib/dmi/ |
D | dmi.c | 369 uint16_t dx = WORD(p); in dmi_processor_id() 380 uint16_t dx = WORD(p); in dmi_processor_id() 456 h->handle = WORD(data + 2); in to_dmi_header() 619 dmi->bios.address = WORD(data + 0x06); in dmi_decode() 620 dmi_bios_runtime_size((0x10000 - WORD(data + 0x06)) << 4, dmi); in dmi_decode() 746 dmi->processor.external_clock = WORD(data + 0x12); in dmi_decode() 747 dmi->processor.max_speed = WORD(data + 0x14); in dmi_decode() 748 dmi->processor.current_speed = WORD(data + 0x16); in dmi_decode() 760 dmi_processor_cache(WORD(data + 0x1A), "L1", ver, in dmi_decode() 762 dmi_processor_cache(WORD(data + 0x1C), "L2", ver, in dmi_decode() [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/x86/ |
D | sandboxing.ll | 87 ; CHECK-NEXT: 27: {{.*}} mov WORD PTR 89 ; CHECK-NEXT: 37: {{.*}} mov WORD PTR 91 ; CHECK-NEXT: 47: {{.*}} mov WORD PTR 109 ; CHECK-NEXT: 20: {{.*}} mov WORD PTR 110 ; CHECK-NEXT: 29: {{.*}} mov WORD PTR 111 ; CHECK-NEXT: 32: {{.*}} mov WORD PTR 113 ; CHECK: 40: {{.*}} mov WORD PTR 142 ; CHECK-NEXT: 40: {{.*}} mov WORD PTR 152 ; CHECK: mov WORD PTR 180 ; CHECK-NEXT: 27: {{.*}} mov WORD PTR [all …]
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 33 #undef WORD 34 typedef unsigned short WORD; typedef 151 typedef WORD PROPVAR_PAD1; 152 typedef WORD PROPVAR_PAD2; 153 typedef WORD PROPVAR_PAD3;
|
/external/libopus/celt/tests/ |
D | test_unit_mathops.c | 81 #define WORD "%d" macro 83 #define WORD "%f" macro 103 fprintf (stderr, "div failed: 1/%d="WORD" (product = %f)\n", i, val, prod); in testdiv() 120 fprintf (stderr, "sqrt failed: sqrt(%d)="WORD" (ratio = %f)\n", i, val, ratio); in testsqrt() 246 … fprintf (stderr, "celt_exp2 failed: x = "WORD", error1 = %f, error2 = %f\n", x,error1,error2); in testexp2()
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 348 WORD defaultColor; 358 WORD operator()() const { return defaultColor; } 363 WORD fg_color(WORD color) { 368 WORD bg_color(WORD color) { 381 WORD colors = DefaultColors::GetCurrentColor(); 393 WORD current = DefaultColors::GetCurrentColor(); 394 WORD colors; 414 static WORD GetConsoleTextAttribute(HANDLE hConsoleOutput) { 423 const WORD attributes 426 const WORD foreground_mask = FOREGROUND_BLUE | FOREGROUND_GREEN | [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 336 WORD defaultColor; 346 WORD operator()() const { return defaultColor; } 351 WORD fg_color(WORD color) { 356 WORD bg_color(WORD color) { 369 WORD colors = DefaultColors::GetCurrentColor(); 381 WORD current = DefaultColors::GetCurrentColor(); 382 WORD colors; 402 static WORD GetConsoleTextAttribute(HANDLE hConsoleOutput) { 411 const WORD attributes 414 const WORD foreground_mask = FOREGROUND_BLUE | FOREGROUND_GREEN | [all …]
|
/external/valgrind/none/tests/x86-linux/ |
D | seg_override.c | 8 typedef unsigned short WORD; /* I guess */ typedef 12 WORD LimitLow; 13 WORD BaseLow;
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 8 from ctypes.wintypes import WORD 276 ('wReserved', WORD), 277 ('XonLim', WORD), 278 ('XoffLim', WORD), 287 ('wReserved1', WORD),
|
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 220 st.wYear = (WORD)loctm->tm_year + 1900; in setfiletime() 221 st.wMonth = (WORD)loctm->tm_mon + 1; in setfiletime() 222 st.wDayOfWeek = (WORD)loctm->tm_wday; in setfiletime() 223 st.wDay = (WORD)loctm->tm_mday; in setfiletime() 224 st.wHour = (WORD)loctm->tm_hour; in setfiletime() 225 st.wMinute = (WORD)loctm->tm_min; in setfiletime() 226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_arm.s | 83 WORD $0xe1180008 // TST R8, R8 not working see issue 5921 94 WORD $0xe31e0003 // TST R14, #3 not working see issue 5921 294 WORD $0xe3110003 // TST R1, #3 not working see issue 5921 296 WORD $0xe3120008 // TST R2, #8 not working see issue 5921 302 WORD $0xe3120004 // TST $4, R2 not working see issue 5921 307 WORD $0xe3120002 // TST $2, R2 not working see issue 5921 313 WORD $0xe3120008 // TST R2, #8 not working see issue 5921 319 WORD $0xe3120004 // TST $4, R2 not working see issue 5921 325 WORD $0xe3120002 // TST $2, R2 not working see issue 5921 331 WORD $0xe3120001 // TST $1, R2 not working see issue 5921
|
/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 5 WORD = c_ushort variable 48 ATOM = WORD 49 LANGID = WORD
|
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 75 WORD *pwLogClust, 77 WORD *pwOutGlyphs, 92 WORD *pwLogClust, 95 const WORD *pwGlyphs, 142 WORD *pwLogClust, in hb_ScriptShapeOpenType() 144 WORD *pwOutGlyphs, in hb_ScriptShapeOpenType() 173 WORD *pwLogClust, in hb_ScriptPlaceOpenType() 176 const WORD *pwGlyphs, in hb_ScriptPlaceOpenType() 780 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 800 / (sizeof (WORD) + in _hb_uniscribe_shape() [all …]
|
/external/python/cpython2/PC/bdist_wininst/ |
D | archive.h | 90 WORD wFatDate, WORD wFatTime,
|
/external/dng_sdk/source/ |
D | dng_date_time.cpp | 854 localST.wYear = (WORD) dt.fYear; in LocalTimeZone() 855 localST.wMonth = (WORD) dt.fMonth; in LocalTimeZone() 856 localST.wDay = (WORD) dt.fDay; in LocalTimeZone() 857 localST.wHour = (WORD) dt.fHour; in LocalTimeZone() 858 localST.wMinute = (WORD) dt.fMinute; in LocalTimeZone() 859 localST.wSecond = (WORD) dt.fSecond; in LocalTimeZone()
|
/external/webrtc/webrtc/base/ |
D | winping.h | 47 WORD RequestSize, 61 WORD RequestSize,
|
/external/boringssl/win-x86/crypto/fipsmodule/ |
D | ghash-x86.asm | 416 pinsrw mm2,WORD [ebx*2+esi],2 436 pinsrw mm1,WORD [ecx*2+esi],2 455 pinsrw mm0,WORD [ebx*2+esi],2 474 pinsrw mm2,WORD [ecx*2+esi],2 493 pinsrw mm1,WORD [ebx*2+esi],2 513 pinsrw mm0,WORD [ecx*2+esi],2 532 pinsrw mm2,WORD [ebx*2+esi],2 551 pinsrw mm1,WORD [ecx*2+esi],2 570 pinsrw mm0,WORD [ebx*2+esi],2 590 pinsrw mm2,WORD [ecx*2+esi],2 [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 169 WORD defaultColor; 179 WORD operator()() const { return defaultColor; } 190 WORD colors = DefaultColors::GetCurrentColor(); 200 WORD colors;
|
/external/curl/lib/ |
D | system_win32.c | 89 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in Curl_verify_windows_version() 90 const WORD targetVersion = (WORD)_WIN32_WINNT; in Curl_verify_windows_version()
|