HomeSort by relevance Sort by last modified time
    Searched full:offset2 (Results 1 - 25 of 32) sorted by null

1 2

  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 160 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2)
169 delta <= offset2 &&
170 offset2 - delta != offset1;
174 int newOffset2 = offset2 - delta;
244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2)
247 if (offset2 < offset1)
250 offset1 = offset2;
251 offset2 = offset;
255 for (int offset = offset1; offset <= offset2; offset++)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 90 int offset, offset2; local
97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */
100 pred_block -= offset2; /* preset */
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
122 *((uint32*)(pred_block += offset2)) = pred_word;
144 *((uint32*)(pred_block += offset2)) = pred_word;
167 *((uint32*)(pred_block += offset2)) = pred_word;
190 int offset, offset2; local
199 offset2 = (pred_width_rnd >> 1) - 4; /* offset of pred_block */
204 pred_block -= offset2; /* preset *
519 int offset, offset2; local
866 int offset, offset2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 84 cursor->ph_cursor->offset2.x = (short)hot_x;
85 cursor->ph_cursor->offset2.y = (short)hot_y;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 612 int *offset, *offset2; local
635 offset2 = htfm_stat->offsetRef;
647 offset2 = encvid->nrmlz_th + 32;
667 offset2[0] = 0;
668 offset2[1] = rx2 + 2;
669 offset2[2] = 2;
670 offset2[3] = rx2;
671 offset2[4] = rx + 1;
672 offset2[5] = rx3 + 3;
673 offset2[6] = rx + 3
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 544 Int *offset, *offset2; local
567 offset2 = htfm_stat->offsetRef;
579 offset2 = video->nrmlz_th + 32;
599 offset2[0] = 0;
600 offset2[1] = rx2 + 2;
601 offset2[2] = 2;
602 offset2[3] = rx2;
603 offset2[4] = rx + 1;
604 offset2[5] = rx3 + 3;
605 offset2[6] = rx + 3
    [all...]
dct.cpp 1214 Int offset2; local
    [all...]
  /dalvik/vm/
UtfString.cpp 366 int offset2 = dvmGetFieldInt(strObj2, STRING_FIELDOFF_OFFSET); local
378 assert(offset2 + len2 <= (int) chars2->length);
381 (const u2*)(void*)chars2->contents + offset2,
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 191 int64_t Offset1, Offset2;
192 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) ||
193 Offset1 == Offset2)
199 O2SMap.insert(std::make_pair(Offset2, User));
200 Offsets.push_back(Offset2);
201 if (Offset2 < Offset1)
  /frameworks/base/media/mtp/
MtpServer.cpp 775 uint64_t offset2 = mRequest.getParameter(3); local
776 offset = offset | (offset2 << 32);
1095 uint64_t offset2 = mRequest.getParameter(3); local
1163 uint64_t offset2 = mRequest.getParameter(3); local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 152 int64_t &Offset1, int64_t &Offset2)const;
163 int64_t Offset1, int64_t Offset2,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 309 int64_t &Offset1, int64_t &Offset2) const;
320 int64_t Offset1, int64_t Offset2,
  /external/skia/src/pdf/
SkPDFImage.cpp 154 int offset2 = 8 - offset1; local
162 src[x / 8 + 1] >> offset2;
  /external/srec/srec/clib/
srec_arb.c 263 /* int j,offset2 = hmm_infos[i].state_indices - state_indices; */
267 /* printf("offset %d %d offset2 %d\n", i, offset, offset2);
  /external/icu4c/test/intltest/
tzregts.cpp 213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1108 int32_t offset2 = cst->getOffset(1, local
    [all...]
tzrulets.cpp 567 int32_t offset2, dst2; local
575 ny->getOffset(times[i], FALSE, offset2, dst2, status);
579 if (offset1 != offset2 || dst1 != dst2) {
1631 int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 430 U032 offset2; member in struct:_riva_hw_state
  /external/v8/src/
liveedit.cc 325 Handle<String> s2, int offset2, int len2)
327 s2_(s2), offset2_(offset2), len2_(len2) {
354 int offset1, int offset2)
355 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 252 int offset2 = offset - wordPrefix.length() - 1; local
253 char c1 = extractChar(viewer, offset2);
254 if (!((c1 == '<') || (c1 == '/' && extractChar(viewer, offset2 - 1) == '<'))) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 492 int64_t &Offset1, int64_t &Offset2) const {
505 int64_t Offset1, int64_t Offset2,
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 354 uint64_t Offset2 = TD->getIndexedOffset(GEP2->getPointerOperandType(),
356 return Offset1 == Offset2;
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 110 int64_t Offset2 = GetOffsetFromIndex(GEP2, Idx, VariableIdxFound, TD);
113 Offset = Offset2-Offset1;
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 512 M_CASE Case$predictType.Rnd$rnd.Offset2
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/svox/pico/lib/
picokdt.c     [all...]

Completed in 3323 milliseconds

1 2