Searched refs:M2 (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { argument
52 M2 = new Module("test2", Context2);
53 LoadAssemblyInto(M2,
65 FooF2 = M2->getFunction("foo2");
78 Module *M2 = 0; local
80 createModule2(Context2, M2, FooF2);
85 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2).create());
108 Module *M2 = 0; local
110 createModule2(Context2, M2, FooF2);
115 OwningPtr<ExecutionEngine> EE2(EngineBuilder(M2)
142 Module *M2 = 0; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DMemoryTest.cpp46 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { argument
47 if (M1.base() == M2.base())
50 if (M1.base() > M2.base())
51 return (unsigned char *)M2.base() + M2.size() > M1.base();
53 return (unsigned char *)M1.base() + M1.size() > M2.base();
75 MemoryBlock M2 = Memory::allocateMappedMemory(64, 0, Flags, EC); local
82 EXPECT_NE((void*)0, M2.base());
83 EXPECT_LE(64U, M2.size());
87 EXPECT_FALSE(doesOverlap(M1, M2));
127 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), 0, Flags, EC); local
181 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), 0, Flags, EC); local
234 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); local
260 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); local
282 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); local
308 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DParser.cpp37 OwningPtr<Module> M2(new Module(F->getBufferIdentifier(), Context));
38 if (LLParser(F, SM, Err, M2.get()).Run())
40 return M2.take();
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dxref_data.rb64 module M1::M2
H A Dtest_rdoc_store.rb184 M1 M1::M2
198 assert_equal %w[M1 M1::M2],
315 assert_equal @m1_m2, @store.find_module_named('M1::M2')
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-m.c26 #define M2 IA64_TYPE_M, 2 macro
179 {"ld16", M2, OpMXX6aHint (4, 0, 1, 0x28, 0), {R1, AR_CSD, MR3}, EMPTY},
181 {"ld16.nt1", M2, OpMXX6aHint (4, 0, 1, 0x28, 1), {R1, AR_CSD, MR3}, EMPTY},
183 {"ld16.nta", M2, OpMXX6aHint (4, 0, 1, 0x28, 3), {R1, AR_CSD, MR3}, EMPTY},
245 {"ld16.acq", M2, OpMXX6aHint (4, 0, 1, 0x2c, 0), {R1, AR_CSD, MR3}, EMPTY},
247 {"ld16.acq.nt1", M2, OpMXX6aHint (4, 0, 1, 0x2c, 1), {R1, AR_CSD, MR3}, EMPTY},
249 {"ld16.acq.nta", M2, OpMXX6aHint (4, 0, 1, 0x2c, 3), {R1, AR_CSD, MR3}, EMPTY},
818 {"ldfps", M2, OpMXX6aHint (6, 0, 1, 0x02, 0), {F1, F2, MR3}, EMPTY},
819 {"ldfps.nt1", M2, OpMXX6aHint (6, 0, 1, 0x02, 1), {F1, F2, MR3}, EMPTY},
820 {"ldfps.nta", M2, OpMXX6aHin
1093 #undef M2 macro
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCommandLine.h1191 const M2t &M2) : Option(Optional, NotHidden) {
1192 apply(M0, this); apply(M1, this); apply(M2, this);
1197 opt(const M0t &M0, const M1t &M1, const M2t &M2, argument
1199 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1204 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1206 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1213 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1215 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1225 apply(M0, this); apply(M1, this); apply(M2, thi
1190 opt(const M0t &M0, const M1t &M1, const M2t &M2) argument
1232 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
1355 list(const M0t &M0, const M1t &M1, const M2t &M2) argument
1362 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1369 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1378 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1387 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1397 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Draw2tiff.c442 double X, Y, M1 = 0.0, M2 = 0.0, D1 = 0.0, D2 = 0.0, K = 0.0; local
451 M1 += X, M2 += Y;
460 M1 += X, M2 += Y;
469 M1 += X, M2 += Y;
478 M1 += X, M2 += Y;
487 M1 += X, M2 += Y;
496 M1 += X, M2 += Y;
505 M1 += X, M2 += Y;
514 M1 += X, M2 += Y;
522 M2 /
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDAGISelMatcherOpt.cpp330 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind()); local
331 if (M2 != 0 && M2 != ScanMatcher &&
332 M2->canMoveBefore(ScanMatcher) &&
333 (M2->isEqual(Optn) || M2->isContradictory(Optn))) {
334 Matcher *MatcherWithoutM2 = ScanMatcher->unlinkNode(M2);
335 M2->setNext(MatcherWithoutM2);
336 OptionsToMatch[Scan] = M2;
/macosx-10.9.5/ntp-88/util/
H A Dtg.c75 #define M2 2 /* IRIG 0 pulse */ macro
200 {DEC, M2}, /* 4 im */
217 {DEC, M2}, /* 5 im */
475 peep(M2, 1000, HIGH);
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_refinement.rb336 module M2 module in class:TestRefinement.FixnumPlusExt.RefineSameClass.foo.bar.FixnumFooExt.RefinePrependedClass
346 x = eval_using(RefinePrependedClass::M2,
472 assert_in_out_err([], <<-INPUT, %w(:M1 :M2), /Refinements are experimental/)
487 module M2 module in class:TestRefinement.FixnumPlusExt.RefineSameClass.foo.bar.test_using_method_cache
490 :M2
498 using M2
612 module M2 module in class:TestRefinement.FixnumPlusExt.RefineSameClass.foo.bar.ToJSON.test_using_in_module
H A Dtest_module.rb510 module M2 module in class:TestModule.M1
518 assert_equal([TestModule::M1::M2,
1379 module M2 module
1380 def m1; [:M2, *super] end
1397 prepend M2, M3
1407 expected = [:M2,:M3,:C1,:M4,:M1,:C0,:M0]
1616 m2 = labeled_module("M2") do
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Analysis/
H A DScalarEvolutionTest.cpp66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2); local
72 EXPECT_EQ(cast<SCEVConstant>(M2->getOperand(0))->getValue()->getZExtValue(),
78 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V2);
87 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V0);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp294 if (const MDNode *M2 =
296 if (!Aliases(M1, M2))
/macosx-10.9.5/CPANInternal-140/Digest-SHA/src/
H A Dsha.c171 #define M2(a, b, c, d, e, f, g, h, w) \ macro
182 #define M21(w) M2(a, b, c, d, e, f, g, h, w)
183 #define M22(w) M2(h, a, b, c, d, e, f, g, w)
184 #define M23(w) M2(g, h, a, b, c, d, e, f, w)
185 #define M24(w) M2(f, g, h, a, b, c, d, e, w)
186 #define M25(w) M2(e, f, g, h, a, b, c, d, w)
187 #define M26(w) M2(d, e, f, g, h, a, b, c, w)
188 #define M27(w) M2(c, d, e, f, g, h, a, b, w)
189 #define M28(w) M2(b, c, d, e, f, g, h, a, w)
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DExtractFunction.cpp224 /// SplitStaticCtorDtor - A module was recently split into two parts, M1/M2, and
225 /// M1 has all of the global variables. If M2 contains any functions that are
226 /// static ctors/dtors, we need to add an llvm.global_[cd]tors global to M2, and
228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
256 // Map to M2's version of the function.
272 GV = M2->getNamedGlobal(GlobalName);
279 new GlobalVariable(*M2, M2Init->getType(), false,
H A DMiscompilation.cpp216 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, argument
223 M2 = CloneModule(M2);
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
230 delete M2; // We are done with this module.
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclStrToD.c1585 int M2, M5; /* Powers of 2 and of 5 needed to put the
1618 * common denominator will be 2**M2 + 5**M5.
1624 M2 = 0;
1626 M2 = i;
1632 if ((M5-1) > M2) {
1633 M2 = M5-1;
1639 * large integer significand*2**(binExponent+M2+1). The 2**-1 bit of the
1641 * 2**(binExponent+M2 + 1) bit of 2*M2*v. Allocate enough digits to hold
1646 msb = binExponent + M2; /* 100
1579 int M2, M5; /* Powers of 2 and of 5 needed to put the local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Di960.h52 #define M2 0x1000 macro
74 #define R_0(opc) ( REG_OPC(opc) | M1 | M2 | M3 ) /* No operands */
75 #define R_1(opc) ( REG_OPC(opc) | M2 | M3 ) /* 1 operand: src1 */
76 #define R_1D(opc) ( REG_OPC(opc) | M1 | M2 ) /* 1 operand: dst */
78 #define R_2D(opc) ( REG_OPC(opc) | M2 ) /* 2 ops: src1/dst */
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c1014 char *M2, int *M2len)
1018 r = MakeHash(text->md, M2, M2len, "%m%o%o%hs%hs%s%u",
2004 char M2[EVP_MAX_MD_SIZE]; local
2095 /* calculate M2 to send */
2098 M2, &M2len);
2101 "Error calculating M2 (server evidence)");
2110 * M2 - server evidence
2115 * { os(M2) os(sIV) utf8(sid) uint(ttl) }
2118 serveroutlen, "%o%o%s%u", M2len, M2,
2982 char *M2 local
1011 CalculateM2(context_t *text, BIGNUM *A, char *M1, int M1len, char *K, int Klen, char *I, char *o, char *sid, uint32 ttl, char *M2, int *M2len) argument
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dtermcap32 M2|sun-24|Sun 24-line window:\
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dlatin1-disp.el2711 (?\$,2#k(B "M2")
/macosx-10.9.5/Heimdal-323.92.1/tests/apple/
H A Dprincipal.GUPTA4.APPLE.COM1527 ��XY�1���|kusers0347@GUPTA4.APPLE.COM&����: kusers0347@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�.$vh��IPT��wQ��K��BCeO�[ �<=g �.����-'�5>�8�������.>M�)G�����F�;��k7��I�L�A�����M2�vx:M�5�.����Q��S���Y��-�����Ytf�?�ax��� ������> }�9�(DlPA�����p�~M���B�d��K#�s4����� �x#����o�Cv ��qC����|kusers0346@GUPTA4.APPLE.COM&����: kusers0346@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M67%�gP|z����,��G��V�Z�x��E%-�<i�H��������`����.#��:Xj 3�j�k����uw�g"c-7v$]������� m�1/��.]���� �g&a�!�\��2��r?p���p�`���� NbI� ���> q�������MC��,�����s�6A�n�>[���9�7��������&�W�ra ����|kusers0345@GUPTA4.APPLE.COM&����: kusers0345@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M60^�FZ�~�������L!4�����OP��� 1��Q����K�-\�0X��8��.�Ru��ew;���V�!D����u�x�o�4�ij�q�����=N$.��5�����x�rb+���n���z#y6- ���[i��q]he{> ��b�qBE��| 0��Ps����
2362 �*��8-5:�c^l�����l}�@4$ ���F���M�����X %��[�c���|kusers0577@GUPTA4.APPLE.COM&����: kusers0577@GUPTA4.APPLE.COM4\ <�3Mroot/admin@GUPTA4.APPLE.COM<�3M6g�5R!+"m�,������I&���8��"wn'(Z�4$�#��`���XU;M2��.��� 6���J��B�0"�D��������2���-���2�P.R�"~�ywh����HQ �*�c��:@^�pc�P/�
2415 �\*K���}�> ��\JT�������5?��E�*K���?=���~[RKK�����-�/�����������%|��l���~}�\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0594@GUPTA4.APPLE.COM&����: kusers0594@GUPTA4.APPLE.COM4\ F�3Mroot/admin@GUPTA4.APPLE.COMF�3M6�C�i�S��P;�7 9�=x�����E��/P��+�Q�K.��fP�����?\.� 8D�����\���=���3s�v�2�2�����j=$#.�K�Wb.�eG��)>XE�_a�e����y�����4|��P\���;f��m�> �9��M2��<Z�6�����QZ��P���:�U� ��f���80�|"�&��D)�l�N���|kusers0593@GUPTA4.APPLE.COM&����: kusers0593@GUPTA4.APPLE.COM4\ F�3Mroot/admin@GUPTA4.APPLE.COMF�3M6�t=��>Z�?w�V=%a�|K��n���0b����k�g�p���E���J��.sh��1J"d������%�c�GH �ZQ/d����c/I�H��zNd.{�������*����^����!|��(=!wt*��v6n|�P�g�> K`��f@q%4UOQ�6L��C�T&v mI����U����� ��)j+N��M�lj����� �����|kusers0592@GUPTA4.APPLE.COM&����: kusers0592@GUPTA4.APPLE.COM4\ E�3Mroot/admin@GUPTA4.APPLE.COME�3M6�����z�����������;������#�����d��L�

Completed in 226 milliseconds