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

1 2

  /external/valgrind/main/none/tests/s390x/
clc.c 36 void multiplex(int l, long offset1, long offset2)
38 testrun(b1 + offset1, b1 + offset2, l);
39 testrun(b1 + offset1, b2 + offset2, l);
40 testrun(b1 + offset1, b3 + offset2, l);
41 testrun(b1 + offset1, b4 + offset2, l);
42 testrun(b2 + offset1, b2 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l)
    [all...]
  /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/av/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/compiler-rt/lib/asan/
asan_report.h 47 const char *offset2, uptr length2, StackTrace *stack);
asan_interceptors.cc 62 const char *offset2, uptr length2) {
63 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
67 const char *offset2 = (const char*)_offset2; \
68 if (RangesOverlap(offset1, length1, offset2, length2)) { \
71 offset2, length2, &stack); \
asan_report.cc 573 const char *offset2, uptr length2, StackTrace *stack) {
581 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
585 DescribeAddress((uptr)offset2, length2);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 231 float offset2 = numbersRadius * ((float) Math.sqrt(3)) / 2f; local
240 textGridHeights[1] = yCenter - offset2;
241 textGridWidths[1] = xCenter - offset2;
248 textGridHeights[5] = yCenter + offset2;
249 textGridWidths[5] = xCenter + offset2;
  /external/qemu/distrib/sdl-1.2.15/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/av/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/av/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,
  /frameworks/av/media/mtp/
MtpServer.cpp 776 uint64_t offset2 = mRequest.getParameter(3); local
777 offset = offset | (offset2 << 32);
1096 uint64_t offset2 = mRequest.getParameter(3); local
1164 uint64_t offset2 = mRequest.getParameter(3); local
    [all...]
  /external/skia/src/pdf/
SkPDFImage.cpp 153 int offset2 = 8 - offset1; local
161 src[x / 8 + 1] >> offset2;
  /external/icu4c/test/intltest/
tzregts.cpp 213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1112 int32_t offset2 = cst->getOffset(1, local
    [all...]
tzrulets.cpp 568 int32_t offset2, dst2; local
576 ny->getOffset(times[i], FALSE, offset2, dst2, status);
580 if (offset1 != offset2 || dst1 != dst2) {
1632 int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 527 unsigned int offset2 = width/2 * height/2; local
678 unsigned int offset2 = width/2 * height/2; local
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 430 U032 offset2; member in struct:_riva_hw_state
  /external/webp/src/enc/
backward_references.c 305 int offset2 = 0; local
316 &offset2, &len2);
330 offset = offset2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 262 int offset2 = offset - wordPrefix.length() - 1; local
263 char c1 = extractChar(viewer, offset2);
264 if (!((c1 == '<') || (c1 == '/' && extractChar(viewer, offset2 - 1) == '<'))) {
    [all...]
  /external/v8/src/
liveedit.cc 382 Handle<String> s2, int offset2, int len2)
384 s2_(s2), offset2_(offset2), len2_(len2) {
411 int offset1, int offset2)
412 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) {
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 

Completed in 1658 milliseconds

1 2