Home
last modified time | relevance | path

Searched full:thin (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd/share/syscons/fonts/
H A DINDEX.fonts103 cp437-thin-8x16.fnt:en:Codepage 437 English, 8x16 (thin)
104 cp437-thin-8x16.fnt:da:Codepage 437 engelsk, 8x16 (smal)
105 cp437-thin-8x16.fnt:de:Codeseite 437 Englisch, 8x16 (d�nn)
106 cp437-thin-8x16.fnt:fr:Code page 437 Anglais, 8x16 (d�nn)
107 cp437-thin-8x16.fnt:es:P�gina de c�digos 437 ingl�s, 8x16 (fina)
108 cp437-thin-8x16.fnt:uk:����� 437 ���̦������, 8x16 (������)
117 cp437-thin-8x8.fnt:en:Codepage 437 English, 8x8 (thin)
118 cp437-thin-8x8.fnt:da:Codepage 437 engelsk, 8x8 (smal)
119 cp437-thin-8x8.fnt:de:Codeseite 437 Englisch, 8x8 (d�nn)
120 cp437-thin-8x8.fnt:fr:Code page 437 Anglais, 8x8 (d�nn)
[all …]
H A DMakefile5 cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
7 cp850-thin-8x8.fnt cp850-thin-8x16.fnt \
9 cp865-thin-8x8.fnt cp865-thin-8x16.fnt \
25 iso-thin-8x16.fnt iso15-thin-8x16.fnt \
HDcp437-thin-8x16.fnt1 begin 644 cp437-thin-8x16
HDiso-thin-8x16.fnt1 begin 644 iso-thin-8x16
HDiso15-thin-8x16.fnt1 begin 644 iso15-thin-8x16
HDcp437-thin-8x8.fnt1 begin 644 cp437-thin-8x8
HDcp850-thin-8x16.fnt1 begin 644 cp850-thin-8x16
HDcp850-thin-8x8.fnt1 begin 644 cp850-thin-8x8
HDcp865-thin-8x16.fnt1 begin 644 cp865-thin-8x16
HDcp865-thin-8x8.fnt1 begin 644 cp865-thin-8x8
/freebsd/share/vt/fonts/
H A DINDEX.fonts68 vgarom-thin-8x16.fnt:en:VGAROM, 8x16 (thin)
69 vgarom-thin-8x16.fnt:da:VGAROM, 8x16 (smal)
70 vgarom-thin-8x16.fnt:de:VGAROM, 8x16 (dünn)
71 vgarom-thin-8x16.fnt:fr:VGAROM, 8x16 (fin)
73 vgarom-thin-8x8.fnt:en:VGAROM, 8x8 (thin)
74 vgarom-thin-8x8.fnt:da:VGAROM, 8x8 (smal)
75 vgarom-thin-8x8.fnt:de:VGAROM, 8x8 (dünn)
76 vgarom-thin-8x8.fnt:fr:VGAROM, 8x8 (fin)
H A DMakefile18 vgarom-thin-8x8.fnt \
19 vgarom-thin-8x16.fnt
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp92 --thin - create a thin archive in printArHelp()
119 [P] - use full names when matching (implied for thin archives) in printArHelp()
122 [T] - deprecated, use --thin instead in printArHelp()
233 static bool Thin = false; ///< 'T' modifier variable
414 Thin = true; in parseCommandLine()
430 // Thin archives store path names, so P should be forced. in parseCommandLine()
431 if (Thin) in parseCommandLine()
694 fail("extracting from a thin archive is not supported"); in performReadOperation()
750 // If the child member we're trying to add is thin, use the path relative to in addChildMember()
752 if (Thin && FlattenArchive) { in addChildMember()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h87 /// used just for the thin link as in the regular full bitcode that will
93 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
94 /// file) to the buffer specified at construction time. The thin link
95 /// bitcode file is used for thin link, and it only contains the necessary
96 /// information for thin link.
128 /// used just for the thin link as in the regular full bitcode that will
136 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
138 /// bitcode block. The thin link bitcode file is used for thin link, and it
139 /// only contains the necessary information for thin link.
/freebsd/usr.bin/clang/llvm-ar/
H A Dllvm-ar.1152 Appending a regular archive to a thin archive requires the \fI\%T\fP
156 Appending a thin archive to a regular archive will append the archive file.
160 Appending a thin archive to a thin archive will always quick append its
256 Alias for \fB\-\-thin\fP\&. In many ar implementations \fBT\fP has a different
288 for thin archives.
354 .B \-\-thin
356 \fBarchive\fP will be thin. By default, archives are not created as thin archives
357 and when modifying a thin archive, it will be converted to a regular archive.
430 Begin creation of a thin archive with the specified name. Subsequent
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp60 // For thin archives it writes the archive file itself as well as its members.
65 bool Thin) { in deepWriteArchive()
71 Deterministic, Thin)) in deepWriteArchive()
74 if (!Thin) in deepWriteArchive()
64 deepWriteArchive(StringRef ArcName,ArrayRef<NewArchiveMember> NewMembers,bool WriteSymtab,object::Archive::Kind Kind,bool Deterministic,bool Thin) deepWriteArchive() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h58 bool Thin, std::optional<bool> IsEC = std::nullopt,
63 bool Deterministic, bool Thin,
73 bool Deterministic, bool Thin,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_019_pos.ksh23 # A thin provisioned volume can become thick provisioned with 'zfs set
42 log_assert "A thin provisioned volume can become thick provisioned with" \
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp280 static bool useStringTable(bool Thin, StringRef Name) { in useStringTable() argument
281 return Thin || Name.size() >= 16 || Name.contains('/'); in useStringTable()
302 bool Thin, const NewArchiveMember &M, in printMemberHeader() argument
307 if (!useStringTable(Thin, M.MemberName)) in printMemberHeader()
312 if (Thin) { in printMemberHeader()
780 object::Archive::Kind Kind, bool Thin, bool Deterministic, in computeMemberData() argument
896 StringRef Data = Thin ? "" : Buf.getBuffer(); in computeMemberData()
960 printMemberHeader(Out, Pos, StringTable, MemberNames, Kind, Thin, *M, in computeMemberData()
1035 bool Thin, std::optional<bool> IsEC, in writeArchiveToStream() argument
1037 assert((!Thin || !isBSDLike(Kind)) && "Only the gnu format has a thin mode"); in writeArchiveToStream()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp272 // If it's possible to split M into regular and thin LTO parts, do so and write
303 // the thin LTO module. Similarly, globals that are associated with globals in splitAndWriteThinLTOBitcode()
376 // propagation. The canonical definitions live in the thin LTO module so in splitAndWriteThinLTOBitcode()
388 // MergedM, and aliases pointing to such globals from the thin LTO module. in splitAndWriteThinLTOBitcode()
497 // If a minimized bitcode module was requested for the thin link, only in splitAndWriteThinLTOBitcode()
498 // the information that is needed by thin link will be written in the in splitAndWriteThinLTOBitcode()
569 // If a minimized bitcode module was requested for the thin link, only in writeThinLTOBitcode()
570 // the information that is needed by thin link will be written in the in writeThinLTOBitcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DThinLTOBitcodeWriter.h10 // it into regular and thin LTO parts if possible, and writing both parts to
31 // Writes bitcode to OS. Also write thin link file to ThinLinkOS, if
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-t5325.dts3 * Device Tree file for HP t5325 Thin Client"
18 model = "HP t5325 Thin Client";
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp495 // llvm-lib uses relative paths for both regular and thin archives, unlike in libDriverMain()
496 // standard GNU ar, which only uses relative paths for thin archives and in libDriverMain()
510 bool Thin = Args.hasArg(OPT_llvmlibthin); in libDriverMain() local
513 Thin ? object::Archive::K_GNU : object::Archive::K_COFF, in libDriverMain()
514 /*Deterministic=*/true, Thin, nullptr, COFF::isArm64EC(LibMachine))) { in libDriverMain()
/freebsd/lib/libnetbsd/
H A DREADME2 libnetbsd is a thin compatibility layer intended to allow a limited
/freebsd/lib/libopenbsd/
H A DREADME2 libopenbsd is a thin compatibility layer intended to allow a limited

123456789