Searched refs:extract (Results 51 - 75 of 97) sorted by relevance

1234

/freebsd-11.0-release/crypto/openssl/
H A DMakefile628 $(PERL) util/extract-names.pl < $$i | \
651 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
658 $(PERL) util/extract-names.pl < $$i | \
668 sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
675 $(PERL) util/extract-names.pl < $$i | \
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp70 if (!Accel.extract())
140 while (set.extract(arangesData, &offset))
219 while (rangeList.extract(rangesData, &offset))
298 Abbrev->extract(abbrData);
308 AbbrevDWO->extract(abbrData);
352 // other tools (libdwarf) and extract this from the container (ObjectFile
/freebsd-11.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh55 string. (extract command only)
60 extract -- Extract snapshot of ports tree, replacing existing
64 auto -- Fetch updates, and either extract a new ports tree or
152 cron | extract | fetch | update | auto)
163 if echo ${COMMANDS} | grep -vq extract; then
331 echo -n "You must run '`basename $0` extract' before "
662 # Fetch a snapshot tarball, extract, and verify.
948 # Do the actual work involved in "extract"
1106 # then extract the ports tree (or part thereof).
1121 # 'extract' dependin
[all...]
/freebsd-11.0-release/contrib/bmake/mk/
H A Dman.mk33 # we use cmt2doc.pl to extract manpages from source
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp123 Matrix[Unit].extract(VirtReg, Range);
H A DTargetLoweringObjectFileImpl.cpp458 VersionVal = mdconst::extract<ConstantInt>(Val)->getZExtValue();
463 ImageInfoFlags |= mdconst::extract<ConstantInt>(Val)->getZExtValue();
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dar.c1 /* ar.c - Archive modify and extract.
125 /* For extract/delete only. If COUNTED_NAME_MODE is TRUE, we only
126 extract the COUNTED_NAME_COUNTER instance of that name. */
234 fprintf (s, _(" x[o] - extract file(s) from the archive\n"));
347 print_files, extract, move, quick_append
516 operation = extract;
618 if (operation != extract && operation != delete)
643 case extract:
344 print_files, extract, move, quick_append enumerator in enum:__anon257
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-dis.c177 err = (*odesc->extract) (odesc, insn, &value);
/freebsd-11.0-release/tools/tools/locale/
H A DMakefile93 awk -f tools/extract-colldef.awk ${CLDRDIR}/posix/${area}.${enc}.src > colldef/${area}.${enc}.src
/freebsd-11.0-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile299 extract flags opinit output peep preds recog
355 .for F in attrtab automata emit extract opinit output peep preds recog
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dcgen.h344 /* Parse/insert/extract/print handlers.
355 unsigned char parse, insert, extract, print;
790 the data is recorded in the parse/insert/extract/print switch statements. */
954 /* Indices into parse/insert/extract/print handler tables. */
1285 /* Parse/insert/extract/print cover fns for operands. */
1335 /* Instruction parse/insert/extract/print handlers. */
1343 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract])
349 unsigned char parse, insert, extract, print; member in struct:cgen_opcode_handler
/freebsd-11.0-release/share/mk/
H A Dbsd.crunchgen.mk49 # Don't try to extract debug info from ${PROG}.
/freebsd-11.0-release/usr.bin/unzip/
H A Dunzip.c56 static int c_opt; /* extract to stdout */
63 static int p_opt; /* extract to stdout, quiet */
393 * unable to extract files into the directory we just created, or
680 extract(struct archive *a, struct archive_entry *e) function
894 extract(a, e);
/freebsd-11.0-release/lib/libc/mips/gen/
H A Dldexp.S156 sll t2, v1, 31 - 20 # clear exponent, extract fraction
/freebsd-11.0-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c117 -E extract the named enums and bits only\n\
118 -e extract the named oids or enums\n\
1154 extract(FILE *fp, const struct node *np, struct asn_oid *oid, const char *obj, function
1183 if (!extract(fp, sub, oid, obj, idx, iname))
1187 if (!extract(fp, sub, oid, obj, idx, iname))
1203 /* look whether the object to extract has an index part */
1241 ret = extract(fp, root, &oid, object, &idx, iname);
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dstring.cpp280 char *string::extract() const function in class:string
/freebsd-11.0-release/release/
H A DMakefile136 etcupdate extract -B -M "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" \
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DMetadata.h475 /// mdconst::extract <=> cast
528 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
531 extract(Y &&MD) { function in namespace:llvm::mdconst
537 extract(Y &MD) { function in namespace:llvm::mdconst
538 return extract(&MD);
543 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
555 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c X
568 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c X
/freebsd-11.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh70 etcupdate extract [-B] [-d workdir] [-s source | -t tarball] [-L logfile]
234 # If we have a tarball, extract that into the new directory.
242 echo "Failed to extract new tree."
1328 # Just extract a new tree into NEWTREE either by building a tree or
1342 log "extract command: tarball=$tarball"
1442 # stock tree. Instead, extract a tree to a temporary directory
1574 build|diff|extract|status|resolve)
1764 extract)
/freebsd-11.0-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp1488 char *s = str.substring(2, str.length() - 2).extract();
1502 s = str.extract();
1513 s = str.extract();
1524 s = str.extract();
1535 s = str.extract();
1553 s = str.extract();
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp220 BT::RegisterCell BT::RegisterCell::extract(const BitMask &M) const {
359 return F->second.extract(M);
708 RegisterCell Res = RegisterCell::ref(A1).extract(BT::BitMask(B, Last));
H A DBitTracker.h266 RegisterCell extract(const BitMask &M) const; // Returns a new cell.
399 // XTR R,b,e: extract bits from A1 starting at bit b, ending at e-1.
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile49 insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o \
/freebsd-11.0-release/usr.bin/mail/
H A Dsend.c273 head.h_to = extract(str, GTO);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp381 mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 0));
383 mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1));
1590 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
1884 mdconst::extract<ConstantInt>(Ranges->getOperand(2 * i + 0));
1886 mdconst::extract<ConstantInt>(Ranges->getOperand(2 * i + 1));
2815 // something else, we can extract from that something else directly instead.
2823 // Add indices from the extract value instruction
3160 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
3166 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
4097 auto *FirstLow = mdconst::extract<ConstantIn
[all...]

Completed in 381 milliseconds

1234