Searched refs:extract (Results 26 - 50 of 97) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
H A DDWARFAcceleratorTable.cpp17 bool DWARFAcceleratorTable::extract() { function in class:llvm::DWARFAcceleratorTable
H A DDWARFUnit.cpp104 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:llvm::DWARFUnit
126 return RangeList.extract(RangesData, &ActualRangeListOffset);
/freebsd-11.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade25 # ./FREEBSD-upgrade extract
31 # ./FREEBSD-upgrade extract
37 # ./FREEBSD-upgrade extract
39 # The rediff/extract order is important because rediff saves the local
40 # changes, then extract blows away the work tree and re-creates it with the
112 extract) # Extract upstream sources, apply patches, copy to contrib/jemalloc.
/freebsd-11.0-release/usr.bin/mail/
H A Dtty.c115 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
138 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dcmd3.c216 np = extract(replyto, GTO);
218 np = extract(cp, GTO);
231 np = cat(np, extract(rcv, GTO));
235 np = extract(rcv, GTO);
242 np = elide(extract(cp, GCC));
594 head.h_to = cat(head.h_to, extract(cp, GTO));
H A Dcollect.c245 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
269 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
275 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
H A Dextern.h37 struct name *extract(char [], int);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DMetadata.cpp882 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
883 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();
945 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI));
946 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI));
950 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
954 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)));
959 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)),
960 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
964 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)),
965 mdconst::extract<ConstantIn
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp196 return mdconst::extract<ConstantInt>(Node->getOperand(2))->getZExtValue();
237 : mdconst::extract<ConstantInt>(Node->getOperand(2))
250 uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(Idx + 1))
262 uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(TheIdx + 1))
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-opc.c252 array, and extract its values into OPVAL and OP. The length of the
328 (*o1->extract) (o1, opcode, &f2);
329 (*o2->extract) (o2, opcode, &f3);
340 (*o1->extract) (o1, opcode, &len);
341 (*o2->extract) (o2, opcode, &count);
/freebsd-11.0-release/contrib/libucl/
H A DMakefile.am54 $(LCOV) --extract $(COVERAGE_INFO_FILE) `pwd`/src/ucl_\* \
/freebsd-11.0-release/secure/lib/libcrypto/
H A DMakefile.inc82 perl ${LCRYPTO_SRC}/util/extract-names.pl < $$i | \
/freebsd-11.0-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl83 srlx @X[$j],32,$tx ! extract X[`2*$j+1`]
105 srlx @X[0],32,$tx ! extract X[1]
128 srlx @X[$j/2],32,$xi ! extract X[$j]
153 srlx @X[$j/2],32,$xi ! extract X[$j]
180 srlx @X[$j/2],32,$xi ! extract X[$j]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h154 /* Progress function invoked during extract. */
215 struct archive_read_extract *extract; member in struct:archive_read
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h236 extract this operand type from an instruction, check this field.
259 long (*extract) member in struct:arc_operand
H A Dia64.h244 /* encode/extract the note/index for a dependency */
313 /* A macro to extract the major opcode from an instruction. */
342 const char *(*extract) (const struct ia64_operand *self, ia64_insn code, member in struct:ia64_operand
/freebsd-11.0-release/contrib/groff/src/include/
H A Dstringclass.h69 char *extract() const;
/freebsd-11.0-release/bin/pax/
H A Dpax.c274 extract();
H A Dextern.h65 void extract(void);
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h97 if (!U->extract(Data, &Offset))
184 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh46 # Loop though and extract dist files
110 tar cvf - . 2>/dev/null | tar -xpv -C ${FSMNT} ${TAROPTS} -f - 2>&1 | tee -a ${FSMNT}/.tar-extract.log
115 cat ${FSMNT}/.tar-extract.log | grep "tar:" >>${LOGOUT}
/freebsd-11.0-release/crypto/openssl/
H A DMakefile.org626 $(PERL) util/extract-names.pl < $$i | \
649 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
656 $(PERL) util/extract-names.pl < $$i | \
666 sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
673 $(PERL) util/extract-names.pl < $$i | \

Completed in 329 milliseconds

1234