Home
last modified time | relevance | path

Searched full:dword (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/freebsd/crypto/krb5/src/windows/include/
H A Dleashwin.h33 DWORD size;
61 #define LSH_DLGINFO_EX_V1_SZ (sizeof(DWORD) + 3 * sizeof(LPSTR) + 8 * sizeof(int))
74 DWORD size;
75 DWORD dlgtype;
82 DWORD use_defaults;
83 DWORD forwardable;
84 DWORD noaddresses;
85 DWORD lifetime;
86 DWORD renew_till;
87 DWORD proxiable;
[all …]
H A Dloadfuncs-leash.h100 DWORD,
106 DWORD,
109 (DWORD)
112 DWORD,
118 DWORD,
124 DWORD,
127 (DWORD)
130 DWORD,
136 DWORD,
142 DWORD,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsm4intrin.h36 /// DEFINE ROL32(dword, n) {
38 /// dest := (dword << count) | (dword >> (32-count))
41 /// DEFINE SBOX_BYTE(dword, i) {
42 /// RETURN sbox[dword.byte[i]]
44 /// DEFINE lower_t(dword) {
45 /// tmp.byte[0] := SBOX_BYTE(dword, 0)
46 /// tmp.byte[1] := SBOX_BYTE(dword, 1)
47 /// tmp.byte[2] := SBOX_BYTE(dword, 2)
48 /// tmp.byte[3] := SBOX_BYTE(dword, 3)
51 /// DEFINE L_KEY(dword) {
[all …]
H A Dsm3intrin.h43 /// DEFINE ROL32(dword, n) {
45 /// dest := (dword << count) | (dword >> (32 - count))
51 /// W[0] := __C.dword[0]
52 /// W[1] := __C.dword[1]
53 /// W[2] := __C.dword[2]
54 /// W[3] := __C.dword[3]
55 /// W[7] := __A.dword[0]
56 /// W[8] := __A.dword[1]
57 /// W[9] := __A.dword[2]
58 /// W[10] := __A.dword[3]
[all …]
H A Davxvnniint16intrin.h50 /// tmp1.dword := SignExtend32(__A.word[2*j]) * ZeroExtend32(__B.word[2*j])
51 /// tmp2.dword := SignExtend32(__A.word[2*j+1]) * ZeroExtend32(__B.word[2*j+1])
52 /// dst.dword[j] := __W.dword[j] + tmp1 + tmp2
87 /// tmp1.dword := SignExtend32(__A.word[2*j]) * ZeroExtend32(__B.word[2*j])
88 /// tmp2.dword := SignExtend32(__A.word[2*j+1]) * ZeroExtend32(__B.word[2*j+1])
89 /// dst.dword[j] := __W.dword[j] + tmp1 + tmp2
124 /// tmp1.dword := SignExtend32(__A.word[2*j]) * ZeroExtend32(__B.word[2*j])
125 /// tmp2.dword := SignExtend32(__A.word[2*j+1]) * ZeroExtend32(__B.word[2*j+1])
126 /// dst.dword[j] := SIGNED_DWORD_SATURATE(__W.dword[j] + tmp1 + tmp2)
162 /// tmp1.dword := SignExtend32(__A.word[2*j]) * ZeroExtend32(__B.word[2*j])
[all …]
H A Davxvnniintrin.h59 /// DST.dword[j] := __S.dword[j] + tmp1 + tmp2 + tmp3 + tmp4
82 /// DST.dword[j] := Saturate32(__S.dword[j] + tmp1 + tmp2 + tmp3 + tmp4)
101 /// tmp1.dword := SignExtend32(__A.word[2*j]) * SignExtend32(__B.word[2*j])
102 /// tmp2.dword := SignExtend32(__A.word[2*j+1]) * SignExtend32(__B.word[2*j+1])
103 /// DST.dword[j] := __S.dword[j] + tmp1 + tmp2
122 /// tmp1.dword := SignExtend32(__A.word[2*j]) * SignExtend32(__B.word[2*j])
123 /// tmp2.dword := SignExtend32(__A.word[2*j+1]) * SignExtend32(__B.word[2*j+1])
124 /// DST.dword[j] := Saturate32(__S.dword[j] + tmp1 + tmp2)
147 /// DST.dword[j] := __S.dword[j] + tmp1 + tmp2 + tmp3 + tmp4
170 /// DST.dword[j] := Saturate32(__S.dword[j] + tmp1 + tmp2 + tmp3 + tmp4)
[all …]
/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h271 /* First 32-bit dword, bits 0:32 */
273 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument
274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
276 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
279 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
282 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument
283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
285 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-dos.h18 typedef unsigned long DWORD; typedef
128 DWORD size; /* size copied to this element */
130 }; /* dword aligned */
143 DWORD base_addr; /* device I/O address */
146 DWORD mem_start; /* shared mem start */
147 DWORD mem_end; /* shared mem end */
148 DWORD rmem_start; /* shmem "recv" start */
149 DWORD rmem_end; /* shared "recv" end */
175 DWORD rx_packets; /* total packets received */
176 DWORD tx_packets; /* total packets transmitted */
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-riscv64-zvkb-zvknhb.pl219 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd
220 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc
221 .dword 0x3956c25bf348b538, 0x59f111f1b605d019
222 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118
223 .dword 0xd807aa98a3030242, 0x12835b0145706fbe
224 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2
225 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1
226 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694
227 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3
228 .dword 0x0fc19dc68b8cd5b5, 0x240ca1cc77ac9c65
[all …]
H A Dsha512-mips.pl477 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd
478 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc
479 .dword 0x3956c25bf348b538, 0x59f111f1b605d019
480 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118
481 .dword 0xd807aa98a3030242, 0x12835b0145706fbe
482 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2
483 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1
484 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694
485 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3
486 .dword 0x0fc19dc68b8cd5b5, 0x240ca1cc77ac9c65
[all …]
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshfunc.c262 DWORD addressless = 0; in Leash_changepwd_v5()
573 DWORD ReqLen; in GetSecurityLogonSessionData()
668 DWORD ElevationLevel; in IsProcessUacLimited()
669 DWORD ReqLen; in IsProcessUacLimited()
677 &ElevationLevel, sizeof(DWORD), &ReqLen ); in IsProcessUacLimited()
850 DWORD * result in get_DWORD_from_registry()
854 DWORD dwCount; in get_DWORD_from_registry()
861 dwCount = sizeof(DWORD); in get_DWORD_from_registry()
872 DWORD * result in get_default_lifetime_from_registry()
881 DWORD
[all …]
/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dutil.cxx53 extern "C" DWORD alloc_textual_sid( in alloc_textual_sid()
58 DWORD dwSubAuthorities; in alloc_textual_sid()
59 DWORD dwSidRev = SID_REVISION; in alloc_textual_sid()
60 DWORD dwCounter; in alloc_textual_sid()
61 DWORD dwSidSize; in alloc_textual_sid()
126 DWORD alloc_token_user(HANDLE hToken, PTOKEN_USER *pptu) { in alloc_token_user()
127 DWORD status = 0; in alloc_token_user()
128 DWORD size = 0; in alloc_token_user()
150 DWORD
157 DWORD status = 0; in alloc_username()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm26 _DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
28 CONST SEGMENT DWORD USE32 PUBLIC 'CONST'
30 _BSS SEGMENT DWORD USE32 PUBLIC 'BSS'
36 _TLS SEGMENT DWORD USE32 PUBLIC 'TLS'
88 mov eax, DWORD PTR _mode$[ebp]
89 mov ecx, DWORD PTR _mode2$[ebp]
92 mov edi, DWORD PTR _p$[ebp]
93 mov DWORD PTR _eax$[ edi ], eax
94 mov DWORD PTR _ebx$[ edi ], ebx
95 mov DWORD PTR _ecx$[ edi ], ecx
[all …]
/freebsd/sys/dev/ufshci/
H A Dufshci.h179 /* dword 0 */
189 /* dword 1 */
192 /* dword 2 */
197 /* dword 3 */
200 /* dword 4 */
203 /* dword 5 */
206 /* dword 6 */
210 /* dword 7 */
242 /* dword 0 */
245 /* dword 1 */
[all …]
/freebsd/contrib/libfido2/src/
H A Dwebauthn.h143 DWORD dwVersion;
167 DWORD dwVersion;
170 DWORD cbId;
199 DWORD dwVersion;
202 DWORD cbClientDataJSON;
234 DWORD dwVersion;
245 DWORD cCredentialParameters;
258 DWORD dwVersion;
261 DWORD cbId;
272 DWORD cCredential
[all...]
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h38 inline BOOL WaitSucceeded( DWORD dwWaitResult, DWORD dwHandleCount) { in WaitSucceeded()
43 inline BOOL WaitAbandoned( DWORD dwWaitResult, DWORD dwHandleCount) { in WaitAbandoned()
48 inline BOOL WaitTimeout( DWORD dwWaitResult) { in WaitTimeout()
52 inline BOOL WaitFailed( DWORD dwWaitResult) { in WaitFailed()
57 inline DWORD WaitSucceededIndex( DWORD dwWaitResult) { in WaitSucceededIndex()
61 inline DWORD WaitAbandonedIndex( DWORD dwWaitResult) { in WaitAbandonedIndex()
68 typedef DWORD isc_threadresult_t;
71 typedef DWORD isc_thread_key_t;
/freebsd/crypto/krb5/src/ccapi/lib/win/OldCC/
H A Dclient.cxx52 static DWORD bind_client(char* ep OPTIONAL, Init::InitInfo& info, LPSTR* endpoint) { in bind_client()
53 DWORD status = 0; in bind_client()
103 DWORD status = RpcStringFree(&pszStringBinding); in bind_client()
109 DWORD find_server(Init::InitInfo& info, LPSTR endpoint) { in find_server()
110 DWORD status = 0; in find_server()
202 DWORD
203 make_random_challenge(DWORD *challenge_out) { in make_random_challenge()
205 DWORD status = 0; in make_random_challenge()
233 DWORD
235 DWORD challenge, desired_response; in authenticate_server()
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c463 UINT32 Dword; in AcpiDbEncodePldBuffer() local
474 Dword = 0; in AcpiDbEncodePldBuffer()
475 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision); in AcpiDbEncodePldBuffer()
476 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor); in AcpiDbEncodePldBuffer()
477 ACPI_PLD_SET_RED (&Dword, PldInfo->Red); in AcpiDbEncodePldBuffer()
478 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green); in AcpiDbEncodePldBuffer()
479 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in AcpiDbEncodePldBuffer()
480 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword); in AcpiDbEncodePldBuffer()
484 Dword = 0; in AcpiDbEncodePldBuffer()
485 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in AcpiDbEncodePldBuffer()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpld.c728 UINT32 Dword; in OpcEncodePldBuffer() local
735 Dword = 0; in OpcEncodePldBuffer()
736 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision); in OpcEncodePldBuffer()
737 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor); in OpcEncodePldBuffer()
738 ACPI_PLD_SET_RED (&Dword, PldInfo->Red); in OpcEncodePldBuffer()
739 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green); in OpcEncodePldBuffer()
740 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in OpcEncodePldBuffer()
741 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword); in OpcEncodePldBuffer()
745 Dword = 0; in OpcEncodePldBuffer()
746 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in OpcEncodePldBuffer()
[all …]
/freebsd/contrib/libfido2/fuzz/
H A Dpcsc.c22 LONG __wrap_SCardEstablishContext(DWORD, LPCVOID, LPCVOID, LPSCARDCONTEXT);
25 LONG __wrap_SCardConnect(SCARDCONTEXT, LPCSTR, DWORD, DWORD, LPSCARDHANDLE,
27 LONG __wrap_SCardDisconnect(SCARDHANDLE, DWORD);
29 DWORD, SCARD_IO_REQUEST *, LPBYTE, LPDWORD);
32 __wrap_SCardEstablishContext(DWORD dwScope, LPCVOID pvReserved1, in __wrap_SCardEstablishContext()
69 *pcchReaders = (DWORD)reader_list->len; /* on purpose */ in __wrap_SCardListReaders()
83 __wrap_SCardConnect(SCARDCONTEXT hContext, LPCSTR szReader, DWORD dwShareMode, in __wrap_SCardConnect()
84 DWORD dwPreferredProtocols, LPSCARDHANDLE phCard, LPDWORD pdwActiveProtocol) in __wrap_SCardConnect()
108 __wrap_SCardDisconnect(SCARDHANDLE hCard, DWORD dwDisposition) in __wrap_SCardDisconnect()
120 LPCBYTE pbSendBuffer, DWORD cbSendLength, SCARD_IO_REQUEST *pioRecvPci, in __wrap_SCardTransmit()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h33 virtual void emitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
34 virtual void emitULEB128(uint64_t DWord, const Twine &Comment = "",
49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument
51 AP.emitSLEB128(DWord); in emitSLEB128()
53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument
56 AP.emitULEB128(DWord, nullptr, PadTo); in emitULEB128()
77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument
78 Hash.addSLEB128(DWord); in emitSLEB128()
80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument
82 Hash.addULEB128(DWord); in emitULEB128()
[all …]
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt454 Type : DWORD (Boolean)
461 Type : DWORD (Boolean)
468 Type : DWORD (Boolean)
475 Type : DWORD (0 or 1)
485 Type : DWORD (0 or 1)
493 Type : DWORD (0 or 1)
501 Type : DWORD (0 or 1)
508 Type : DWORD (seconds)
516 Type : DWORD (seconds)
525 Type : DWORD (Boolean)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp18 DWORD Line = 0; in getLineNumber()
23 DWORD LineEnd = 0; in getLineNumberEnd()
28 DWORD Column = 0; in getColumnNumber()
33 DWORD ColumnEnd = 0; in getColumnNumberEnd()
38 DWORD Section = 0; in getAddressSection()
43 DWORD Offset = 0; in getAddressOffset()
48 DWORD RVA = 0; in getRelativeVirtualAddress()
58 DWORD Length = 0; in getLength()
63 DWORD Id = 0; in getSourceFileId()
68 DWORD Id = 0; in getCompilandId()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h223 #define MAIN_SIGNATURE_OFFSET 0x00 /* DWORD 0x00 (R) */
224 #define MAIN_INTERFACE_REVISION 0x04 /* DWORD 0x01 (R) */
225 #define MAIN_FW_REVISION 0x08 /* DWORD 0x02 (R) */
226 #define MAIN_MAX_OUTSTANDING_IO_OFFSET 0x0C /* DWORD 0x03 (R) */
227 #define MAIN_MAX_SGL_OFFSET 0x10 /* DWORD 0x04 (R) */
228 #define MAIN_CNTRL_CAP_OFFSET 0x14 /* DWORD 0x05 (R) */
229 #define MAIN_GST_OFFSET 0x18 /* DWORD 0x06 (R) */
230 #define MAIN_IBQ_OFFSET 0x1C /* DWORD 0x07 (R) */
231 #define MAIN_OBQ_OFFSET 0x20 /* DWORD 0x08 (R) */
232 #define MAIN_IQNPPD_HPPD_OFFSET 0x24 /* DWORD 0x09 (W) */
[all …]
H A Dsasata.c305 /* DWORD 2 */ in saSATAStart()
307 /* DWORD 3 */ in saSATAStart()
309 /* DWORD 4 */ in saSATAStart()
323 /* DWORD 2 */ in saSATAStart()
325 /* DWORD 3 */ in saSATAStart()
345 /* DWORD 4 */ in saSATAStart()
353 /* DWORD 5 6 7 8 9 */ in saSATAStart()
355 /* DWORD 10 reserved */ in saSATAStart()
358 /* DWORD 11 reserved */ in saSATAStart()
394 /* Configure DWORD 20 */ in saSATAStart()
[all …]

12345678910>>...28