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

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-ar/
H A Dllvm-ar.cpp85 Extract ///< Extract files back to file system enumerator in enum:ArchiveOperation
129 // getRelPos - Extract the member filename from the command line for
140 // getCount - Extract the [count] argument associated with the N modifier
196 case 'x': ++NumOperations; Operation = Extract; break;
254 if (OriginalDates && Operation != Extract)
746 case Extract: haveError = doExtract(&ErrMsg); break;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Dtcldocstrip132 variable mode Extract
446 proc ::tcldocstrip::Do.Extract {} {
/macosx-10.9.5/pcre-7/pcre/
H A Dpcrecpp_unittest.cc366 printf("Testing Extract\n");
370 CHECK(RE("(.*)@([^.]*)").Extract("\\2!\\1", "boris@kremvax.ru", &s));
374 CHECK(RE(".*").Extract("'\\0'", "foo", &s));
376 CHECK(!RE("bar").Extract("'\\0'", "baz", &s));
713 CHECK(re.Extract("\\1", str , &captured));
719 re.Extract("\\1",str, &captured );
H A Dpcrecpp.h326 // Extract() is like Replace(), except that if the pattern matches,
613 bool Extract(const StringPiece &rewrite,
H A Dpcrecpp.cc456 bool RE::Extract(const StringPiece& rewrite, function in class:pcrecpp::RE
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c1970 if ((result->cai != NULL) && (result->cai->Extract != NULL)) {
1971 return (void*) result->cai->Extract( mem_op, cr , result->value );
2010 a->Extract = extract;
2150 a->Extract = extract;
H A Dcomponentlib.h396 ExtractFcn Extract; member in struct:ComponentAnyInfo
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim236 " 2. Extract filename(s?) of stylesheet,
360 " 4. Extract id values
H A Dada.vim194 " Extract current Ada word across multiple lines
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp75 // Extract from UNDEF is UNDEF.
79 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
1144 // Extract subvector is special because the value type
4460 // Extract the 128-bit part containing the splat element and update
6247 // Extract the vector element by hand.
6941 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32, local
6943 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
6958 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
6960 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
6980 SDValue Extract
7044 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT, local
13997 SDNode *Extract = *UI; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1945 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1946 Builder.CreateStore(Extract, NewElts[i]);
2327 /// overwrites the entire allocation. Extract out the pieces of the stored
2331 // Extract each element out of the integer according to its structure offset
2445 // Extract each element out of the NewElts according to its structure offset
/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dtestsuite9906 echo Extract
9938 echo Extract
9966 echo Extract
9977 Extract
10018 echo Extract
10050 echo Extract
10078 echo Extract
10089 Extract
10130 echo Extract
10162 echo Extract
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex1338 \subsection*{Extract Series (Uudecode etc)}
1346 \subsection*{Extract Series (Uudecode etc)}
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8456 SDValue Extract = N->getOperand(i); local
8457 SDValue ExtVal = Extract.getOperand(1);
8458 if (Extract.getOperand(0) == VecIn1) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex4855 \hspace{3mm}2.2 Extract the $i$'th $k$-bit word from $b$ and store it in $g$. \\
4945 \hspace{6mm}2.2.2 Extract the $k$ bits from $(b_{i}b_{i-1}\ldots b_{i-(k-1)})$ and store it in $g$. \\

Completed in 1392 milliseconds