Searched refs:Input (Results 101 - 121 of 121) sorted by relevance

12345

/external/blktrace/btreplay/doc/
H A Dbtreplay.tex264 \texttt{--input-directory}\\Set Input Directory}
409 \texttt{--input-directory}\\Set Input Directory}
440 \texttt{--input-base}\\Set Base Name for Input Files}
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1884 TargetInfo::ConstraintInfo &Input = InputConstraintInfos[InputNo]; local
1885 if (Input.hasTiedOperand() && Input.getTiedOperand() == i)
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_a9.s53 @ * Input 4x4 coefficients
240 @ * Input 4x4 coefficients
431 @ * Input 4x4 coefficients
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1053 virtual HRESULT STDMETHODCALLTYPE Write(void const* Input, ULONG cb, ULONG* pcbWritten) argument
1061 m_InterStream.InsertBlock(m_InterStream.GetLength(), Input, cb);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6589 SDValue Input = V.getOperand(M % Size);
6592 if (Input.getOpcode() == ISD::UNDEF || X86::isZeroNode(Input))
7866 // Input: [a, b, c, d, e, f, g, h] -PSHUFD[0,2,1,3]-> [a, b, e, f, c, d, g, h]
7879 // Input: [a, b, c, d, e, f, g, h] -PSHUFD[0,2,1,3]-> [a, b, e, f, c, d, g, h]
7884 // Input: [a, b, c, d, e, f, g, h] PSHUFHW[0,2,1,3]-> [a, b, c, d, e, g, f, h]
7887 // Input: [a, b, c, d, e, g, f, h] -PSHUFD[0,2,1,3]-> [a, b, e, g, c, d, f, h]
8037 for (int Input : InPlaceInputs) {
8038 SourceHalfMask[Input - HalfOffset] = Input
19554 SDValue Input = Op.getOperand(0); local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp848 Value *Input = Cmp0->getOperand(0); local
850 if (Cmp1->getOperand(0) == Input) {
853 } else if (Cmp1->getOperand(1) == Input) {
878 return Builder->CreateICmp(NewPred, Input, RangeEnd);
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp528 int yaml2coff(yaml::Input &YIn, raw_ostream &Out) {
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_filters.cpp741 CPDF_ModuleMgr::Get()->GetJpegModule()->Input(m_pContext, jpeg_src_buf, jpeg_src_size);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp939 decoder.Input((FX_BYTE)m_pData->m_String[i]);
H A Dfx_basic_wstring.cpp373 decoder.Input(str[i]);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc809 // Pipes are not seekable, so File{Input,Output}Stream ends up doing some
948 TEST(ZeroSizeArray, Input) {
/external/clang/lib/Sema/
H A DTreeTransform.h505 bool TransformTemplateArgument(const TemplateArgumentLoc &Input,
3430 const TemplateArgumentLoc &Input,
3432 const TemplateArgument &Arg = Input.getArgument();
3442 TypeSourceInfo *DI = Input.getTypeSourceInfo();
3444 DI = InventTypeSourceInfo(Input.getArgument().getAsType());
3454 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc();
3465 Input.getTemplateNameLoc());
3470 Input.getTemplateNameLoc());
3482 Expr *InputExpr = Input.getSourceExpression();
3483 if (!InputExpr) InputExpr = Input
3429 TransformTemplateArgument( const TemplateArgumentLoc &Input, TemplateArgumentLoc &Output) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as540 * exception For example, Input "i=(3;" is clearly missing the
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1353 SDValue Input = DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v4i32, Src); local
1354 SDValue Args[3] = { Chain, Input, DWordAddr };
/external/clang/include/clang/Sema/
H A DSema.h3558 UnaryOperatorKind Opc, Expr *Input);
3560 tok::TokenKind Op, Expr *Input);
3589 tok::TokenKind Kind, Expr *Input);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7822 // Input is the vector.
8205 SDValue Input = local
8207 SDValue Vbic = DAG.getNode(ARMISD::VBICIMM, dl, VbicVT, Input, Val);
8248 SDValue Input = local
8250 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/tests/
H A Dtestsuite1344 at_banner_text_1="Input Processing."
7622 cat >Input.y <<'_ATEOF'
7625 %define parser_class_name "Input"
7633 $as_echo "$at_srcdir/input.at:1171: VALGRIND_OPTS=\"\$VALGRIND_OPTS --leak-check=summary --show-reachable=no\"; export VALGRIND_OPTS; bison Input.y"
7634 at_fn_check_prepare_dynamic "VALGRIND_OPTS=\"$VALGRIND_OPTS --leak-check=summary --show-reachable=no\"; export VALGRIND_OPTS; bison Input.y" "input.at:1171"
7635 ( $at_check_trace; VALGRIND_OPTS="$VALGRIND_OPTS --leak-check=summary --show-reachable=no"; export VALGRIND_OPTS; bison Input.y
7639 echo >>"$at_stderr"; $as_echo "Input.y:2.9-14: error: invalid value for %define Boolean variable 'public'
[all...]

Completed in 1214 milliseconds

12345