HomeSort by relevance Sort by last modified time
    Searched defs:off2 (Results 1 - 8 of 8) sorted by null

  /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/freetype/src/cff/
cffload.c 481 FT_ULong off1, off2 = 0; local
502 off2 = cff_index_read_offset( idx, &error );
504 while ( off2 == 0 && element < idx->count );
515 off2 = idx->offsets[element];
517 } while ( off2 == 0 && element < idx->count );
521 /* XXX: should check off2 does not exceed the end of this entry; */
522 /* at present, only truncate off2 at the end of this stream */
523 if ( off2 > stream->size + 1 ||
524 idx->data_offset > stream->size - off2 + 1 )
529 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.c 227 int off2; member in struct:instruction::operand
    [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:__anon23196
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 135 unsigned int off2; member in struct:__anon24786
  /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:__anon26298

Completed in 534 milliseconds