Home
last modified time | relevance | path

Searched full:preamble (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h9 // 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 afte
[all...]
H A DASTUnit.h83 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 t
227 std::optional<PrecompiledPreamble> Preamble; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DBlockPrinter.cpp15 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-src/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c38 #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-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp9 // 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 tex in Build()
[all...]
H A DASTUnit.cpp230 /// 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 whe
[all...]
/freebsd-src/sys/dev/ath/ath_rate/onoe/
H A Donoe.h59 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-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp77 std::string Preamble; member in __anon8056deb10111::RewriteModernObjC
2576 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral()
2577 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,"; 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...]
H A DRewriteObjC.cpp75 std::string Preamble; member in __anon8bd724ec0111::RewriteObjC
2503 Preamble += "static __NSConstantStringImpl " + S; in RewriteObjCStringLiteral()
2504Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReferen… in RewriteObjCStringLiteral()
2505 Preamble += "0x000007c8,"; // utf8_str in RewriteObjCStringLiteral()
2510 Preamble += prettyBuf.str(); in RewriteObjCStringLiteral()
2511 Preamble += ","; in RewriteObjCStringLiteral()
2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
4913 RewriteObjCProtocolMetaData(ProtDecl, "", "", Preamble); in HandleTranslationUnit()
4915 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()
4946 Preamble = "#pragma once\n"; in Initialize()
[all …]
/freebsd-src/sys/dev/ath/ath_rate/amrr/
H A Damrr.h69 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-src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c38 /* 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-src/sys/net80211/
H A Dieee80211_phy.h91 * 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 Dieee80211_phy.c78 /* 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-src/usr.sbin/bsdinstall/
H A Dbsdinstall.8548 .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-src/sys/contrib/device-tree/Bindings/net/
H A Dmdio.yaml55 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.
H A Dengleder,tsnep.yaml92 suppress-preamble;
112 suppress-preamble;
/freebsd-src/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in17 # 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-src/contrib/tcpdump/
H A Dprint-zep.c45 * |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-src/contrib/libfido2/src/
H A Dnfc_linux.c302 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-src/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c36 /* valid rateCode Preamble dot11Rate Rate */
53 /* valid rateCode Preamble dot11Rate Rate */
70 /* valid rateCode Preamble dot11Rate Rate */
/freebsd-src/usr.sbin/bsdinstall/scripts/
H A Dscript93 # 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 Djail67 # split script into preamble and setup script at first shebang
71 >$TMPDIR/bsdinstall-installscript-preamble
73 . $TMPDIR/bsdinstall-installscript-preamble
/freebsd-src/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf.569 .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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp109 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 in ParseHeader()
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h57 /// Describes the bounds (start, size) of the preamble and a flag required by
59 /// The preamble includes the BOM, if any.
61 /// Size of the preamble in bytes.
64 /// Whether the preamble ends at the start of a new line.
67 /// a line after skipping the preamble.
533 /// Compute the preamble of the given file.
535 /// The preamble of a file contains the initial comments, include directives,
537 /// particular file actually begins. The preamble of the main source file is
542 /// \param MaxLines If non-zero, restrict the length of the preamble
545 /// \returns The offset into the file where the preamble ends and the rest
[all …]

12345678910>>...44