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

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.c340 } pieces[FA_NUMBER], *piece; local
368 piece = pieces;
369 vallen = snprintf(piece->val, sizeof(piece->val), "%x", mask);
370 len += snprintf(piece->len, sizeof(piece->len), "%lld",
372 piece++;
374 vallen = snprintf(piece->val, sizeof(piece->val),
376 len += snprintf(piece
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c234 const char *piece = pdir + common_len + 1;
241 piece = strchr(piece, '/');
245 if (piece)
246 rel = apr_pstrmemdup(iterpool, pdir, piece - pdir);
254 if (piece)
255 piece++;
232 const char *piece = pdir + common_len + 1; local
/freebsd-10.1-release/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c69 int piece, npieces; local
138 * Deduce the delta, piece number, and number of pieces from
145 piece = atoi(&ftsent->fts_name[ftsent->fts_namelen-7]);
147 piece, npieces);
/freebsd-10.1-release/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-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c242 const char *piece = APR_ARRAY_IDX(pieces, 2, const char *);
243 char *hyphen = strchr(piece, '-');
249 err = svn_cstring_atoi(&(version->patch), piece);
241 const char *piece = APR_ARRAY_IDX(pieces, 2, const char *); local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dparser-defs.h108 enum type_pieces piece; member in union:type_stack_elt
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp111 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(path.front());
114 switch (piece->getKind()) {
116 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path);
119 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(piece)->subPieces);
130 cast<PathDiagnosticEventPiece>(piece);
132 // come up with a preference, record which piece to keep, and consume
133 // another piece from the path.
136 piece = pieceToKeep;
144 path.push_back(piece);
162 // Remove the front piece fro
3001 PathDiagnosticPiece *piece = I->getPtr(); local
3455 PathDiagnosticPiece *piece = local
[all...]
H A DPathDiagnostic.cpp93 // FIXME: This probably shouldn't mutate the original path piece.
133 "The call piece should be in the main file.");
143 // Check if the last piece in the callee path is a call to a function outside
150 // Otherwise, the last piece is in the main file.
162 // We only need to check if the report ends inside headers, if the last piece
163 // is a call piece.
167 // Mark the piece.
223 const PathDiagnosticPiece *piece = I->getPtr(); local
224 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
232 ArrayRef<SourceRange> Ranges = piece
1028 const PathDiagnosticPiece *piece = it->getPtr(); local
[all...]
H A DBugReporterVisitors.cpp1159 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
1160 if (piece) {
1161 piece->setTag(getTag());
1162 if (PathDiagnosticEventPiece *ev=dyn_cast<PathDiagnosticEventPiece>(piece))
1165 return piece;
/freebsd-10.1-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl196 or $ix,$acc,$acc ; last piece, no need to dep
216 or $ix,$acc,$acc ; last piece, no need to dep
/freebsd-10.1-release/sys/cam/ctl/
H A DREADME.ctl.txt264 CTL is one piece of it, but you also need support in the RAID
H A Dctl.c751 * If this is the last piece of the I/O, we've got
753 * Otherwise wait for the next piece.
3516 uint32_t chunk, piece; local
3519 piece = bit % (sizeof(uint32_t) * 8);
3521 if ((mask[chunk] & (1 << piece)) != 0)
3524 mask[chunk] |= (1 << piece);
3532 uint32_t chunk, piece; local
3535 piece = bit % (sizeof(uint32_t) * 8);
3537 if ((mask[chunk] & (1 << piece)) == 0)
3540 mask[chunk] &= ~(1 << piece);
3548 uint32_t chunk, piece; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dcombine.c2237 rtx. If I2 is a PARALLEL, we just need the piece that assigns I2SRC to
4168 /* Simplify X, a piece of RTL. We just operate on the expression at the
6065 If INNER is not a MEM, get a piece consisting of just the field
11821 piece of everything register in the expression is used by
12397 parts of the object. If we find a piece of the object
12427 rtx piece = regno_reg_rtx[i];
12430 if (! dead_or_set_p (place, piece)
12431 && ! reg_bitfield_target_p (piece,
12435 = gen_rtx_EXPR_LIST (REG_DEAD, piece, NULL_RTX);
12456 if (dead_or_set_p (tem, piece)
12378 rtx piece = regno_reg_rtx[i]; local
[all...]
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex111 the first thing the kernel runs is a small piece of code in
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19313 StringRef piece(*args[i]);
19314 if (!s.startswith(piece)) // Check if the piece matches.
19317 s = s.substr(piece.size());

Completed in 417 milliseconds