HomeSort by relevance Sort by last modified time
    Searched refs:offset2 (Results 1 - 15 of 15) sorted by null

  /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/libvpx/vp8/encoder/x86/
preproc_mmx.c 96 int offset2 = (ppi->frame % FRAMECOUNT); local
104 mov eax, offset2
230 int offset2 = (ppi->frame % FRAMECOUNT); local
239 mov eax, offset2
  /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;
  /dalvik/vm/
UtfString.c 499 int len1, len2, offset1, offset2; local
507 offset2 = dvmGetFieldInt((Object*) strObj2, STRING_FIELDOFF_OFFSET);
518 assert(offset2 + len2 <= (int) chars2->length);
521 (const u2*) chars2->contents + offset2,
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 189 int offset2 = offset - wordPrefix.length() - 1; local
190 int c1 = extractChar(viewer, offset2);
191 if (!((c1 == '<') || (c1 == '/' && extractChar(viewer, offset2 - 1) == '<'))) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzregts.cpp 213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1122 int32_t offset2 = cst->getOffset(1, local
    [all...]
tzrulets.cpp 551 int32_t offset2, dst2; local
559 ny->getOffset(times[i], FALSE, offset2, dst2, status);
563 if (offset1 != offset2 || dst1 != dst2) {
1612 int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1111 int32_t offset2 = cst->getOffset(1, local
    [all...]
tzrulets.cpp 562 int32_t offset2, dst2; local
570 ny->getOffset(times[i], FALSE, offset2, dst2, status);
574 if (offset1 != offset2 || dst1 != dst2) {
1623 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
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 1457 milliseconds