| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatCommon.h | 23 char Fill; member 26 char Fill = ' ') 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 71 S << Fill; in fill()
|
| H A D | FormatAdapters.h | 30 char Fill; variable 33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 35 Fill(Fill) {} in AlignAdapter() 39 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 87 char Fill = ' ') { 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 30 OS << Fill; in printLine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 307 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA); 534 DenseMap<StringRef, ELFYAML::Fill *> NameToFill; in initProgramHeaders() 537 if (auto S = dyn_cast<ELFYAML::Fill>(Doc.Chunks[I].get())) in initProgramHeaders() 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() 1767 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill() argument 1769 size_t PatternSize = Fill.Pattern ? Fill.Pattern->binary_size() : 0; in writeFill() 1771 CBA.writeZeros(Fill.Size); in writeFill() 1778 CBA.writeAsBinary(*Fill.Pattern); in writeFill() [all …]
|
| H A D | ELFYAML.cpp | 1370 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping() argument 1371 IO.mapOptional("Name", Fill.Name, StringRef()); in fillMapping() 1372 IO.mapOptional("Pattern", Fill.Pattern); in fillMapping() 1373 IO.mapOptional("Offset", Fill.Offset); in fillMapping() 1374 IO.mapRequired("Size", Fill.Size); in fillMapping() 1465 Section.reset(new ELFYAML::Fill()); in mapping() 1466 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping() 1605 if (const auto *F = dyn_cast<ELFYAML::Fill>(C.get())) { in validate()
|
| H A D | MachOEmitter.cpp | 206 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { in Fill() function 313 Fill(OS, Sec.size, 0xDEADBEEFu); in writeSectionData()
|
| /freebsd-13.1/tools/tools/nanobsd/rescue/Files/root/ |
| H A D | ZFS_Create.txt | 18 Fill -> /mnt/root
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 206 Fill = SpecialChunksStart, enumerator 280 struct Fill : Chunk { struct 284 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument 286 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | platform_if.m | 178 * @brief Fill the first CPU's cpuref 188 * @brief Fill the next CPU's cpuref
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 227 UINT8 Fill[3]; /* Prevent warning on some compilers */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 680 } else if (auto *Fill = dyn_cast<MCFillFragment>(&Frag)) { in addData() local 682 if (!Fill->getNumValues().evaluateAsAbsolute(NumValues)) in addData() 684 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues, in addData() 685 Fill->getValue()); in addData()
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | init-creds | 285 /* Fill in client from the command line || existing ccache, and,
|
| /freebsd-13.1/stand/i386/btx/btx/ |
| H A D | btx.S | 522 intusr.2: pushl $0x0 # Fill frame
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 271 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; in SimplifyAnyMemSet() local 272 StoreInst *S = Builder.CreateStore(ConstantInt::get(ITy, Fill), Dest, in SimplifyAnyMemSet()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 229 * kdc/config.c: Fill in pkinit_dh_min_bits from configuration 544 * kdc/pkinit.c: Fill in asChecksum, we now implements -27 in the KDC.
|
| H A D | ChangeLog.2006 | 321 * lib/krb5/krbhst.c: Fill in hints for picky getaddrinfo()s.
|
| H A D | ChangeLog.1998 | 2846 * lib/krb5/str2key.c: Fill in keytype and length.
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | device.subr | 216 # Fill the gap we just created
|
| /freebsd-13.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 694 \ Fill a buffer with zeros. The buffer address is an offset in the context.
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 2240 /* Fill it with the SCB data */
|
| /freebsd-13.1/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 318 * krb5/inquire_cred_by_mech.c: Fill in all of the variables if
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 1058 // Fill/Spill
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 175 * include/ntp_syscall.h (ntp_gettime): Fill in the tai member.
|