/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatCommon.h | 23 char Fill; member 26 size_t Amount, char Fill = ' ') 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 71 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 | 32 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 40 OS << Fill; in printLine() 31 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 315 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA); 542 DenseMap<StringRef, ELFYAML::Fill *> NameToFill; in initProgramHeaders() 545 if (auto S = dyn_cast<ELFYAML::Fill>(Doc.Chunks[I].get())) in initProgramHeaders() 772 if (ELFYAML::Fill *S = dyn_cast<ELFYAML::Fill>(D.get())) { in initSectionHeaders() 1158 if (const ELFYAML::Fill *F = dyn_cast<ELFYAML::Fill>(C)) { in getPhdrFragments() 1235 return (isa<ELFYAML::Fill>(C) || in shouldAllocateFileSpace() 1891 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill() argument 1893 size_t PatternSize = Fill.Pattern ? Fill.Pattern->binary_size() : 0; in writeFill() 1895 CBA.writeZeros(Fill.Size); in writeFill() 1901 for (; Written + PatternSize <= Fill.Size; Written += PatternSize) in writeFill() [all …]
|
H A D | ELFYAML.cpp | 1492 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping() argument 1493 IO.mapOptional("Name", Fill.Name, StringRef()); in fillMapping() 1494 IO.mapOptional("Pattern", Fill.Pattern); in fillMapping() 1495 IO.mapOptional("Offset", Fill.Offset); in fillMapping() 1496 IO.mapRequired("Size", Fill.Size); in fillMapping() 1587 Section.reset(new ELFYAML::Fill()); in mapping() 1588 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping() 1728 if (const auto *F = dyn_cast<ELFYAML::Fill>(C.get())) { in validate()
|
H A D | MachOEmitter.cpp | 237 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { in Fill() 288 // Fill remaining bytes with 0. This will only get hit in partially in writeLoadCommands() 315 // Zero Fill any data between the end of the last thing we wrote and the in writeSectionData() 352 // Fill section data with 0xDEADBEEF. in writeSectionData() 353 Fill(OS, Sec.size, 0xDEADBEEFu); in writeSectionData() 236 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { Fill() function
|
/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/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 | 235 Fill = SpecialChunksStart, enumerator 309 struct Fill : Chunk { struct 313 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() function 315 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/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 251 llvm::APInt Fill; in interp__builtin_nan() local 268 Fill = llvm::APInt(32, 0); in interp__builtin_nan() 269 else if (StringRef(Str).getAsInteger(0, Fill)) in interp__builtin_nan() 279 llvm::APFloat::getSNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan() 282 llvm::APFloat::getQNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan() 291 llvm::APFloat::getQNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan() 294 llvm::APFloat::getSNaN(TargetSemantics, /*Negative=*/false, &Fill)); in interp__builtin_nan()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acobject.h | 227 UINT8 Fill[3]; /* Prevent warning on some compilers */ member
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 730 } else if (auto *Fill = dyn_cast<MCFillFragment>(&Frag)) { in addData() local 732 if (!Fill->getNumValues().evaluateAsAbsolute(NumValues)) in addData() 734 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues, in addData() 735 Fill->getValue()); in addData()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOpts.td | 283 : Eq<"gap-fill", "Fill the gaps between sections with <value> instead of zero. "
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 520 intusr.2: pushl $0x0 # Fill frame
|
/freebsd/crypto/heimdal/doc/ |
H A D | init-creds | 285 /* Fill in client from the command line || existing ccache, and,
|
/freebsd/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.
|