HomeSort by relevance Sort by last modified time
    Searched refs:off2 (Results 1 - 25 of 35) sorted by null

1 2

  /external/compiler-rt/test/tsan/
unaligned_race.cc 48 template<int off, int off2>
54 p += off2;
66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) {
67 if (off2 == 0)
69 else if (off2 == 1)
71 else if (off2 == 2)
73 else if (off2 == 3)
75 else if (off2 == 4)
77 else if (off2 == 5)
79 else if (off2 == 6
    [all...]
bench_shadow_flush.cc 39 for (uptr off2 = 0; off2 < stride2; off2++)
40 mem[off + off2 * kStride] = 42;
  /frameworks/base/core/java/android/text/
Selection.java 425 int off1, int off2) {
427 int line2 = layout.getLineForOffset(off2);
433 float h2 = layout.getPrimaryHorizontal(off2);
441 return off2;
448 return off2;
461 return Math.max(off1, off2);
463 return Math.min(off1, off2);
  /external/libavc/common/
ih264_inter_pred_filters.c 538 WORD32 off1, off2, off3; local
544 off2 = src_strd << 1;
545 off3 = off1 + off2;
558 i2_temp = pu1_src[-off2] + pu1_src[off3]
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
623 WORD32 off1, off2, off3; local
629 off2 = src_strd << 1;
630 off3 = off1 + off2;
645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3
    [all...]