| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| HD | 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-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerDictionary.h | 47 typedef FixedWord<64> Word; typedef 52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() 53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() 54 const Word &GetW() const { return W; } in GetW() 74 Word W; 84 bool ContainsWord(const Word &W) const { in ContainsWord()
|
| HD | 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;
|
| HD | FuzzerMutate.h | 87 void AddWordToManualDictionary(const Word &W); 116 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
|
| HD | FuzzerMutate.cpp | 22 static void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII() 168 const Word &W = DE.GetW(); in ApplyDictionaryEntry() 199 Word W; in MakeDictionaryEntryFromCMP() 236 const Word &Arg1, const Word &Arg2, const uint8_t *Data, size_t Size) { in MakeDictionaryEntryFromCMP() 243 Word W; in Mutate_AddWordFromTORC() 557 void MutationDispatcher::AddWordToManualDictionary(const Word &W) { in AddWordToManualDictionary()
|
| HD | FuzzerTracePC.cpp | 318 size_t Len = std::min(n, Word::GetMaxSize()); in AddValueForMemcmp() 321 uint8_t B1[Word::kMaxSize]; in AddValueForMemcmp() 322 uint8_t B2[Word::kMaxSize]; in AddValueForMemcmp() 344 TORCW.Insert(Idx ^ Hash, Word(B1, Len), Word(B2, Len)); in AddValueForMemcmp()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | IRSymtab.h | 50 using Word = support::ulittle32_t; variable 54 Word Offset, Size; 63 Word Offset, Size; 73 Word Begin, End; 76 Word UncBegin; 95 Word ComdatIndex; 97 Word Flags; 118 Word CommonSize, CommonAlign; 133 Word Version;
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | 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
|
| HD | 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
|
| HD | palm | 15 # Word attributes; 16 # Word version;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| HD | llvm-cxxfilt.cpp | 147 for (const auto &Word : Words) in demangleLine() local 148 Result += ::demangle(Word.first) + Word.second.str(); in demangleLine()
|
| /freebsd-11-stable/sys/contrib/edk2/Include/Uefi/ |
| HD | UefiPxe.h | 1213 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-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 310 typedef typename ELFT::uint Word; in decode_relrs() typedef 313 const size_t WordSize = sizeof(Word); in decode_relrs() 319 Word Base = 0; in decode_relrs() 321 Word Entry = R; in decode_relrs() 332 Word Offset = Base; in decode_relrs()
|
| HD | 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-11-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| HD | xray_trampoline_arm.S | 9 @ Word-aligned function entry point 39 @ Word-aligned function entry point 70 @ Word-aligned function entry point
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ARMEHABIPrinter.h | 328 typedef typename ET::Word Elf_Word; 463 const support::ulittle32_t Word = in PrintExceptionTable() local 466 if (Word & 0x80000000) { in PrintExceptionTable() 469 unsigned PersonalityIndex = (Word & 0x0f000000) >> 24; in PrintExceptionTable() 478 unsigned AdditionalWords = (Word & 0x00ff0000) >> 16; in PrintExceptionTable() 486 uint64_t Address = PREL31(Word, EHT->sh_addr); in PrintExceptionTable()
|
| /freebsd-11-stable/sys/dev/mps/mpi/ |
| HD | mpi2_raid.h | 161 U32 Word; member 302 U32 Word[5]; member
|
| /freebsd-11-stable/contrib/file/tests/ |
| HD | issue311docx.result | 1 Microsoft Word 2007+
|
| /freebsd-11-stable/sys/dev/smbus/ |
| HD | smbus_if.m | 91 # Write Word command 111 # Read Word command
|
| /freebsd-11-stable/sys/dev/mpr/mpi/ |
| HD | mpi2_raid.h | 177 U32 Word; member 376 U32 Word[6]; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | TGLexer.cpp | 36 const char *Word; member 605 for (; I < strlen(PreprocessorDirs[ID].Word); ++I) { in prepIsDirective() 606 if (NextChar != PreprocessorDirs[ID].Word[I]) { in prepIsDirective() 661 CurPtr += strlen(PreprocessorDirs[ID].Word); in prepEatPreprocessorDirective()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | Mips16InstrInfo.td | 526 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended) 546 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended) 553 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended) 571 // Purpose: Add Unsigned Word (3-Operand) 719 // Purpose: Divide Word 728 // Purpose: Divide Unsigned Word 841 // Purpose: Load Word (Extended) 849 // Purpose: Load Word (SP-Relative, Extended) 912 // Purpose: Multiply Word 923 // Purpose: Multiply Unsigned Word [all …]
|
| /freebsd-11-stable/contrib/groff/src/devices/xditview/ |
| HD | parse.c | 24 extern void Word(DviWidget); 147 Word (dw); in ParseInput()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| HD | AVRMCCodeEmitter.cpp | 275 uint16_t Word = (Val >> (i * 16)) & 0xFFFF; in emitInstruction() local 276 support::endian::write(OS, Word, support::endianness::little); in emitInstruction()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_generic.h | 65 __ElfType(Word);
|