Home
last modified time | relevance | path

Searched refs:Word (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d537 static void T_SHA2_0_15(Word)(int i, const(ubyte[blockSize/8])* input, ref Word[16] W, in SHA()
538 Word A, Word B, Word C, ref Word D, Word E, Word F, Word G, ref Word H, Word K) in SHA()
541Word Wi = W[i] = bigEndianToNative(*cast(ubyte[Word.sizeof]*)&((*input)[i*Word.sizeof])); in SHA()
542 Word T1 = H + BigSigma1(E) + Ch(E, F, G) + K + Wi; in SHA()
543 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA()
548 static void T_SHA2_16_79(Word)(int i, ref Word[16] W, in SHA()
549 Word A, Word B, Word C, ref Word D, Word E, Word F, Word G, ref Word H, Word K) in SHA()
553 Word T1 = H + BigSigma1(E) + Ch(E, F, G) + K + W[i&15]; in SHA()
554 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA()
559 private static void transformSHA2(Word)(Word[8]* state, const(ubyte[blockSize/8])* block) in SHA()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d486 static void T_SHA2_0_15(Word)(int i, const(ubyte[blockSize/8])* input, ref Word[16] W, in SHA()
487 Word A, Word B, Word C, ref Word D, Word E, Word F, Word G, ref Word H, Word K) in SHA()
490 Word Wi = W[i] = bigEndianToNative(*cast(Word*) &((*input)[i*Word.sizeof])); in SHA()
491 Word T1 = H + BigSigma1(E) + Ch(E, F, G) + K + Wi; in SHA()
492 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA()
499 static void T_SHA2_16_79(Word)(int i, ref Word[16] W, in SHA()
500 Word A, Word B, Word C, ref Word D, Word E, Word F, Word G, ref Word H, Word K) in SHA()
504 Word T1 = H + BigSigma1(E) + Ch(E, F, G) + K + W[i&15]; in SHA()
505 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA()
510 private static void transformSHA2(Word)(Word[8]* state, const(ubyte[blockSize/8])* block) in SHA()
[all …]
/netbsd-src/games/hangman/
H A Dgetword.c58 if (fgets(Word, BUFSIZ, inf) == NULL) in getword()
60 if (fgets(Word, BUFSIZ, inf) == NULL) in getword()
62 Word[strlen(Word) - 1] = '\0'; in getword()
63 if (strlen(Word) < Minlen) in getword()
65 for (wp = Word; *wp; wp++) in getword()
72 wp = Word; in getword()
H A Dgetguess.c81 for (i = 0; Word[i] != '\0'; i++) in getguess()
82 if (Word[i] == ch) { in getguess()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp34 uint32_t Word; in readSparseBitVector() local
35 if (auto EC = Stream.readInteger(Word)) in readSparseBitVector()
40 if (Word & (1U << Idx)) in readSparseBitVector()
60 uint32_t Word = 0; in writeSparseBitVector() local
63 Word |= (1 << WordIdx); in writeSparseBitVector()
65 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-reg.tbl66 ax, Class=Reg|Instance=Accum|Word, 0, 0, Dw2Inval, Dw2Inval
67 cx, Class=Reg|Word, 0, 1, Dw2Inval, Dw2Inval
68 dx, Class=Reg|Instance=RegD|Word, 0, 2, Dw2Inval, Dw2Inval
69 bx, Class=Reg|Word|BaseIndex, 0, 3, Dw2Inval, Dw2Inval
70 sp, Class=Reg|Word, 0, 4, Dw2Inval, Dw2Inval
71 bp, Class=Reg|Word|BaseIndex, 0, 5, Dw2Inval, Dw2Inval
72 si, Class=Reg|Word|BaseIndex, 0, 6, Dw2Inval, Dw2Inval
73 di, Class=Reg|Word|BaseIndex, 0, 7, Dw2Inval, Dw2Inval
74 r8w, Class=Reg|Word, RegRex, 0, Dw2Inval, Dw2Inval
75 r9w, Class=Reg|Word, RegRex, 1, Dw2Inval, Dw2Inval
[all …]
H A Di386-opc.tbl34 #define Reg16 Class=Reg|Word
44 #define InOutPortReg RegD|Word
184 …heckOperandSize|No_sSuf|No_qSuf, { Disp16|Disp32|Unspecified|Byte|Word|Dword, Acc|Byte|Word|Dword }
185 …x64, D|W|CheckOperandSize|No_sSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|Byte|Word|Dword…
186 …x64, D|W|CheckOperandSize|No_sSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|Byte|Word|Dword…
200 mov, 0x8c, 0, D|Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf, { SReg, Word|Unspecified|BaseInde…
211 movbe, 0x0f38f0, Movbe, D|Modrm|CheckOperandSize|No_bSuf|No_sSuf, { Word|Dword|Qword|Unspecified|Ba…
263 xchg, 0x90, 0, D|C|CheckOperandSize|No_bSuf|No_sSuf, { Reg16|Reg32|Reg64, Acc|Word|Dword|Qword }
267 in, 0xe4, 0, W|No_sSuf|No_qSuf, { Imm8, Acc|Byte|Word|Dword }
268 in, 0xec, 0, W|No_sSuf|No_qSuf, { InOutPortReg, Acc|Byte|Word|Dword }
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDictionary.h48 typedef FixedWord<64> Word; typedef
53 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry()
54 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry()
55 const Word &GetW() const { return W; } in GetW()
75 Word W;
85 bool ContainsWord(const Word &W) const { in ContainsWord()
H A DFuzzerTracePC.h52 Word MemMemWords[kSize];
53 Word EmptyWord;
57 Size = std::min(Size, Word::GetMaxSize()); in Add()
61 const Word &Get(size_t Idx) { in Get()
63 const Word &W = MemMemWords[(Idx + i) % kSize]; in Get()
122 TableOfRecentCompares<Word, 32> TORCW;
H A DFuzzerMutate.h88 void AddWordToManualDictionary(const Word &W);
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h51 using Word = support::ulittle32_t; variable
55 Word Offset, Size;
64 Word Offset, Size;
74 Word Begin, End;
77 Word UncBegin;
96 Word ComdatIndex;
98 Word Flags;
119 Word CommonSize, CommonAlign;
134 Word Version;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dphonetic.c218 phonetic( char *Word ) in phonetic() argument
232 for (n = ntrans + 4, n_end = ntrans + 35; !iswordbreak( *Word ) && in phonetic()
233 n < n_end; Word++) { in phonetic()
234 if (isalpha((unsigned char)*Word)) in phonetic()
235 *n++ = TOUPPER((unsigned char)*Word); in phonetic()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-reg.tbl47 ax, Class=Reg|Instance=Accum|Word, 0, 0, Dw2Inval, Dw2Inval
48 cx, Class=Reg|Word, 0, 1, Dw2Inval, Dw2Inval
49 dx, Class=Reg|Instance=RegD|Word, 0, 2, Dw2Inval, Dw2Inval
50 bx, Class=Reg|Word|BaseIndex, 0, 3, Dw2Inval, Dw2Inval
51 sp, Class=Reg|Word, 0, 4, Dw2Inval, Dw2Inval
52 bp, Class=Reg|Word|BaseIndex, 0, 5, Dw2Inval, Dw2Inval
53 si, Class=Reg|Word|BaseIndex, 0, 6, Dw2Inval, Dw2Inval
54 di, Class=Reg|Word|BaseIndex, 0, 7, Dw2Inval, Dw2Inval
55 r8w, Class=Reg|Word, RegRex, 0, Dw2Inval, Dw2Inval
56 r9w, Class=Reg|Word, RegRex, 1, Dw2Inval, Dw2Inval
[all …]
H A Di386-opc.tbl30 #define Reg16 Class=Reg|Word
40 #define InOutPortReg RegD|Word
130 …4, D|W|No_sSuf|No_qSuf|No_ldSuf, { Disp16|Disp32|Unspecified|Byte|Word|Dword, Acc|Byte|Word|Dword }
131 …None, Cpu64, D|W|No_sSuf|No_ldSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|Byte|Word|Dword…
132 …None, Cpu64, D|W|No_sSuf|No_ldSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|Byte|Word|Dword…
134 …f|HLEPrefixRelease, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|Reg64|Byte|Word|Dword|Qword|Unspeci…
139 …xRelease|Optimize, { Imm8|Imm16|Imm32|Imm32S, Reg8|Reg16|Reg32|Reg64|Byte|Word|Dword|Qword|Unspeci…
150 mov, 0x8c, None, 0, D|Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf, { SReg, Word|Unspe…
164 movbe, 0x0f38f0, None, CpuMovbe, Modrm|No_bSuf|No_sSuf|No_ldSuf, { Word|Dword|Qword|Unspecified|Bas…
165 movbe, 0x0f38f1, None, CpuMovbe, Modrm|No_bSuf|No_sSuf|No_ldSuf, { Reg16|Reg32|Reg64, Word|Dword|Qw…
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/
H A Dtextrm.cgs49 # Test Unsigned Half Word Wide Extraction
65 # Test Signed Half Word Wide Extraction
81 # Test Unsigned Word Wide Extraction
97 # Test Signed Word Wide Extraction
H A Dwsrl.cgs67 # Test Word Logical Shift Right
93 # Test Word Logical Shift Right by CG register
117 # Test Double Word Logical Shift Right
143 # Test Double Word Logical Shift Right by CG register
H A Dwror.cgs67 # Test Word wide rotate right by register
93 # Test Word wide rotate right by CG register
117 # Test Double Word wide rotate right by register
143 # Test Double Word wide rotate right by CG register
H A Dwsra.cgs67 # Test Word Arithmetic Shift Right
93 # Test Word Arithmetic Shift Right by CG register
117 # Test Double Word Arithmetic Shift Right
143 # Test Double Word Arithmetic Shift Right by CG register
H A Dwsll.cgs67 # Test Word Logical Shift Left
93 # Test Word Logical Shift Left by CG register
117 # Test Double Word Logical Shift Left
143 # Test Double Word Logical Shift Left by CG register
H A Dwpack.cgs69 # Test Word, Unsigned Saturation, Packing
95 # Test Word, Signed Saturation, Packing
121 # Test Double Word, Unsigned Saturation, Packing
147 # Test Double Word, Signed Saturation, Packing
H A Dwcmpgt.cgs69 # Test Unsigned Half Word Wide Compare Greater Than
95 # Test Signed Half Word Wide Compare Greater Than
121 # Test Unsigned Word Wide Compare Greater Than
147 # Test Signed Word Wide Compare Greater Than
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Drtf22 # 1 mostly, 2 for newer Pocket Word documents, space for test like fdo78502.rtf, { for some urtf
82 # Note: called by TrID "Pocket Word document"
83 # by PlanMaker "Pocket Word-Handheld PC" for pwd
84 # by PlanMaker "Pocket Word-Pocket PC" for psw
85 0 string {\\pwd Pocket Word document or template
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defi_pxe.h1154 PXE_UINT16 Word[128]; member
1181 PXE_UINT16 Word[128]; member
1453 PXE_UINT16 Word; member
1473 PXE_UINT16 Word[MAX_EEPROM_LEN << 1]; member
1494 PXE_UINT16 Word[MAX_EEPROM_LEN << 1]; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp152 for (const auto &Word : Words) in demangleLine() local
153 Result += ::demangle(std::string(Word.first)) + Word.second.str(); in demangleLine()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument
122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek() argument
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek() argument

12345678910>>...12