Searched refs:M1 (Results 1 - 25 of 27) sorted by relevance

12

/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();
62 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC); local
65 EXPECT_NE((void*)0, M1.base());
66 EXPECT_LE(sizeof(int), M1.size());
68 EXPECT_FALSE(Memory::releaseMappedMemory(M1));
73 MemoryBlock M1 = Memory::allocateMappedMemory(16, 0, Flags, EC); local
107 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC); local
125 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC); local
179 MemoryBlock M1 = Memory::allocateMappedMemory(2 * sizeof(int), 0, Flags, EC); local
232 MemoryBlock M1 = Memory::allocateMappedMemory(16, 0, Flags, EC); local
258 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); local
280 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); local
306 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); local
332 MemoryBlock M1 = Memory::allocateMappedMemory(15, &Near, Flags, EC); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { argument
35 M1 = new Module("test1", Context1);
36 LoadAssemblyInto(M1,
48 FooF1 = M1->getFunction("foo1");
73 Module *M1 = 0; local
75 createModule1(Context1, M1, FooF1);
83 OwningPtr<ExecutionEngine> EE1(EngineBuilder(M1).create());
103 Module *M1 = 0; local
105 createModule1(Context1, M1, FooF1);
113 OwningPtr<ExecutionEngine> EE1(EngineBuilder(M1)
137 Module *M1 = 0; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dxref_data.rb59 module M1 module
64 module M1::M2 module
H A Dtest_rdoc_store.rb184 M1 M1::M2
198 assert_equal %w[M1 M1::M2],
302 assert_equal @m1, @store.find_class_or_module('M1')
305 assert_equal @m1, @store.find_class_or_module('::M1')
314 assert_equal @m1, @store.find_module_named('M1')
315 assert_equal @m1_m2, @store.find_module_named('M1::M2')
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCommandLine.h1183 opt(const M0t &M0, const M1t &M1) : Option(Optional, NotHidden) { argument
1184 apply(M0, this); apply(M1, this);
1190 opt(const M0t &M0, const M1t &M1, argument
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, thi
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) 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
1349 list(const M0t &M0, const M1t &M1) 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/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFilter.pm131 log4perl.filter.M1 = Log::Log4perl::Filter::StringMatch
132 log4perl.filter.M1.StringToMatch = let this through
133 log4perl.filter.M1.AcceptOnMatch = true
138 log4perl.filter.M1 = Log::Log4perl::Filter::LevelMatch
139 log4perl.filter.M1.LevelToMatch = INFO
140 log4perl.filter.M1.AcceptOnMatch = true
186 log4perl.filter.M1 = Log::Log4perl::Filter::LevelMatch
187 log4perl.filter.M1.LevelToMatch = INFO
188 log4perl.filter.M1.AcceptOnMatch = true
193 log4perl.filter.M1
[all...]
H A DFAQ.pm1363 log4perl.filter.M1 = Log::Log4perl::Filter::StringMatch
1364 log4perl.filter.M1.StringToMatch = Begin
1365 log4perl.filter.M1.AcceptOnMatch = false
1367 log4perl.appender.A1.Filter = M1
1371 filter C<M1> of type C<Log::Log4perl::Filter::StringMatch>, which comes with
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFilter.pm131 log4perl.filter.M1 = Log::Log4perl::Filter::StringMatch
132 log4perl.filter.M1.StringToMatch = let this through
133 log4perl.filter.M1.AcceptOnMatch = true
138 log4perl.filter.M1 = Log::Log4perl::Filter::LevelMatch
139 log4perl.filter.M1.LevelToMatch = INFO
140 log4perl.filter.M1.AcceptOnMatch = true
190 log4perl.filter.M1 = Log::Log4perl::Filter::LevelMatch
191 log4perl.filter.M1.LevelToMatch = INFO
192 log4perl.filter.M1.AcceptOnMatch = true
197 log4perl.filter.M1
[all...]
H A DFAQ.pm1365 log4perl.filter.M1 = Log::Log4perl::Filter::StringMatch
1366 log4perl.filter.M1.StringToMatch = Begin
1367 log4perl.filter.M1.AcceptOnMatch = false
1369 log4perl.appender.A1.Filter = M1
1373 filter C<M1> of type C<Log::Log4perl::Filter::StringMatch>, which comes with
/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;
521 M1 /
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_refinement.rb322 module M1 module in class:TestRefinement.FixnumPlusExt.RefineSameClass.foo.bar.FixnumFooExt.RefinePrependedClass
329 prepend M1
472 assert_in_out_err([], <<-INPUT, %w(:M1 :M2), /Refinements are experimental/)
479 module M1 module in class:TestRefinement.FixnumPlusExt.RefineSameClass.foo.bar.test_using_method_cache
482 :M1
496 using M1
H A Dtest_module.rb508 module M1 module in class:TestModule
517 assert_equal([TestModule::M1, TestModule], $m1)
518 assert_equal([TestModule::M1::M2,
519 TestModule::M1, TestModule], $m2)
1376 module M1 module
1377 def m1; [:M1, *super] end
1393 prepend M1
1404 expected = [:M1,:C0,:M0]
1407 expected = [:M2,:M3,:C1,:M4,:M1,:C0,:M0]
1610 m1 = labeled_module("M1") d
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Analysis/
H A DScalarEvolutionTest.cpp65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1); local
70 EXPECT_EQ(cast<SCEVConstant>(M1->getOperand(0))->getValue()->getZExtValue(),
77 EXPECT_EQ(cast<SCEVUnknown>(M1->getOperand(1))->getValue(), V1);
86 EXPECT_EQ(cast<SCEVUnknown>(M1->getOperand(1))->getValue(), V0);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep044.tcl135 set envcmd(M1) "berkdb_env_noerr $m_txnargs \
137 -errpfx ENV.M1 $verbargs \
139 set menv1 [eval $envcmd(M1)]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp292 if (const MDNode *M1 =
296 if (!Aliases(M1, M2))
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DMiscompilation.cpp216 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, argument
222 M1 = CloneModule(M1);
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
233 Broken = BD.diffProgram(M1, "", "", false, &Error);
236 delete M1;
239 return M1;
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
228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
230 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
267 new GlobalVariable(*M1, M1Init->getType(), false,
273 assert(GV && "Not a clone of M1?");
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c232 char M1[EVP_MAX_MD_SIZE]; /* client evidence */ member in struct:context
987 char *I, char *L, char *M1, int *M1len)
1005 r = MakeHash(text->md, M1, M1len, "%o%hs%o%m%m%o%hs%hs",
1012 char *M1, int M1len, char *K, int Klen,
1019 A, M1len, M1, Klen, K, I, o, sid, ttl);
1998 char *M1 = NULL, *cIV = NULL; /* don't free */ local
2011 * M1 - client evidence
2015 * { mpi(A) os(M1) utf8(o) os(cIV) }
2019 "%m%-o%s%-o", &text->A, &M1len, &M1,
2067 /* See if M1 i
984 CalculateM1(context_t *text, BIGNUM *N, BIGNUM *g, char *U, char *salt, int saltlen, BIGNUM *A, BIGNUM *B, char *K, int Klen, char *I, char *L, char *M1, int *M1len) argument
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/CPANInternal-140/Digest-SHA/src/
H A Dsha.c103 #define M1(a, b, c, d, e, f, k, w) \ macro
107 #define M11(f, k, w) M1(a, b, c, d, e, f, k, w);
108 #define M12(f, k, w) M1(e, a, b, c, d, f, k, w);
109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w);
110 #define M14(f, k, w) M1(c, d, e, a, b, f, k, w);
111 #define M15(f, k, w) M1(b, c, d, e, a, f, k, w);
/macosx-10.9.5/objc4-551.1/runtime/
H A DNSObject.mm453 # define M1 "AUTORELEASE!"
458 assert(M1_len == strlen(M1));
462 strncpy((char *)&m[1], M1, M1_len);
470 return (m[0] == M0 && 0 == strncmp((char *)&m[1], M1, M1_len));
481 # undef M1
/macosx-10.9.5/vim-53/runtime/
H A Dtermcap30 M1|sun-34|Sun 34-line window:\
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Di960.h51 #define M1 0x0800 macro
74 #define R_0(opc) ( REG_OPC(opc) | M1 | M2 | M3 ) /* No operands */
76 #define R_1D(opc) ( REG_OPC(opc) | M1 | M2 ) /* 1 operand: dst */
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dcommon.cpp111 position M1 = position(rho * cos(phi1), rho * sin(phi1)) + M; local
113 double dist1 = hypot(z1 - M1) / sqrt(z1 * z1);
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest3.in1310 :set cino=M1
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmips-opc.c108 #define M1 INSN_10000 macro
779 {"mfpc", "t,P", 0x4000c801, 0xffe0ffc1, LCD|WR_t|RD_C0, 0, M1|N5 },
780 {"mfps", "t,P", 0x4000c800, 0xffe0ffc1, LCD|WR_t|RD_C0, 0, M1|N5 },
862 {"mtpc", "t,P", 0x4080c801, 0xffe0ffc1, COD|RD_t|WR_C0, 0, M1|N5 },
863 {"mtps", "t,P", 0x4080c800, 0xffe0ffc1, COD|RD_t|WR_C0, 0, M1|N5 },

Completed in 216 milliseconds

12