/external/compiler-rt/lib/tsan/lit_tests/ |
unaligned_race.cc | 49 template<int off, int off2> 55 p += off2; 66 static void access2(bool main, int sz1, int off2, bool rw, 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...] |
/frameworks/base/core/java/android/text/ |
Selection.java | 416 int off1, int off2) { 418 int line2 = layout.getLineForOffset(off2); 424 float h2 = layout.getPrimaryHorizontal(off2); 432 return off2; 439 return off2; 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])
|
/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/Camera2/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/grub/stage2/ |
jfs.h | 407 u32 off2; /* 4: 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 | 122 int off2; 837 else if (instr->operands[n].off2 == 0) 838 instr->operands[n].off2 = bitoff; 937 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2); 942 if (runp->operands[i].off2 > 0) 943 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2); 1007 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]); 1233 MAX (0, instr->operands[i].off2 - minoff[i][1])); [all...] |
i386_parse.c | 227 int off2; member in struct:instruction::operand [all...] |
/external/chromium_org/third_party/openssl/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...] |
/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ixjuser.h | 135 unsigned int off2; member in struct:__anon40335
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 135 unsigned int off2; member in struct:__anon41926
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 135 unsigned int off2; member in struct:__anon43440
|
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |