HomeSort by relevance Sort by last modified time
    Searched refs:off1 (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/text/
Selection.java 416 int off1, int off2) {
417 int line1 = layout.getLineForOffset(off1);
423 float h1 = layout.getPrimaryHorizontal(off1);
430 return off1;
437 return off1;
448 int line = layout.getLineForOffset(off1);
452 return Math.max(off1, off2);
454 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/freetype/src/cff/
cffload.c 481 FT_ULong off1, off2 = 0; local
493 off1 = cff_index_read_offset( idx, &error );
497 if ( off1 != 0 )
509 off1 = idx->offsets[element];
510 if ( off1 )
534 if ( off1 && off2 > off1 )
536 *pbyte_len = off2 - off1;
541 *pbytes = idx->bytes + off1 - 1;
546 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/grub/stage2/
jfs.h 406 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
  /external/elfutils/libcpu/
i386_parse.y 121 int off1;
835 if (instr->operands[n].off1 == 0)
836 instr->operands[n].off1 = bitoff;
936 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
940 if (runp->operands[i].off1 > 0)
941 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1);
1007 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1229 MAX (0, instr->operands[i].off1 - minoff[i][0]));
    [all...]
i386_parse.c 226 int off1; member in struct:instruction::operand
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 644 my $off1=0,$off2=0,$i;
659 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17);
661 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17);
672 $off1 += 8 if ($i>0);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon23196
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon24786
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon26298
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 595 milliseconds