Home
last modified time | relevance | path

Searched refs:block0 (Results 1 – 4 of 4) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dindented_text_unittest.cc61 IndentedText block0; in TEST_F() local
63 block0.AddLineWithOffset(kTestString, 10); in TEST_F()
64 block0.AddLineWithOffset(kTestString, 20); in TEST_F()
68 text_.AddBlock(block0); in TEST_F()
70 EXPECT_EQ(block0.GetContents() + block1.GetContents(), text_.GetContents()); in TEST_F()
/external/llvm/test/Transforms/GlobalOpt/
D2005-09-27-Crash.ll10 block0:
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c99 static MV mi_mv_pred_q2(const MODE_INFO *mi, int idx, int block0, int block1) { in mi_mv_pred_q2() argument
100 MV res = { round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.row + in mi_mv_pred_q2()
102 round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.col + in mi_mv_pred_q2()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc1105 RawMachineLabel block0, block1, def, end; in TEST() local
1106 RawMachineLabel* case_labels[] = {&block0, &block1}; in TEST()
1110 m.Bind(&block0); in TEST()