Searched refs:piece (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dreplay.c295 const krb5_data *piece,
301 char *tmp = malloc(4 * piece->length + 1);
309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
294 krb5_get_server_rcache(krb5_context context, const krb5_data *piece, krb5_rcache *id) argument
/freebsd-current/tests/sys/fs/tarfs/
H A Dmktar.c110 char *piece, *target; local
112 if (asprintf(&piece, "%1$s/../%1$s/../%1$s/../%1$s/../", dirname) < 0)
114 if (asprintf(&target, "%1$s%1$s%1$s%1$s%1$s%1$s%1$s%1$s%2$s", piece, filename) < 0)
116 free(piece);
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp95 for (const auto &[i, piece] : llvm::enumerate(isec->pieces)) {
96 if (piece.live)
97 liveCStrings.push_back({isec->parent->addr + piece.outSecOff,
H A DInputSection.cpp280 const StringPiece &piece = getStringPiece(off); local
281 uint64_t addend = off - piece.inSecOff;
282 return piece.outSecOff + addend;
H A DSyntheticSections.cpp1590 for (const auto &[i, piece] : llvm::enumerate(isec->pieces)) {
1591 if (!piece.live)
1594 memcpy(buf + piece.outSecOff, string.data(), string.size());
1602 for (const auto &[i, piece] : llvm::enumerate(isec->pieces)) {
1603 if (!piece.live)
1608 << llvm::countr_zero(isec->align | piece.inSecOff);
1610 piece.outSecOff = offset;
1660 for (const auto &[i, piece] : llvm::enumerate(isec->pieces)) {
1661 if (!piece.live)
1665 uint8_t trailingZeros = llvm::countr_zero(isec->align | piece
[all...]
H A DDriver.cpp1296 for (auto &piece : isec->pieces)
1297 piece.live = true;
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h307 for (auto piece : Selector.Identifiers)
308 hash = hash_combine(hash, static_cast<unsigned>(piece));
H A DAPINotesWriter.cpp132 for (auto piece : SelectorRef.Identifiers)
133 Selector.Identifiers.push_back(getIdentifier(piece));
/freebsd-current/contrib/bmake/
H A Ddir.c762 const char *prefix, *middle, *piece, *middle_end, *suffix; local
781 piece = middle;
782 while (piece < middle_end + 1) {
783 const char *piece_end = separator_comma(piece);
784 size_t piece_len = (size_t)(piece_end - piece);
786 char *file = concat3(prefix, prefix_len, piece, piece_len,
797 piece = piece_end + 1;
1385 /* XXX: Is every piece of memory freed as it should? */
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h130 llvm::StringRef piece() const { function in class:clang::RopePieceBTreeIterator
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp383 auto piece = std::move(path.front()); local
386 switch (piece->getKind()) {
388 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(*piece).path);
391 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces);
399 auto *event = cast<PathDiagnosticEventPiece>(piece.get());
401 // come up with a preference, record which piece to keep, and consume
402 // another piece from the path.
405 piece = std::move(pieceToKeep == event ? piece : path.front());
417 path.push_back(std::move(piece));
434 auto piece = std::move(pieces.front()); local
2689 const auto &piece = *I; local
3095 auto piece = std::make_unique<PathDiagnosticEventPiece>( local
[all...]
H A DBugReporterVisitors.cpp506 // If we failed to construct a piece for self, we still want to check
589 /// \return Diagnostics piece for region not modified in the current function,
2678 // If the handler produced a non-null piece, return it.
2768 auto piece = VisitNodeImpl(N, BRC, BR); local
2769 if (piece) {
2770 piece->setTag(getTag());
2771 if (auto *ev = dyn_cast<PathDiagnosticEventPiece>(piece.get()))
2774 return piece;
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp97 // FIXME: This probably shouldn't mutate the original path piece.
164 const PathDiagnosticPiece *piece = I.get(); local
165 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
175 ArrayRef<SourceRange> Ranges = piece->getRanges();
189 if (const auto *call = dyn_cast<PathDiagnosticCallPiece>(piece))
191 else if (const auto *macro = dyn_cast<PathDiagnosticMacroPiece>(piece))
1066 const PathDiagnosticPiece *piece = I.get(); local
1067 if (const auto *cp = dyn_cast<PathDiagnosticCallPiece>(piece))
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl206 or $ix,$acc,$acc ; last piece, no need to dep
226 or $ix,$acc,$acc ; last piece, no need to dep
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarparse-errors.mk55 # misleading anyway, that piece of code is probably not necessary. The wrong
H A Ddep-var.mk72 # To trigger this piece of code, the variable name must contain "$)" or "$:"
H A Dvar-op-expand.mk88 # would have to call VarSubstExpr somehow since this is the only piece of
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp38 os << I.piece();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp272 std::string piece; local
274 piece = "4";
275 piece += Record.Name;
276 piece.push_back('@');
277 qname.insert(4, std::move(piece));
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1296 if (it == cies.begin()) // invalid piece
1299 if (it[-1].outputOff == -1) // invalid piece
1385 const SectionPiece &piece = getSectionPiece(offset);
1386 return piece.outputOff + (offset - piece.inputOff);
H A DSyntheticSections.h87 CieRecord *addCie(EhSectionPiece &piece, ArrayRef<RelTy> rels);
90 Defined *isFdeLive(EhSectionPiece &piece, ArrayRef<RelTy> rels);
/freebsd-current/lib/libc/amd64/string/
H A Dstrcspn.S240 movdqa (%rax), %xmm0 # reload string piece
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp206 llvm::StringRef piece = name.substr(0, dot_pos); local
207 PythonObject result = dict.GetItemForKey(PythonString(piece));
236 // Look up the first piece of the name, and resolve the rest as a child of
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl585 piece => 0x93, # uleb128
/freebsd-current/sys/cam/ctl/
H A Dctl.c1589 * If this is the last piece of the I/O, we've got
1591 * Otherwise wait for the next piece.
3831 uint32_t chunk, piece; local
3834 piece = bit % (sizeof(uint32_t) * 8);
3836 if ((mask[chunk] & (1 << piece)) != 0)
3839 mask[chunk] |= (1 << piece);
3847 uint32_t chunk, piece; local
3850 piece = bit % (sizeof(uint32_t) * 8);
3852 if ((mask[chunk] & (1 << piece)) == 0)
3855 mask[chunk] &= ~(1 << piece);
3863 uint32_t chunk, piece; local
[all...]

Completed in 442 milliseconds

12