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

1 2

  /external/compiler-rt/test/tsan/
unaligned_race.cc 51 template<int off, int off2>
57 p += off2;
69 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) {
70 if (off2 == 0)
72 else if (off2 == 1)
74 else if (off2 == 2)
76 else if (off2 == 3)
78 else if (off2 == 4)
80 else if (off2 == 5)
82 else if (off2 == 6
    [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);
  /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.h 47 unsigned int off2; member in struct:fio_option
parse.c 516 if (o->off2)
517 val_store(ilp, ull, o->off2, 0, data, o);
525 if (o->off2)
526 val_store(ilp, ull, o->off2, 0, data, o);
537 if (o->off2)
538 val_store(ullp, ull, o->off2, 0, data, o);
552 if (o->off2) {
554 ilp = td_var(data, o, o->off2);
599 if (o->off2) {
600 ilp = td_var(data, o, o->off2);
    [all...]
options.c 1629 .off2 = td_var_offset(file_size_high),
    [all...]
  /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/Camera/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];
  /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/chromium_org/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...]
  /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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/elfutils/0.153/src/
elfcmp.c 417 size_t off2 = 0; local
426 if (off2 >= data2->d_size)
434 off2 = gelf_getnote (data2, off2, &note2,
436 if (off2 == 0)
495 if (off2 < data2->d_size)
  /external/elfutils/0.153/libcpu/
i386_parse.y 123 int off2;
838 else if (instr->operands[n].off2 == 0)
839 instr->operands[n].off2 = bitoff;
938 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
943 if (runp->operands[i].off2 > 0)
944 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2);
1008 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1234 MAX (0, instr->operands[i].off2 - minoff[i][1]));
    [all...]
i386_parse.c 200 int off2; member in struct:instruction::operand
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 861 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2)
864 ensure_valid(img, off2, 1, "ML_(img_strcmp)(second arg)");
867 UChar c2 = get(img, off2);
871 off1++; off2++;
    [all...]
priv_image.h 106 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon553
  /development/ndk/platforms/android-L/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon2153
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-x86.pl 656 my ($off1,$off2,$i) = (0,0,);
675 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1);
677 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1);
685 $off2 += 8 if ($i>1);
    [all...]
  /external/kernel-headers/original/uapi/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon6826
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 644 my ($off1,$off2,$i) = (0,0,);
663 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1);
665 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1);
673 $off2 += 8 if ($i>1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon25872
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon27608
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ixjuser.h 77 unsigned int off2; member in struct:__anon55309

Completed in 687 milliseconds

1 2