/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | module.modulemap | 3 header "algorithm" 7 header "any" 11 header "array" 15 header "atomic" 19 header "barrier" 23 header "bit" 27 header "bitset" 31 header "charconv" 35 header "chrono" 39 header "codecvt" [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 13 header "altivec.h" 20 header "arm_acle.h" 26 header "arm_neon.h" 27 header "arm_fp16.h" 33 header "arm_sve.h" 42 header "immintrin.h" 43 textual header "f16cintrin.h" 44 textual header "avxintrin.h" 45 textual header "avx2intrin.h" 46 textual header "avx512fintrin.h" [all …]
|
/freebsd/contrib/llvm-project/clang/include/ |
H A D | module.modulemap | 10 textual header "clang/Analysis/Analyses/ThreadSafetyOps.def" 18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h" 25 textual header "clang/AST/BuiltinTypes.def" 26 textual header "clang/AST/CXXRecordDeclDefinitionBits.def" 27 textual header "clang/AST/OperationKinds.def" 28 textual header "clang/AST/TypeLocNodes.def" 39 textual header "clang/Basic/AArch64SVEACLETypes.def" 40 textual header "clang/Basic/AMDGPUTypes.def" 41 textual header "clang/Basic/BuiltinHeaders.def" 42 textual header "clang/Basic/BuiltinsAArch64.def" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/ |
H A D | module.modulemap | 12 textual header "llvm/Analysis/ScalarFuncs.def" 13 textual header "llvm/Analysis/TargetLibraryInfo.def" 14 textual header "llvm/Analysis/VecFuncs.def" 27 header "llvm/CodeGenTypes/LowLevelType.h" export * 30 header "llvm/CodeGenTypes/MachineValueType.h" export * 46 exclude header "llvm/CodeGen/LinkAllAsmWriterComponents.h" 47 exclude header "llvm/CodeGen/LinkAllCodegenComponents.h" 50 textual header "llvm/CodeGen/DIEValue.def" 76 textual header "llvm/BinaryFormat/Dwarf.def" 77 textual header "llvm/BinaryFormat/DXContainerConstants.def" [all …]
|
H A D | module.install.modulemap | 3 textual header "llvm/CodeGen/GenVT.inc" 7 textual header "llvm/Config/AsmParsers.def" 8 textual header "llvm/Config/AsmPrinters.def" 9 textual header "llvm/Config/Disassemblers.def" 10 textual header "llvm/Config/Targets.def" 15 textual header "llvm/IR/Attributes.gen" 16 textual header "llvm/IR/Attributes.inc" 20 textual header "llvm/IR/Intrinsics.gen" 21 textual header "llvm/IR/Intrinsics.inc" 25 textual header "llvm/IR/IntrinsicEnums.inc" [all …]
|
/freebsd/contrib/llvm-project/lldb/include/ |
H A D | module.modulemap | 5 textual header "lldb/Utility/Instrumentation.h" 16 // OS-specific header for us. 17 module ConnectionFileDescriptor { header "lldb/Host/ConnectionFileDescriptor.h" export * } 18 module Debug { header "lldb/Host/Debug.h" export * } 19 module Editline { header "lldb/Host/Editline.h" export * } 20 module FileCache { header "lldb/Host/FileCache.h" export * } 21 module File { header "lldb/Host/File.h" export * } 22 module FileAction { header "lldb/Host/FileAction.h" export * } 23 module FileSystem { header "lldb/Host/FileSystem.h" export * } 24 module HostGetOpt { header "lldb/Host/HostGetOpt.h" export * } [all …]
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_ud_header.c | 45 #define STRUCT_FIELD(header, field) \ argument 46 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \ 47 .struct_size_bytes = sizeof ((struct ib_unpacked_ ## header *) 0)->field, \ 48 .field_name = #header ":" #field 286 __sum16 ib_ud_ip4_csum(struct ib_ud_header *header) in ib_ud_ip4_csum() argument 293 iph.ip_tos = header->ip4.tos; in ib_ud_ip4_csum() 294 iph.ip_len = header->ip4.tot_len; in ib_ud_ip4_csum() 295 iph.ip_id = header->ip4.id; in ib_ud_ip4_csum() 296 iph.ip_off = header->ip4.frag_off; in ib_ud_ip4_csum() 297 iph.ip_ttl = header->ip4.ttl; in ib_ud_ip4_csum() [all …]
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiInternalFormRepresentation.h | 46 /// The header found at the start of each package list. 54 /// The header found at the start of each package. 148 /// A simplified font package consists of a font header 152 EFI_HII_PACKAGE_HEADER Header; member 185 /// The fixed header consists of a standard record header, 191 EFI_HII_PACKAGE_HEADER Header; member 225 EFI_HII_GLYPH_BLOCK Header; member 230 EFI_HII_GLYPH_BLOCK Header; member 235 EFI_HII_GLYPH_BLOCK Header; member 239 EFI_HII_GLYPH_BLOCK Header; member [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinHeaders.def | 1 //===--- BuiltinHeaders.def - Builtin header info database ------*- C++ -*-===// 9 // This file defines the standard builtin function header locations. Users of 10 // this file must define the HEADER macro to make use of this information. 14 HEADER(NO_HEADER, nullptr) 15 HEADER(BLOCKS_H, "Blocks.h") 16 HEADER(COMPLEX_H, "complex.h") 17 HEADER(CTYPE_H, "ctype.h") 18 HEADER(EMMINTRIN_H, "emmintrin.h") 19 HEADER(FOUNDATION_NSOBJCRUNTIME_H, "Foundation/NSObjCRuntime.h") 20 HEADER(IMMINTRIN_H, "immintrin.h") [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 50 bool is64Bit() const { return COFF::is64Bit(Obj.Header.Machine); } in is64Bit() 53 return Obj.OptionalHeader->Header.FileAlignment; in getFileAlignment() 71 std::copy(Name.begin(), Name.end(), Sec.Header.Name); in parseSections() 80 Sec.Header.Name[0] = '/'; in parseSections() 81 std::copy(str.begin(), str.end(), Sec.Header.Name + 1); in parseSections() 93 Sec.Header.Characteristics |= (Log2_32(Sec.Alignment) + 1) << 20; in parseSections() 105 std::copy(Name.begin(), Name.end(), Sym.Header.Name); in parseSymbols() 109 *reinterpret_cast<support::aligned_ulittle32_t *>(Sym.Header.Name + 4) = in parseSymbols() 113 Sym.Header.Type = Sym.SimpleType; in parseSymbols() 114 Sym.Header.Type |= Sym.ComplexType << COFF::SCT_COMPLEX_TYPE_SHIFT; in parseSymbols() [all …]
|
H A D | DXContainerEmitter.cpp | 45 if (!ObjectFile.Header.FileSize) in validateSize() 46 ObjectFile.Header.FileSize = Computed; in validateSize() 47 else if (*ObjectFile.Header.FileSize < Computed) in validateSize() 54 if (ObjectFile.Parts.size() != ObjectFile.Header.PartOffsets->size()) in validatePartOffsets() 59 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in validatePartOffsets() 60 for (auto I : llvm::zip(ObjectFile.Parts, *ObjectFile.Header.PartOffsets)) { in validatePartOffsets() 74 if (ObjectFile.Header.PartOffsets) in computePartOffsets() 77 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in computePartOffsets() 78 ObjectFile.Header.PartOffsets = std::vector<uint32_t>(); in computePartOffsets() 80 ObjectFile.Header.PartOffsets->push_back(RollingOffset); in computePartOffsets() [all …]
|
/freebsd/sys/contrib/libsodium/ |
H A D | libsodium.vcxproj.filters | 8 <Filter Include="Header Files"> 336 <Filter>Header Files</Filter> 339 <Filter>Header Files</Filter> 342 <Filter>Header Files</Filter> 345 <Filter>Header Files</Filter> 348 <Filter>Header Files</Filter> 351 <Filter>Header Files</Filter> 354 <Filter>Header Files</Filter> 357 <Filter>Header Files</Filter> 360 <Filter>Header Files</Filter> [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_cpio.c | 125 * An afio large ASCII header, which they named itself. 126 * afio utility uses this header, if a file size is larger than 2G bytes 128 * 0x7fffffff, which we cannot record to odc header because of its limit. 129 * If not, uses odc header. 278 * digits appear in appropriate header locations. XXX in archive_read_format_cpio_bid() 286 * digits appear in appropriate header locations. XXX in archive_read_format_cpio_bid() 294 * digits appear in appropriate header locations. XXX in archive_read_format_cpio_bid() 303 * digits appear in appropriate header locations. XXX in archive_read_format_cpio_bid() 439 * header. XXX */ in archive_read_format_cpio_read_header() 513 * Skip forward to the next cpio newc header by searching for the [all …]
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 117 /* Define to 1 if you have the <arpa/ftp.h> header file. */ 120 /* Define to 1 if you have the <arpa/inet.h> header file. */ 123 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 126 /* Define to 1 if you have the <arpa/telnet.h> header file. */ 129 /* Define to 1 if you have the <asl.h> header file. */ 144 /* Define to 1 if you have the <bind/bitypes.h> header file. */ 147 /* Define to 1 if you have the <bsdsetjmp.h> header file. */ 156 /* Define to 1 if you have the <capability.h> header file. */ 174 /* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */ 177 /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ [all …]
|
/freebsd/contrib/file/src/ |
H A D | is_tar.c | 103 const union record *header = RCAST(const union record *, in is_tar() local 110 if (nbytes < sizeof(*header)) in is_tar() 117 memchr(header->header.name, 0, sizeof(header->header.name))); in is_tar() 118 if (nulp != NULL && nulp >= header->header.name + sizeof(gpkg_match) && in is_tar() 123 recsum = from_oct(header->header.chksum, sizeof(header->header.chksum)); in is_tar() 126 p = header->charptr; in is_tar() 127 ep = header->charptr + sizeof(*header); in is_tar() 132 for (i = 0; i < sizeof(header->header.chksum); i++) in is_tar() 133 sum -= header->header.chksum[i]; in is_tar() 134 sum += ' ' * sizeof(header->header.chksum); in is_tar() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStream.cpp | 46 : Stream(std::move(Stream)), Header(nullptr) {} in DbiStream() 55 "DBI Stream does not contain a header."); in reload() 56 if (auto EC = Reader.readObject(Header)) in reload() 58 "DBI Stream does not contain a header."); in reload() 60 if (Header->VersionSignature != -1) in reload() 67 if (Header->VersionHeader < PdbDbiV70) in reload() 72 sizeof(DbiStreamHeader) + Header->ModiSubstreamSize + in reload() 73 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload() 74 Header->FileInfoSize + Header->TypeServerSize + in reload() 75 Header->OptionalDbgHdrSize + Header->ECSubstreamSize) in reload() [all …]
|
H A D | TpiStream.cpp | 46 "TPI Stream does not contain a header."); in reload() 48 if (Reader.readObject(Header)) in reload() 50 "TPI Stream does not contain a header."); in reload() 52 if (Header->Version != PdbTpiV80) in reload() 56 if (Header->HeaderSize != sizeof(TpiStreamHeader)) in reload() 58 "Corrupt TPI Header size."); in reload() 60 if (Header->HashKeySize != sizeof(ulittle32_t)) in reload() 64 if (Header->NumHashBuckets < MinTpiHashBuckets || in reload() 65 Header->NumHashBuckets > MaxTpiHashBuckets) in reload() 71 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload() [all …]
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 345 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 354 /* Define to 1 if you have the <bstring.h> header file. */ 378 /* Define to 1 if you have the <cthreads.h> header file. */ 396 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 400 /* Define to 1 if you have the <dlfcn.h> header file. */ 412 /* Define to 1 if you have the <errno.h> header file. */ 421 /* Define to 1 if you have the <fcntl.h> header file. */ 433 /* Define to 1 if you have the <fnmatch.h> header file. */ 472 /* Define to 1 if you have the <histedit.h> header file. */ 475 /* Define to 1 if you have the <history.h> header fil [all...] |
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 48 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 66 /* Define to 1 if you have the <cthreads.h> header file. */ 76 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 80 /* Define to 1 if you have the <dlfcn.h> header file. */ 89 /* Define to 1 if you have the <errno.h> header file. */ 98 /* Define to 1 if you have the <fcntl.h> header file. */ 119 /* Define to 1 if you have the <histedit.h> header file. */ 122 /* Define to 1 if you have the <history.h> header file. */ 149 /* Define to 1 if you have the <inttypes.h> header file. */ 155 /* Define to 1 if you have the <libgen.h> header fil [all...] |
/freebsd/share/mk/ |
H A D | bsd.incs.mk | 44 .for header in ${${group}} 45 .if defined(${group}OWN_${header:T}) || defined(${group}GRP_${header:T}) || \ 46 defined(${group}MODE_${header:T}) || defined(${group}DIR_${header:T}) || \ 47 defined(${group}NAME_${header:T}) || defined(${group}NAME) 48 ${group}OWN_${header:T}?= ${${group}OWN} 49 ${group}GRP_${header:T}?= ${${group}GRP} 50 ${group}MODE_${header:T}?= ${${group}MODE} 51 ${group}DIR_${header:T}?= ${${group}DIR} 53 ${group}NAME_${header:T}?= ${${group}NAME} 55 ${group}NAME_${header:T}?= ${header:T} [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxl-s905x-libretech-cc.dts | 248 "7J1 Header Pin5", 249 "7J1 Header Pin3", 250 "7J1 Header Pin12", 252 "9J3 Switch HDMI CEC/7J1 Header Pin11", 253 "7J1 Header Pin13", 255 "7J1 Header Pin15"; 265 "HDMI_5V_EN", "9J1 Header Pin2", 267 "2J3 Header Pin6", 268 "2J3 Header Pin5", 269 "2J3 Header Pin4", [all …]
|
/freebsd/share/doc/smm/18.net/ |
H A D | e.t | 59 usually contains a local network header followed by 62 the header information may be variable length, DMA'ing the eventual 66 only a single protocol header format). 68 To allow variable length header information to 72 places the variable length header information after 74 header is then prepended to the resultant packet. 75 The local network header contains the size of the 77 header\fP, inserted before the variable length 79 header information. The following trailer 80 protocol header is used to store information [all …]
|
/freebsd/kerberos5/include/ |
H A D | config.h | 118 /* Define to 1 if you have the <arpa/ftp.h> header file. */ 121 /* Define to 1 if you have the <arpa/inet.h> header file. */ 124 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 127 /* Define to 1 if you have the <arpa/telnet.h> header file. */ 130 /* Define to 1 if you have the <asl.h> header file. */ 145 /* Define to 1 if you have the <bind/bitypes.h> header file. */ 148 /* Define to 1 if you have the <bsdsetjmp.h> header file. */ 157 /* Define to 1 if you have the <capability.h> header file. */ 175 /* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */ 178 /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 63 /// Called when a header is added during module map parsing. 65 /// \param Filename The header file itself. 68 /// Called when an umbrella header is added during module map parsing. 70 /// \param Header The umbrella header to collect. 71 virtual void moduleMapAddUmbrellaHeader(FileEntryRef Header) {} in moduleMapAddUmbrellaHeader() argument 126 /// Flags describing the role of a module header. 128 /// This header is normally included in the module. 131 /// This header is included but private. 134 /// This header is part of the module (for layering purposes) but 138 /// This header is explicitly excluded from the module. [all …]
|
/freebsd/contrib/libevent/ |
H A D | config.h.in | 15 /* Define to 1 if you have the <afunix.h> header file. */ 27 /* Define to 1 if you have the <arpa/inet.h> header file. */ 44 /* Define to 1 if you have the <dlfcn.h> header file. */ 56 /* Define to 1 if you have the <errno.h> header file. */ 68 /* Define to 1 if you have the <fcntl.h> header file. */ 113 /* Define to 1 if you have the <ifaddrs.h> header file. */ 122 /* Define to 1 if you have the <inttypes.h> header file. */ 140 /* Define to 1 if you have the <mach/mach.h> header file. */ 143 /* Define to 1 if you have the <mach/mach_time.h> header file. */ 146 /* Define to 1 if you have the <memory.h> header file. */ [all …]
|