HomeSort by relevance Sort by last modified time
    Searched full:off2 (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteARM.go     [all...]
rewriteS390X.go     [all...]
  /frameworks/base/core/java/android/text/
Selection.java 496 int off1, int off2) {
498 int line2 = layout.getLineForOffset(off2);
504 float h2 = layout.getPrimaryHorizontal(off2);
512 return off2;
519 return off2;
532 return Math.max(off1, off2);
534 return Math.min(off1, off2);
  /external/fio/
parse.c 590 if (o->off2)
591 val_store(ilp, ull, o->off2, 0, data, o);
599 if (o->off2)
600 val_store(ilp, ull, o->off2, 0, data, o);
611 if (o->off2)
612 val_store(ullp, ull, o->off2, 0, data, o);
626 if (o->off2) {
628 ilp = td_var(data, o, o->off2);
673 if (o->off2) {
674 ilp = td_var(data, o, o->off2);
    [all...]
parse.h 49 unsigned int off2; member in struct:fio_option
options.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteS390X.go     [all...]
  /external/libavc/common/
ih264_inter_pred_filters.c 538 WORD32 off1, off2, off3; local
544 off2 = src_strd << 1;
545 off3 = off1 + off2;
558 i2_temp = pu1_src[-off2] + pu1_src[off3]
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
623 WORD32 off1, off2, off3; local
629 off2 = src_strd << 1;
630 off3 = off1 + off2;
645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Matrix.java 168 public void mult3(float[] src, int off1, float[] dest, int off2) {
194 dest[off2] = v0;
195 dest[1 + off2] = v1;
196 dest[2 + off2] = v2;
  /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/cid/
cidgload.c 109 FT_ULong off1, off2; local
121 off2 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
125 off2 > stream->size ||
126 off1 > off2 )
133 glyph_length = off2 - off1;
  /toolchain/binutils/binutils-2.27/ld/emultempl/
spu_ovl.S 40 #define off2 reserved2 define
213 shli off2, ovl, 4 # 0,4 3
220 lqx vma, tab2, off2 # 1,6 7
228 shli off2, ovl, 4 # 0,4 2
237 lqx vma, tab2, off2 # 1,6 6
  /external/elfutils/src/
elfcmp.c 416 size_t off2 = 0; local
425 if (off2 >= data2->d_size)
433 off2 = gelf_getnote (data2, off2, &note2,
435 if (off2 == 0)
494 if (off2 < data2->d_size)
  /external/freetype/src/cff/
cffload.c 510 FT_ULong off1, off2 = 0; local
531 off2 = cff_index_read_offset( idx, &error );
533 } while ( off2 == 0 && element < idx->count );
544 off2 = idx->offsets[element];
546 } while ( off2 == 0 && element < idx->count );
550 /* XXX: should check off2 does not exceed the end of this entry; */
551 /* at present, only truncate off2 at the end of this stream */
552 if ( off2 > stream->size + 1 ||
553 idx->data_offset > stream->size - off2 + 1 )
558 off2, stream->size - idx->data_offset + 1 ))
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 629 func packRR(rr dnsRR, msg []byte, off int) (off2 int, ok bool) {
635 // off2 is end of rr
640 off2, ok = packStruct(rr, msg, off)
645 rr.Header().Rdlength = uint16(off2 - off1)
647 return off2, true
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 629 func packRR(rr dnsRR, msg []byte, off int) (off2 int, ok bool) {
635 // off2 is end of rr
640 off2, ok = packStruct(rr, msg, off)
645 rr.Header().Rdlength = uint16(off2 - off1)
647 return off2, true
  /external/elfutils/libcpu/
i386_parse.y 126 int off2;
841 else if (instr->operands[n].off2 == 0)
842 instr->operands[n].off2 = bitoff;
941 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
946 if (runp->operands[i].off2 > 0)
947 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2);
1011 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1237 MAX (0, instr->operands[i].off2 - minoff[i][1]));
    [all...]
  /external/webp/src/enc/
picture_psnr_enc.c 100 const int off2 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * ref_stride; local
101 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride);
  /external/flatbuffers/go/
builder.go 270 off2 := SOffsetT(b.Offset()) - off + SOffsetT(SizeSOffsetT)
271 b.PlaceSOffsetT(off2)
280 off2 := b.Offset() - off + UOffsetT(SizeUOffsetT)
281 b.PlaceUOffsetT(off2)
  /external/flatbuffers/python/flatbuffers/
builder.py 353 off2 = self.Offset() - off + N.SOffsetTFlags.bytewidth
354 self.PlaceSOffsetT(off2)
367 off2 = self.Offset() - off + N.UOffsetTFlags.bytewidth
368 self.PlaceUOffsetT(off2)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 425 * this.characters(chars2, off2, len2);
432 * m_saxHandler.characters(chars1, off2, len2);
  /external/llvm/test/CodeGen/PowerPC/
ppc64le-aggregates.ll 233 ; CHECK-DAG: stfs 7, [[OFF2:[0-9]+]](1)
237 ; CHECK-DAG: lwz [[REG2:[0-9]+]], [[OFF2]](1)
  /external/honggfuzz/
mangle.c 487 size_t off2 = util_rndGet(0, run->dynamicFileSz - 1); local
490 run->dynamicFile[off1] = run->dynamicFile[off2];
491 run->dynamicFile[off2] = tmp;
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 295 int Off2 = S2->getOperand(1).getImm();
297 return (Off1 >= 0) ? Off1+S1MO.getSize() == unsigned(Off2)
298 : int(Off1+S1MO.getSize()) == Off2;
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 138 unsigned int off2; member in struct:__anon782

Completed in 1491 milliseconds

1 23 4 5