Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp35 uint32_t Word; in readSparseBitVector() local
36 if (auto EC = Stream.readInteger(Word)) in readSparseBitVector()
41 if (Word & (1U << Idx)) in readSparseBitVector()
61 uint32_t Word = 0; in writeSparseBitVector() local
64 Word |= (1 << WordIdx); in writeSparseBitVector()
66 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
/freebsd-12.1/contrib/compiler-rt/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()
116 TableOfRecentCompares<Word, 32> TORCW;
H A DFuzzerMutate.h88 void AddWordToManualDictionary(const Word &W);
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
H A DFuzzerMutate.cpp23 static void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII()
169 const Word &W = DE.GetW(); in ApplyDictionaryEntry()
200 Word W; in MakeDictionaryEntryFromCMP()
237 const Word &Arg1, const Word &Arg2, const uint8_t *Data, size_t Size) { in MakeDictionaryEntryFromCMP()
244 Word W; in Mutate_AddWordFromTORC()
557 void MutationDispatcher::AddWordToManualDictionary(const Word &W) { in AddWordToManualDictionary()
/freebsd-12.1/contrib/bearssl/T0/
H A DOpcodeCall.cs30 Word target;
36 internal OpcodeCall(Word target) in OpcodeCall()
41 internal override void ResolveTarget(Word target) in ResolveTarget()
54 internal override Word GetReference(T0Comp ctx) in GetReference()
H A DWord.cs39 abstract class Word { class
77 internal Word(T0Comp owner, string name) in Word() method in Word
116 internal virtual List<Word> GetReferences() in GetReferences()
118 return new List<Word>(); in GetReferences()
H A DWordInterpreted.cs32 class WordInterpreted : Word {
80 internal override List<Word> GetReferences() in GetReferences()
83 List<Word> r = new List<Word>(); in GetReferences()
85 Word w = op.GetReference(TC); in GetReferences()
176 Word w = op.GetReference(TC); in AnalyseFlow()
H A DT0Comp.cs215 IDictionary<string, Word> words;
221 Word lastWord;
507 Word w = wordBuilder.Build(); in T0Comp()
571 Word w = LookupNF(tt); in T0Comp()
1432 Word w = LookupNF(tt); in CompileStep()
1481 Queue<Word> tx = new Queue<Word>(); in Generate()
1486 Word w = Lookup(ep); in Generate()
1491 Word w = tx.Dequeue(); in Generate()
1506 Word w = wordSet[ep]; in Generate()
2006 Word w = LookupNF(name); in Lookup()
[all …]
H A DOpcode.cs42 internal virtual void ResolveTarget(Word target) in ResolveTarget()
62 internal virtual Word GetReference(T0Comp ctx) in GetReference()
H A DTPointerXT.cs34 internal Word Target {
44 internal TPointerXT(Word target) in TPointerXT()
H A DWordBuilder.cs72 internal Word Build() in Build()
80 Word w = new WordInterpreted(TC, name, locals.Count, in Build()
227 internal void CallExt(Word wtarget) in CallExt()
/freebsd-12.1/contrib/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;
133 Word Version;
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dwordprocessors6 ####### PWP file format used on Smith Corona Personal Word Processors:
197 # Hangul (Korean) Word Processor File
198 0 string HWP\ Document\ File Hangul (Korean) Word Processor File 3.0
200 512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000
225 # ichitaro456: file(1) magic for Just System Word Processor Ichitaro
232 >43 byte 0x14 Just System Word Processor Ichitaro v4
237 >43 byte 0x15 Just System Word Processor Ichitaro v5
241 >43 byte 0x16 Just System Word Processor Ichitaro v6
H A Dole2compounddocs24 >546 string bjbj : Microsoft Word Document
29 >546 string jbjb : Microsoft Word Document
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp307 typedef typename ELFT::uint Word; in decode_relrs() typedef
310 const size_t WordSize = sizeof(Word); in decode_relrs()
316 Word Base = 0; in decode_relrs()
318 Word Entry = R; in decode_relrs()
329 Word Offset = Base; in decode_relrs()
H A DCOFFModuleDefinition.cpp123 StringRef Word = Buf.substr(0, End); in lex() local
124 Kind K = llvm::StringSwitch<Kind>(Word) in lex()
138 return Token(K, Word); in lex()
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1213 UINT16 Word[128]; member
1239 PXE_UINT16 Word[128]; member
1510 PXE_UINT16 Word; member
1529 PXE_UINT16 Word[MAX_EEPROM_LEN << 1]; member
1550 PXE_UINT16 Word[MAX_EEPROM_LEN << 1]; member
/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp276 uint16_t Word = Words[i]; in emitInstruction() local
278 OS << (uint8_t) ((Word & 0x00ff) >> 0); in emitInstruction()
279 OS << (uint8_t) ((Word & 0xff00) >> 8); in emitInstruction()
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S9 @ Word-aligned function entry point
39 @ Word-aligned function entry point
70 @ Word-aligned function entry point
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h329 typedef typename ET::Word Elf_Word;
461 const support::ulittle32_t Word = in PrintExceptionTable() local
464 if (Word & 0x80000000) { in PrintExceptionTable()
467 unsigned PersonalityIndex = (Word & 0x0f000000) >> 24; in PrintExceptionTable()
476 unsigned AdditionalWords = (Word & 0x00ff0000) >> 16; in PrintExceptionTable()
484 uint64_t Address = PREL31(Word, EHT->sh_addr); in PrintExceptionTable()
/freebsd-12.1/sys/dev/mps/mpi/
H A Dmpi2_raid.h163 U32 Word; member
304 U32 Word[5]; member
/freebsd-12.1/contrib/file/tests/
H A Dissue311docx.result1 Microsoft Word 2007+
/freebsd-12.1/sys/dev/smbus/
H A Dsmbus_if.m91 # Write Word command
111 # Read Word command
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_raid.h173 U32 Word; member
372 U32 Word[6]; member

12345