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

1 2 3 4

  /external/valgrind/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 157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2)
166 delta <= offset2 &&
167 offset2 - delta != offset1;
171 int newOffset2 = offset2 - delta;
241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2)
244 if (offset2 < offset1)
247 offset1 = offset2;
248 offset2 = offset;
252 for (int offset = offset1; offset <= offset2; offset++)
  /external/sfntly/cpp/src/test/
test_utils.h 39 // @param offset2 offset for comparison in byte array 2
46 int32_t offset2);
50 // @param offset2 offset to start comparing the second ByteArray from
58 int32_t offset2,
  /frameworks/base/keystore/java/android/security/keystore/
ArrayUtils.java 44 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2,
47 return subarray(arr2, offset2, len2);
53 System.arraycopy(arr2, offset2, result, len1, len2);
  /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...]
  /toolchain/binutils/binutils-2.25/bfd/
bfdwin.c 142 file_ptr file_offset, offset2; local
161 offset2 = offset % pagesize;
162 if (offset2 < 0)
164 file_offset = offset - offset2;
193 (long) real_size, i->data, (long) offset2);
195 windowp->data = (bfd_byte *) i->data + offset2;
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 74 int32_t offset2, int32_t stride2)
93 buffer->offset[2] = offset2;
144 int32_t offset2, int32_t stride2)
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/opencv3/modules/features2d/src/
agast.cpp 80 register short offset2 = (short) pixel_5_8_[2]; local
105 if(ptr[offset2] > cb)
188 if(ptr[offset2] < c_b)
218 if(ptr[offset2] < c_b)
322 if(ptr[offset2] > cb)
369 if(ptr[offset2] > cb)
399 if(ptr[offset2] < c_b)
441 if(ptr[offset2] > cb)
536 if(ptr[offset2] < c_b)
566 if(ptr[offset2] < c_b
840 register short offset2 = (short) pixel_7_12d_[2]; local
3284 register short offset2 = (short) pixel_7_12s_[2]; local
5365 register short offset2 = (short) pixel_9_16_[2]; local
    [all...]
agast_score.cpp 102 register short offset2 = (short) pixel[2]; local
122 if(ptr[offset2] > cb)
743 else if(ptr[offset2] < c_b)
2177 register short offset2 = (short) pixel[2]; local
3389 register short offset2 = (short) pixel[2]; local
9023 register short offset2 = (short) pixel[2]; local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollideEdge.cpp 249 float32 offset0 = 0.0f, offset2 = 0.0f; local
269 offset2 = b2Dot(m_normal2, m_centroidB - m_v2);
277 m_front = offset0 >= 0.0f || offset1 >= 0.0f || offset2 >= 0.0f;
293 m_front = offset0 >= 0.0f || (offset1 >= 0.0f && offset2 >= 0.0f);
309 m_front = offset2 >= 0.0f || (offset0 >= 0.0f && offset1 >= 0.0f);
325 m_front = offset0 >= 0.0f && offset1 >= 0.0f && offset2 >= 0.0f;
379 m_front = offset1 >= 0.0f || offset2 >= 0.0f;
395 m_front = offset1 >= 0.0f && offset2 >= 0.0f;
  /hardware/intel/common/libva/va/wayland/
wayland-drm-client-protocol.h 194 wl_drm_create_planar_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2)
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);
  /external/compiler-rt/lib/asan/
asan_report.h 68 const char *offset2, uptr length2,
asan_interceptors.cc 99 const char *offset2, uptr length2) {
100 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
104 const char *offset2 = (const char*)_offset2; \
105 if (RangesOverlap(offset1, length1, offset2, length2)) { \
108 offset2, length2, &stack); \
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 242 float offset2 = numbersRadius * ((float) Math.sqrt(3)) / 2f; local
251 textGridHeights[1] = yCenter - offset2;
252 textGridWidths[1] = xCenter - offset2;
259 textGridHeights[5] = yCenter + offset2;
260 textGridWidths[5] = xCenter + offset2;
  /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...]
  /external/libevent/
event_tagging.c 576 int len, offset, offset2; local
586 if ((offset2 = decode_int_internal(&integer, evbuf, offset)) == -1)
589 if (offset + offset2 > len) /* XXX Should this be != instead of > ? */
  /external/webp/src/demux/
anim_decode.c 386 const size_t offset2 = canvas_y * width + left2; local
387 blend_row((uint32_t*)dec->curr_frame_ + offset2,
388 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 381 int offset2 = haveCrossedAllAppsColumn2 && x < cntX - 1 ? -increment : 0;
382 newIconIndex = inspectMatrix(x, nextYPos2 + offset2, cntX, cntY, matrix);
465 int offset2 = haveCrossedAllAppsColumn2 && y < cntY - 1 ? -increment : 0;
466 newIconIndex = inspectMatrix(nextXPos2 + offset2, y, cntX, cntY, matrix);
  /external/ImageMagick/coders/
xcf.c 606 offset2;
647 offset2=(MagickOffsetType)ReadBlobMSBLong(image);
650 if (offset2 == 0)
651 offset2=(MagickOffsetType) (offset + TILE_WIDTH * TILE_WIDTH * 4* 1.5);
674 if (load_tile(image,tile_image,inDocInfo,inLayerInfo,(size_t) (offset2-offset),exception) == 0)
679 (int) (offset2-offset),exception) == 0)
601 offset2; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegression.java 110 long offset2 = tz.getOffset(1, local
135 if (offset1 != SToffset || offset2 != SToffset ||
1168 int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNESDAY,0); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegression.java 106 long offset2 = tz.getOffset(1, local
131 if (offset1 != SToffset || offset2 != SToffset ||
1164 int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNESDAY,0); local
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 837 uint64_t offset2 = mRequest.getParameter(3);
838 offset = offset | (offset2 << 32);
1191 uint64_t offset2 = mRequest.getParameter(3); local
1270 uint64_t offset2 = mRequest.getParameter(3); local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
Collision.java 1022 float offset0 = 0.0f, offset2 = 0.0f;
1040 offset2 = Vec2.dot(m_normal2, temp.set(m_centroidB).subLocal(m_v2));
1046 m_front = offset0 >= 0.0f || offset1 >= 0.0f || offset2 >= 0.0f;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java 207 int offset2 = r2.getRawOffset() + r2.getDSTSavings(); local
209 if (offset1 > offset2) {
212 sav = offset1 - offset2;
216 sav = offset2 - offset1;
    [all...]

Completed in 1842 milliseconds

1 2 3 4