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

1 2 3

  /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;
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 188 off2 := buf.Len()
200 Shoff: uint32(off2),
203 Phentsize: uint16(off2 - off1),
205 Shentsize: uint16(off3 - off2),
236 Off: uint32(off2 + (off3-off2)*3),
258 off2 := buf.Len()
270 Shoff: uint64(off2),
273 Phentsize: uint16(off2 - off1),
275 Shentsize: uint16(off3 - off2),
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 188 off2 := buf.Len()
200 Shoff: uint32(off2),
203 Phentsize: uint16(off2 - off1),
205 Shentsize: uint16(off3 - off2),
236 Off: uint32(off2 + (off3-off2)*3),
258 off2 := buf.Len()
270 Shoff: uint64(off2),
273 Phentsize: uint16(off2 - off1),
275 Shentsize: uint16(off3 - off2),
    [all...]
  /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...]
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2,
94 if (b1[i + off1] != b2[i + off2])
  /external/fio/
parse.c 562 if (o->off2)
563 val_store(ilp, ull, o->off2, 0, data, o);
571 if (o->off2)
572 val_store(ilp, ull, o->off2, 0, data, o);
583 if (o->off2)
584 val_store(ullp, ull, o->off2, 0, data, o);
598 if (o->off2) {
600 ilp = td_var(data, o, o->off2);
645 if (o->off2) {
646 ilp = td_var(data, o, o->off2);
    [all...]
parse.h 47 unsigned int off2; member in struct:fio_option
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 115 int off, off2, height, h, w; local
120 off2 = pyr->width + off + pyr->border - right - 1;
130 base[off2 + w + 1] = base[off2];
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 115 int off, off2, height, h, w; local
120 off2 = pyr->width + off + pyr->border - right - 1;
130 base[off2 + w + 1] = base[off2];
  /external/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
503 off2 = cff_index_read_offset( idx, &error );
505 while ( off2 == 0 && element < idx->count );
516 off2 = idx->offsets[element];
518 } while ( off2 == 0 && element < idx->count );
522 /* XXX: should check off2 does not exceed the end of this entry; */
523 /* at present, only truncate off2 at the end of this stream */
524 if ( off2 > stream->size + 1 ||
525 idx->data_offset > stream->size - off2 + 1 )
530 off2, stream->size - idx->data_offset + 1 ))
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
503 off2 = cff_index_read_offset( idx, &error );
505 while ( off2 == 0 && element < idx->count );
516 off2 = idx->offsets[element];
518 } while ( off2 == 0 && element < idx->count );
522 /* XXX: should check off2 does not exceed the end of this entry; */
523 /* at present, only truncate off2 at the end of this stream */
524 if ( off2 > stream->size + 1 ||
525 idx->data_offset > stream->size - off2 + 1 )
530 off2, stream->size - idx->data_offset + 1 ))
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
503 off2 = cff_index_read_offset( idx, &error );
505 while ( off2 == 0 && element < idx->count );
516 off2 = idx->offsets[element];
518 } while ( off2 == 0 && element < idx->count );
522 /* XXX: should check off2 does not exceed the end of this entry; */
523 /* at present, only truncate off2 at the end of this stream */
524 if ( off2 > stream->size + 1 ||
525 idx->data_offset > stream->size - off2 + 1 )
530 off2, stream->size - idx->data_offset + 1 ))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
objdumpext_test.go 204 off2 := buf.Len()
216 Shoff: uint32(off2),
219 Phentsize: uint16(off2 - off1),
221 Shentsize: uint16(off3 - off2),
252 Off: uint32(off2 + (off3-off2)*3),
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
objdumpext_test.go 204 off2 := buf.Len()
216 Shoff: uint32(off2),
219 Phentsize: uint16(off2 - off1),
221 Shentsize: uint16(off3 - off2),
252 Off: uint32(off2 + (off3-off2)*3),
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidgload.c 103 FT_ULong off1, off2; local
115 off2 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
119 off2 > stream->size ||
120 off1 > off2 )
127 glyph_length = off2 - off1;
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 40 #define off2 reserved2 define
213 shli off2, ovl, 4 # 0,4 3
220 lqx vma, tab2, off2 # 1,6 7
228 shli off2, ovl, 4 # 0,4 2
237 lqx vma, tab2, off2 # 1,6 6
  /external/webp/src/enc/
picture_csp.c 395 const int off2 = i + j * picture->y_stride; local
400 picture->y[off2] = ConvertRGBToY(r, g, b);
466 const int off2 = off1 + rgb_stride; local
474 ImportOneRow(r_ptr + off2, g_ptr + off2, b_ptr + off2,
904 const int off2 = (2 * y + 1) * rgb_stride; local
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 147 uint32_t off2 = 0x4321; local
148 patcher_.SetOffset(ref2, off2);
150 EXPECT_EQ(off2, patcher_.GetOffset(ref2));
155 EXPECT_EQ(off2 + adjustment2 - adjustment3, patcher_.GetOffset(ref2));
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Matrix.java 168 public void mult3(float[] src, int off1, float[] dest, int off2) {
194 dest[off2] = v0;
195 dest[1 + off2] = v1;
196 dest[2 + off2] = v2;
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 37 abbr2, off2 := t.Zone()
39 if off2-off1 < 0 { // southern hemisphere
  /prebuilts/go/linux-x86/src/time/
genzabbrs.go 37 abbr2, off2 := t.Zone()
39 if off2-off1 < 0 { // southern hemisphere
  /external/elfutils/src/
elfcmp.c 416 size_t off2 = 0; local
425 if (off2 >= data2->d_size)
433 off2 = gelf_getnote (data2, off2, &note2,
435 if (off2 == 0)
494 if (off2 < data2->d_size)
  /external/elfutils/libcpu/
i386_parse.y 126 int off2;
841 else if (instr->operands[n].off2 == 0)
842 instr->operands[n].off2 = bitoff;
941 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
946 if (runp->operands[i].off2 > 0)
947 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2);
1011 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1237 MAX (0, instr->operands[i].off2 - minoff[i][1]));
    [all...]

Completed in 1570 milliseconds

1 2 3