HomeSort by relevance Sort by last modified time
    Searched full:mb1 (Results 1 - 25 of 26) sorted by null

1 2

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 40 MBlock *mb1 = m->GetBlock((uptr)&block[0]); local
41 EXPECT_EQ(mb1->siz, 1 * sizeof(u64));
45 mb1 = m->GetBlock((uptr)&block[0]);
46 EXPECT_EQ(mb1, (MBlock*)0);
86 MBlock *mb1 = m->GetBlock((uptr)&block1[0]); local
87 EXPECT_EQ(mb1, (MBlock*)0);
90 mb1 = m->GetBlock((uptr)&block2[0]);
91 EXPECT_NE(mb1, (MBlock*)0);
92 EXPECT_EQ(mb1->siz, 3 * sizeof(u64));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 152 static u32 InnerBoundaryStrength(mbStorage_t *mb1, u32 i1, u32 i2);
155 static u32 EdgeBoundaryStrength(mbStorage_t *mb1, mbStorage_t *mb2,
158 static u32 InnerBoundaryStrength2(mbStorage_t *mb1, u32 i1, u32 i2);
159 static u32 EdgeBoundaryStrengthLeft(mbStorage_t *mb1, mbStorage_t *mb2);
160 static u32 EdgeBoundaryStrengthTop(mbStorage_t *mb1, mbStorage_t *mb2);
331 u32 InnerBoundaryStrength(mbStorage_t *mb1, u32 ind1, u32 ind2)
336 tmp1 = mb1->totalCoeff[ind1];
337 tmp2 = mb1->totalCoeff[ind2];
338 mv1 = mb1->mv[ind1].hor;
339 mv2 = mb1->mv[ind2].hor
    [all...]
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 45 OwningBuffer MB1(MemoryBuffer::getMemBuffer(data));
46 EXPECT_TRUE(nullptr != MB1.get());
57 EXPECT_EQ(MB1->getBufferStart(), MB2->getBufferStart());
61 MB1.reset();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
allopcodes.S 210 A_CLASS( mb1, TEST_C4X )
opcodes.s     [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java     [all...]
MultibinderTest.java     [all...]
OptionalBinderTest.java     [all...]
  /external/v8/test/unittests/compiler/
scheduler-unittest.cc 779 Node* mB1 = graph()->NewNode(common()->Merge(2), tB1, fB1);
781 common()->Phi(MachineRepresentation::kTagged, 2), p0, p1, mB1);
790 Node* brB2 = graph()->NewNode(common()->Branch(), phiA1, mB1);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
dj1.s 794 stc $0,$mb1
795 ldc $0,$mb1
796 stc $15,$mb1
797 ldc $15,$mb1
dj1.be.d 926 8e0: 70 e8 stc \$0,\$mb1
927 8e2: 70 ea ldc \$0,\$mb1
928 8e4: 7f e8 stc \$sp,\$mb1
929 8e6: 7f ea ldc \$sp,\$mb1
    [all...]
dj1.le.d 926 8e0: e8 70 stc \$0,\$mb1
927 8e2: ea 70 ldc \$0,\$mb1
928 8e4: e8 7f stc \$sp,\$mb1
929 8e6: ea 7f ldc \$sp,\$mb1
    [all...]
allinsn.s 700 stc $13,$mb1
allinsn.be.d 616 4d6: 7d e8 stc \$tp,\$mb1
    [all...]
allinsn.le.d 616 4d6: e8 7d stc \$tp,\$mb1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c 415 case 14: /* $mb1 */
418 as_bad (_("$mb0, $me0, $mb1, and $me1 are disabled when COP is off"));
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
mep-core.cpu 260 (hi 7) (lo 8) (mb0 12) (me0 13) (mb1 14) (me1 15)
714 (dnop mb1 "modulo begin register 1" (all-mep-core-isas) h-csr 14)
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic4x.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-desc.c 286 { "$mb1", 14, {0, {{{0, 0}}}}, 0, 0 },
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
som.c 330 { 0, "L4=Mb1+4*=" }, /* 0x2a */
331 { 1, "Lb4*=Mb1+L*=" }, /* 0x2b */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/po/
uk.po     [all...]
gas.pot     [all...]
ja.po     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libm.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libm.a     [all...]

Completed in 2715 milliseconds

1 2