| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatCommon.h | 25 char Fill; member 28 unsigned Width, char Fill = ' ') 29 : Adapter(Adapter), Where(Where), Width(Width), Fill(Fill) {} in Adapter() 73 S << Fill; in fill()
|
| H A D | FormatAdapters.h | 32 char Fill; variable 35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 37 Fill(Fill) {} in AlignAdapter() 41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 90 size_t Amount, char Fill = ' ') { 92 Fill);
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 72 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 80 OS << Fill; in printLine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 489 int64_t Fill; variable 495 MCAlignFragment(Align Alignment, int64_t Fill, uint8_t FillLen, in MCAlignFragment() argument 498 FillLen(FillLen), MaxBytesToEmit(MaxBytesToEmit), Fill(Fill) {} in MCAlignFragment() 501 int64_t getFill() const { return Fill; } in getFill()
|
| H A D | MCObjectStreamer.h | 134 void emitValueToAlignment(Align Alignment, int64_t Fill = 0,
|
| /freebsd/tests/sys/kern/tty/ |
| H A D | test_canon_fullbuf.orch | 15 -- Fill up a whole block with screaming + VEOF
|
| H A D | test_recanon.orch | 24 -- Fill up a whole block with screaming + VEOF; when it gets recanonicalized,
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 312 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA); 765 if (ELFYAML::Fill *S = dyn_cast<ELFYAML::Fill>(D.get())) { in initSectionHeaders() 1151 if (const ELFYAML::Fill *F = dyn_cast<ELFYAML::Fill>(C)) { in getPhdrFragments() 1228 return (isa<ELFYAML::Fill>(C) || in shouldAllocateFileSpace() 1918 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill() argument 1920 size_t PatternSize = Fill.Pattern ? Fill.Pattern->binary_size() : 0; in writeFill() 1922 CBA.writeZeros(Fill.Size); in writeFill() 1928 for (; Written + PatternSize <= Fill.Size; Written += PatternSize) in writeFill() 1929 CBA.writeAsBinary(*Fill.Pattern); in writeFill() 1930 CBA.writeAsBinary(*Fill.Pattern, Fill.Size - Written); in writeFill()
|
| H A D | ELFYAML.cpp | 1524 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping() argument 1525 IO.mapOptional("Name", Fill.Name, StringRef()); in fillMapping() 1526 IO.mapOptional("Pattern", Fill.Pattern); in fillMapping() 1527 IO.mapOptional("Offset", Fill.Offset); in fillMapping() 1528 IO.mapRequired("Size", Fill.Size); in fillMapping() 1619 Section.reset(new ELFYAML::Fill()); in mapping() 1620 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping() 1760 if (const auto *F = dyn_cast<ELFYAML::Fill>(C.get())) { in validate()
|
| H A D | MachOEmitter.cpp | 235 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { in Fill() function 351 Fill(OS, Sec.size, 0xDEADBEEFu); in writeSectionData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.cpp | 140 int64_t Fill, in emitValueToAlignment() argument 143 emitAlignmentDS(Alignment.value(), Fill, FillLen, MaxBytesToEmit); in emitValueToAlignment()
|
| H A D | SystemZHLASMAsmStreamer.h | 89 void emitValueToAlignment(Align Alignment, int64_t Fill, uint8_t FillLen,
|
| /freebsd/tools/tools/nanobsd/rescue/Files/root/ |
| H A D | ZFS_Create.txt | 17 Fill -> /mnt/root
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.recache | 10 # Fill up DFA cache with run-time REs that have all been
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | fill_screen | 2 # Fill the screen with characters. We don't do a compare in here because
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 177 static void getFillByteValue(const uint8_t *Record, uint8_t &Fill) { in getFillByteValue() argument 178 get<uint8_t>(Record, 42, Fill); in getFillByteValue()
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | sirfsoc-dma.txt | 27 Fill the specific dma request line in dmas. In the below example, spi0 read
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 250 Fill = SpecialChunksStart, enumerator 324 struct Fill : Chunk { struct 328 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument 330 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | platform_if.m | 177 * @brief Fill the first CPU's cpuref 187 * @brief Fill the next CPU's cpuref
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | machipc.sh | 150 /* Fill the header fields : */
|
| H A D | mmap43.sh | 77 /* Fill a file with sequential numbers */
|
| H A D | machipc2.sh | 177 /* Fill the header fields : */
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 227 UINT8 Fill[3]; /* Prevent warning on some compilers */ member
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw_vaes_avx512.inc | 108 * Fill partial block buffer till full block
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 590 void MCObjectStreamer::emitValueToAlignment(Align Alignment, int64_t Fill, in emitValueToAlignment() argument 595 insert(getContext().allocFragment<MCAlignFragment>(Alignment, Fill, FillLen, in emitValueToAlignment()
|