Searched refs:Multiple (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/test/rdoc/MarkdownTest_1.0.3/
H A DOrdered and unordered lists.text85 Multiple paragraphs:
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/
H A Ddependencies.inc34 <*> Multiple packages following the given form of naming.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Ddependencies.inc34 <*> Multiple packages following the given form of naming.
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DValueTracking.h88 /// Multiple. If unsuccessful, it returns false. Also, if V can be
91 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
/macosx-10.9.5/apache-786.1/httpd/build/
H A DNWGNUhead.inc65 @echo $(DL)Multiple targets can be used on a single nmake command line -$(DL)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A DNWGNUhead.inc55 @echo $(DL)Multiple targets can be used on a single make command line -$(DL)
/macosx-10.9.5/apr-30/apr/apr/build/
H A DNWGNUhead.inc55 @echo $(DL)Multiple targets can be used on a single make command line -$(DL)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DValueTracking.cpp1175 /// Multiple. If unsuccessful, it returns false. It looks
1177 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, argument
1193 Multiple = V;
1200 // Multiple is 1.
1201 Multiple = ConstantInt::get(T, 1);
1206 Multiple = ConstantInt::get(T, CI->getZExtValue() / Base);
1221 return ComputeMultiple(I->getOperand(0), Base, Multiple,
1251 Multiple = ConstantExpr::getMul(MulC, Op1C);
1258 Multiple = Op1;
1275 Multiple
[all...]
H A DMemoryBuiltins.cpp211 Value *Multiple = NULL; local
212 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
214 return Multiple;
/macosx-10.9.5/swig-10/Lib/
H A Dconstraints.i45 will be checked with the appropriate constraint. Multiple types may
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcucumber.vim33 return 'echoerr "Multiple matching steps found"'
/macosx-10.9.5/CPANInternal-140/Digest-SHA/
H A DSHA.pm577 with the result encoded as a binary string. Multiple I<$data>
592 with the result encoded as a hexadecimal string. Multiple I<$data>
607 with the result encoded as a Base64 string. Multiple I<$data>
/macosx-10.9.5/vim-53/runtime/indent/
H A Dverilog.vim140 " Multiple-line statement (including case statement)
H A Dada.vim238 " Multiple line generic instantiation ('package blah is\nnew thingy')
H A DGenericIndent.vim295 call DebugGenericIndent(expand("<sfile>").": "."Multiple words in line, checking if last is indent")
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtnotify.cpp236 B(n09, Multiple dependencies, 0) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp743 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval. local
745 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
754 if (UniquedVals[i&(Multiple-1)].getNode() == 0)
755 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
756 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
760 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
768 for (unsigned i = 0; i != Multiple-1; ++i) {
776 if (UniquedVals[Multiple-1].getNode() == 0)
778 int Val = cast<ConstantSDNode>(UniquedVals[Multiple
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex198 \section{Multiple Windows}
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/
H A DLoader.pm435 =head2 Multiple Database Schemas
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/
H A DLoader.pm435 =head2 Multiple Database Schemas
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/
H A DLoader.pm601 =head2 Multiple Database Schemas
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DService.pm462 Multiple templates may be specified as a reference to a list. Each is
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DService.pm462 Multiple templates may be specified as a reference to a list. Each is
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnasm.vim223 " Multiple pre-processor instructions on single line detection (obsolete)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm957 =head2 Multiple Moves

Completed in 195 milliseconds

12