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

  /external/freetype/src/cid/
cidgload.c 109 FT_ULong off1, off2; local
119 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
126 off1 > off2 )
133 glyph_length = off2 - off1;
138 if ( FT_STREAM_READ_AT( cid->data_offset + off1,
  /external/libavc/common/
ih264_inter_pred_filters.c 538 WORD32 off1, off2, off3; local
543 off1 = src_strd;
545 off3 = off1 + off2;
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
561 + ((pu1_src[0] + pu1_src[off1]) << 4);
623 WORD32 off1, off2, off3; local
628 off1 = src_strd;
630 off3 = off1 + off2
    [all...]
  /art/dex2oat/linker/
multi_oat_relative_patcher_test.cc 148 uint32_t off1 = 0x1234; local
149 patcher_.SetOffset(ref1, off1);
150 EXPECT_EQ(off1, patcher_.GetOffset(ref1));
155 EXPECT_EQ(off1 + adjustment1 - adjustment2, patcher_.GetOffset(ref1));
160 EXPECT_EQ(off1 + adjustment1 - adjustment2, patcher_.GetOffset(ref1));
165 EXPECT_EQ(off1 + adjustment1 - adjustment3, patcher_.GetOffset(ref1));
  /external/honggfuzz/
mangle.c 486 size_t off1 = util_rndGet(0, run->dynamicFileSz - 1); local
489 uint8_t tmp = run->dynamicFile[off1];
490 run->dynamicFile[off1] = run->dynamicFile[off2];
  /external/webp/src/enc/
picture_psnr_enc.c 99 const int off1 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * src_stride; local
101 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride);
  /system/core/trusty/storage/tests/
main.cpp 748 storage_off_t off1 = blk; local
752 WritePatternChunk(handle, off1, blk, complete);
760 ReadPattern(handle, off1, blk, blk);
776 ReadChunk(handle, off1 + blk, blk, blk, 0, 0);
781 ReadChunk(handle, off1 + blk/2, blk, 0, blk/2, blk/2);
786 ReadChunk(handle, off1 - blk/2, blk, blk/2, blk/2, 0);
    [all...]
  /external/fio/
parse.h 48 unsigned int off1; /* potential parameters */ member in struct:fio_option
  /toolchain/binutils/binutils-2.27/ld/emultempl/
spu_ovl.S 39 #define off1 reserved2 define
139 shli off1, ovl, 4 # 0,4 4
146 lqx vma, tab1, off1 # 1,6 8
  /external/elfutils/src/
elfcmp.c 415 size_t off1 = 0; local
419 while (off1 < data1->d_size
420 && (off1 = gelf_getnote (data1, off1, &note1,
  /external/freetype/src/cff/
cffload.c 510 FT_ULong off1, off2 = 0; local
522 off1 = cff_index_read_offset( idx, &error );
526 if ( off1 != 0 )
538 off1 = idx->offsets[element];
539 if ( off1 )
563 if ( off1 && off2 > off1 )
565 *pbyte_len = off2 - off1;
570 *pbytes = idx->bytes + off1 - 1;
575 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 2689 WORD32 off0,off1, off2, off3, off4, off5; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 136 unsigned int off1; member in struct:__anon782
  /external/kernel-headers/original/uapi/linux/
ixjuser.h 134 unsigned int off1; member in struct:__anon22988
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ixjuser.h 133 unsigned int off1; member in struct:__anon62594

Completed in 452 milliseconds