| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | HashTable.cpp | 34 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()
|
| /freebsd-13.1/contrib/bearssl/T0/ |
| H A D | OpcodeCall.cs | 30 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 D | Word.cs | 39 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 D | WordInterpreted.cs | 32 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 D | T0Comp.cs | 215 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 D | Opcode.cs | 42 internal virtual void ResolveTarget(Word target) in ResolveTarget() 62 internal virtual Word GetReference(T0Comp ctx) in GetReference()
|
| H A D | TPointerXT.cs | 34 internal Word Target { 44 internal TPointerXT(Word target) in TPointerXT()
|
| H A D | WordBuilder.cs | 72 internal Word Build() in Build() 80 Word w = new WordInterpreted(TC, name, locals.Count, in Build() 227 internal void CallExt(Word wtarget) in CallExt()
|
| H A D | WordNative.cs | 32 class WordNative : Word {
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDictionary.h | 49 typedef FixedWord<64> Word; typedef 54 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() 55 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() 56 const Word &GetW() const { return W; } in GetW() 76 Word W; 86 bool ContainsWord(const Word &W) const { in ContainsWord()
|
| H A D | FuzzerTracePC.h | 51 Word MemMemWords[kSize]; 52 Word EmptyWord; 56 Size = std::min(Size, Word::GetMaxSize()); in Add() 60 const Word &Get(size_t Idx) { in Get() 62 const Word &W = MemMemWords[(Idx + i) % kSize]; in Get() 107 TableOfRecentCompares<Word, 32> TORCW;
|
| H A D | FuzzerMutate.h | 90 void AddWordToManualDictionary(const Word &W); 119 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
|
| H A D | FuzzerMutate.cpp | 23 static void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII() 186 const Word &W = DE.GetW(); in ApplyDictionaryEntry() 218 Word W; in MakeDictionaryEntryFromCMP() 255 const Word &Arg1, const Word &Arg2, const uint8_t *Data, size_t Size) { in MakeDictionaryEntryFromCMP() 262 Word W; in Mutate_AddWordFromTORC() 591 void MutationDispatcher::AddWordToManualDictionary(const Word &W) { in AddWordToManualDictionary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 52 using Word = support::ulittle32_t; variable 56 Word Offset, Size; 65 Word Offset, Size; 75 Word Begin, End; 78 Word UncBegin; 86 Word SelectionKind; 100 Word ComdatIndex; 102 Word Flags; 123 Word CommonSize, CommonAlign; 138 Word Version;
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | rtf | 22 # 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
|
| H A D | wordprocessors | 6 ####### PWP file format used on Smith Corona Personal Word Processors: 212 # Hangul (Korean) Word Processor File 213 0 string HWP\ Document\ File Hangul (Korean) Word Processor File 3.0 237 # ichitaro456: file(1) magic for Just System Word Processor Ichitaro 244 >43 byte 0x14 Just System Word Processor Ichitaro v4 249 >43 byte 0x15 Just System Word Processor Ichitaro v5 253 >43 byte 0x16 Just System Word Processor Ichitaro v6
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 1207 UINT16 Word[128]; member 1233 PXE_UINT16 Word[128]; member 1504 PXE_UINT16 Word; member 1523 PXE_UINT16 Word[MAX_EEPROM_LEN << 1]; member 1544 PXE_UINT16 Word[MAX_EEPROM_LEN << 1]; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 142 for (const auto &Word : Words) in demangleLine() local 143 Result += ::demangle(std::string(Word.first)) + Word.second.str(); in demangleLine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 327 typedef typename ET::Word Elf_Word; 477 const support::ulittle32_t Word = in PrintExceptionTable() local 480 if (Word & 0x80000000) { in PrintExceptionTable() 483 unsigned PersonalityIndex = (Word & 0x0f000000) >> 24; in PrintExceptionTable() 492 unsigned AdditionalWords = (Word & 0x00ff0000) >> 16; in PrintExceptionTable() 501 ? PREL31(Word, EHT.sh_addr) in PrintExceptionTable() 502 : PREL31(Word, EHT.sh_addr + TableEntryOffset); in PrintExceptionTable()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_arm.S | 9 @ Word-aligned function entry point 40 @ Word-aligned function entry point 72 @ Word-aligned function entry point
|
| /freebsd-13.1/contrib/file/tests/ |
| H A D | issue311docx.result | 1 Microsoft Word 2007+
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 147 for (auto Word : Buffer) { in dump() local 150 unsigned IsClear = !(Word & Bit); in dump() 174 uint64_t Word = (Hi << 8) | Lo; in fill() local 175 Buffer[I] = Word; in fill() 178 errs() << format("Read word %x (%d)\n", (unsigned)Word, Buffer.size())); in fill()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 336 typedef typename ELFT::uint Word; in decode_relrs() typedef 339 const size_t WordSize = sizeof(Word); in decode_relrs() 345 Word Base = 0; in decode_relrs() 347 Word Entry = R; in decode_relrs() 358 Word Offset = Base; in decode_relrs()
|
| H A D | COFFModuleDefinition.cpp | 122 StringRef Word = Buf.substr(0, End); in lex() local 123 Kind K = llvm::StringSwitch<Kind>(Word) in lex() 137 return Token(K, Word); in lex()
|
| /freebsd-13.1/sys/dev/mps/mpi/ |
| H A D | mpi2_raid.h | 163 U32 Word; member 299 U32 Word[5]; member
|