/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 9 // Helper class to build precompiled preamble. 41 /// Runs lexer to compute suggested preamble bounds. 64 /// \param Bounds Bounds of the preamble, result of calling 68 /// preamble. 83 /// the preamble. 97 /// PreambleBounds used to build the preamble. 100 /// Returns the size, in bytes, that preamble takes on disk or in memory. 116 /// Changes options inside \p CI to use PCH from this preamble. Also remaps 117 /// main file to \p MainFileBuffer and updates \p VFS to ensure the preamble 121 /// MemoryBuffer with the Preamble after this method returns. The caller is [all …]
|
H A D | ASTUnit.h | 83 enum class SkipFunctionBodiesScope { None, Preamble, PreambleAndMainFile }; enumerator 180 /// The files and decls are only local (and non-preamble) ones. 186 /// The set of diagnostics produced when creating the preamble. 205 /// precompiled preamble. 207 /// If zero, we will never build a precompiled preamble. Otherwise, 209 /// without the benefit of a precompiled preamble. When it hits 1, 211 /// building the precompiled preamble fails, we won't try again for 215 /// Counter indicating how often the preamble was build in total. 220 /// Cache contains only source locations from preamble so it is 222 /// This cache is used when loading preamble to increase performance [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | BlockPrinter.cpp | 15 CurrentState = State::Preamble; in visit() 19 // Preamble printing. 24 OS << "Preamble: \n"; in visit() 25 CurrentState = State::Preamble; in visit() 30 CurrentState = State::Preamble; in visit() 35 CurrentState = State::Preamble; in visit() 41 if (CurrentState == State::Preamble) in visit()
|
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 38 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ 54 * preamble in CCK rate code */ 59 uint16_t lpAckDuration; /* long preamble ACK dur. */ 60 uint16_t spAckDuration; /* short preamble ACK dur. */ 101 /* Preamble dot11Rate Rate */ 114 /* Preamble dot11Rate Rate */ 134 /* Preamble dot11Rate Rate */ 150 /* Preamble dot11Rate Rate */ 166 /* Preamble dot11Rate Rate */ 182 /* Preamble dot11Rate Rate */ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 230 /// After failing to build a precompiled preamble (due to 231 /// errors in the source that occurs in the preamble), the number of 233 /// preamble. 1155 assert(Preamble && in Parse() 1156 "No preamble was built, but OverrideMainBuffer is not null"); in Parse() 1157 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse() 1168 // Remove the overridden buffer we used for the preamble. in Parse() 1227 // If the main file has been overridden due to the use of a preamble, in Parse() 1228 // make that override happen and introduce the preamble. in Parse() 1318 /// Attempt to build or re-use a precompiled preamble when (re-)parsing [all …]
|
H A D | PrecompiledPreamble.cpp | 9 // Helper class to build precompiled preamble. 79 // Collects files whose existence would invalidate the preamble. 84 // search path entries whose roots don't exist when the preamble is built. 198 // so it's not intended to be used outside preamble-handling. 203 // FIXME: This is a hack so that we can override the preamble file during in create() 204 // crash-recovery testing, which is the only case where the preamble files in create() 217 EC = llvm::sys::fs::createTemporaryFile("preamble", "pch", FD, File); in create() 221 llvm::sys::path::append(TempPath, "preamble-%%%%%%.pch"); in create() 432 // Create a temporary file for the precompiled preamble. In rare in Build() 441 // Save the preamble text for later; we'll need to compare against it for in Build() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 77 std::string Preamble; member in __anonc09f721f0111::RewriteModernObjC 2576 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral() 2577 …Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral() 2578 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral() 2583 Preamble += prettyBufS; in RewriteObjCStringLiteral() 2584 Preamble += ","; in RewriteObjCStringLiteral() 2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral() 5070 Preamble += HF; in RewriteByRefVar() 5838 RewriteObjCProtocolMetaData(ProtDecl, Preamble); in HandleTranslationUnit() 5839 Write_ProtocolExprReferencedMetadata(Context, ProtDecl, Preamble); in HandleTranslationUnit() [all …]
|
/freebsd/sys/dev/ath/ath_rate/onoe/ |
H A D | onoe.h | 59 u_int8_t on_tx_rate0sp; /* series 0 short preamble h/w rate */ 60 u_int8_t on_tx_rate1sp; /* series 1 short preamble h/w rate */ 61 u_int8_t on_tx_rate2sp; /* series 2 short preamble h/w rate */ 62 u_int8_t on_tx_rate3sp; /* series 3 short preamble h/w rate */
|
/freebsd/sys/dev/ath/ath_rate/amrr/ |
H A D | amrr.h | 69 u_int8_t amn_tx_rate0sp; /* series 0 short preamble h/w rate */ 70 u_int8_t amn_tx_rate1sp; /* series 1 short preamble h/w rate */ 71 u_int8_t amn_tx_rate2sp; /* series 2 short preamble h/w rate */ 72 u_int8_t amn_tx_rate3sp; /* series 3 short preamble h/w rate */
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_phy.c | 38 /* valid rateCode Preamble dot11Rate Rate */ 55 /* valid rateCode Preamble dot11Rate Rate */ 72 /* valid rateCode Preamble dot11Rate Rate */ 89 /* valid rateCode Preamble dot11Rate Rate */ 105 /* valid rateCode Preamble dot11Rate Rate */ 122 /* valid rateCode Preamble dot11Rate Rate */ 139 /* valid rateCode Preamble dot11Rate Rate */
|
/freebsd/usr.sbin/bsdinstall/ |
H A D | bsdinstall.8 | 548 .Em preamble 551 The preamble sets up the options for the installation (how to partition the 596 .Ss PREAMBLE 597 The preamble consists of installer settings. 601 The preamble is interpreted as a 610 the preamble can contain a variable 621 the preamble can contain the variable 643 Following the preamble is an optional shell script, beginning with a #!
|
/freebsd/sys/net80211/ |
H A D | ieee80211_phy.h | 91 * preamble in CCK rate code */ 96 uint16_t lpAckDuration; /* long preamble ACK dur. */ 97 uint16_t spAckDuration; /* short preamble ACK dur. */ 166 * sent using rate, phy and short preamble setting. 196 * using the specified 802.11 rate code, phy, and short preamble
|
H A D | ieee80211_phy.c | 78 /* Preamble dot11Rate Rate */ 91 /* Preamble dot11Rate Rate */ 111 /* Preamble dot11Rate Rate */ 127 /* Preamble dot11Rate Rate */ 143 /* Preamble dot11Rate Rate */ 159 /* Preamble dot11Rate Rate */ 174 /* Preamble dot11Rate Rate */ 190 /* Preamble dot11Rate Rate */ 238 /* Preamble dot11Rate Rate */ 498 * using the specified rate, phy, and short preamble setting.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mdio.yaml | 55 suppress-preamble: 57 The 32 bit preamble should be suppressed. In order for this to 58 work, all devices on the bus must support suppressed preamble.
|
/freebsd/sys/tools/syscalls/scripts/ |
H A D | syscall_mk.lua | 40 -- Write the generated preamble. 41 gen:preamble("FreeBSD system call object files.", "#") 43 gen:write("MIASM = \\\n") -- preamble
|
H A D | syscalls_map.lua | 34 -- Write the generated preamble. 35 gen:preamble("FreeBSD system call symbols.")
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-kmod.spec.in | 17 # by generating a preamble text file which kmodtool can append to the spec file. 20 Conflicts: @PACKAGE@-dkms" > %{_sourcedir}/kmod-preamble) 32 %kernel_module_package -n %{kmod_name} -p %{_sourcedir}/kmod-preamble
|
/freebsd/contrib/tcpdump/ |
H A D | print-zep.c | 45 * |Preamble|Version|Channel ID|Device ID|CRC/LQI Mode|LQI Val|Reserved|Length| 53 * |Preamble|Version| Type |Sequence#| 106 /* Preamble Code (must be "EX") */ in zep_print() 108 ND_PRINT(" [Preamble Code: "); in zep_print()
|
/freebsd/contrib/libfido2/src/ |
H A D | nfc_linux.c | 302 uint8_t preamble; in fido_nfc_read() local 306 iov[0].iov_base = &preamble; in fido_nfc_read() 307 iov[0].iov_len = sizeof(preamble); in fido_nfc_read() 323 if (preamble != 0x00) { in fido_nfc_read() 324 fido_log_debug("%s: preamble", __func__); in fido_nfc_read()
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | script | 93 # split script into preamble and setup script at first shebang 97 >$TMPDIR/bsdinstall-installscript-preamble 99 . $TMPDIR/bsdinstall-installscript-preamble 103 # Re-initialize a new log if preamble changed BSDINSTALL_LOG
|
H A D | jail | 67 # split script into preamble and setup script at first shebang 71 >$TMPDIR/bsdinstall-installscript-preamble 73 . $TMPDIR/bsdinstall-installscript-preamble
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_phy.c | 36 /* valid rateCode Preamble dot11Rate Rate */ 53 /* valid rateCode Preamble dot11Rate Rate */ 70 /* valid rateCode Preamble dot11Rate Rate */
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf.5 | 69 .Sy preamble 101 .Sy preamble 154 +--------| Preamble | 233 .Sy preamble , 237 .Sy preamble 248 .Sy preamble 251 .Sy preamble 255 While the header may change in subsequent versions, the preamble will not change 318 .Sy preamble 335 .Sy preamble ,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 109 ctf_header.preamble.magic = m_data.GetU16(&offset); in ParseHeader() 110 ctf_header.preamble.version = m_data.GetU8(&offset); in ParseHeader() 111 ctf_header.preamble.flags = m_data.GetU8(&offset); in ParseHeader() 121 // Validate the preamble. in ParseHeader() 122 if (ctf_header.preamble.magic != g_ctf_magic) { in ParseHeader() 124 ctf_header.preamble.magic); in ParseHeader() 128 if (ctf_header.preamble.version != g_ctf_version) { in ParseHeader() 130 ctf_header.preamble.version); in ParseHeader() 134 LLDB_LOG(log, "Parsed valid CTF preamble: version {0}, flags {1:x}", in ParseHeader() 135 ctf_header.preamble.version, ctf_header.preamble.flags); in ParseHeader() [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | rx_desc.h | 682 * length field of the A-MPDU delimiter or the preamble length 853 * 0x8: CCK 11 Mbps long preamble 854 * 0x9: CCK 5.5 Mbps long preamble 855 * 0xA: CCK 2 Mbps long preamble 856 * 0xB: CCK 1 Mbps long preamble 857 * 0xC: CCK 11 Mbps short preamble 858 * 0xD: CCK 5.5 Mbps short preamble 859 * 0xE: CCK 2 Mbps short preamble 875 * Indicates the type of preamble ahead: 1284 * PPDUs where the BB descriptor preamble type is 0x80 to 0xFF
|