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

1 2 3 4 5 6

  /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/dtc/tests/
dtbs_equal_ordered.c 81 int offset1, offset2; local
94 offset2 = nextoffset2;
95 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2);
100 tag1, tag2, offset1, offset2);
108 name2 = fdt_get_name(fdt2, offset2, NULL);
111 offset2, fdt_strerror(err));
115 name1, name2, offset1, offset2);
122 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2));
124 FAIL("Could get fdt2 property at %d", offset2);
130 "at (%d, %d)", name1, name2, offset1, offset2);
    [all...]
dtbs_equal_unordered.c 104 const void *fdt2, int offset2)
124 data2 = fdt_getprop(fdt2, offset2, name, &len2);
150 const void *fdt2, int offset2);
153 const void *fdt2, int offset2,
165 coffset2 = fdt_subnode_offset(fdt2, offset2, name);
178 const void *fdt2, int offset2)
184 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2)));
191 compare_properties(fdt1, offset1, fdt2, offset2);
192 compare_properties(fdt2, offset2, fdt1, offset1);
194 compare_subnodes(fdt1, offset1, fdt2, offset2, 1)
    [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);
  /external/skia/tests/
PipeTest.cpp 73 size_t offset2 = data->size(); local
74 REPORTER_ASSERT(reporter, offset2 <= 32);
110 size_t offset2 = stream.bytesWritten(); local
111 REPORTER_ASSERT(reporter, offset2 <= 16);
144 size_t offset2 = data->size(); local
145 REPORTER_ASSERT(reporter, offset2 <= 16);
151 REPORTER_ASSERT(reporter, offset3 == offset2);
185 size_t offset2 = stream.bytesWritten(); local
186 REPORTER_ASSERT(reporter, offset2 <= 16);
  /external/skqp/tests/
PipeTest.cpp 73 size_t offset2 = data->size(); local
74 REPORTER_ASSERT(reporter, offset2 <= 32);
110 size_t offset2 = stream.bytesWritten(); local
111 REPORTER_ASSERT(reporter, offset2 <= 16);
144 size_t offset2 = data->size(); local
145 REPORTER_ASSERT(reporter, offset2 <= 16);
151 REPORTER_ASSERT(reporter, offset3 == offset2);
185 size_t offset2 = stream.bytesWritten(); local
186 REPORTER_ASSERT(reporter, offset2 <= 16);
  /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/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 78 int32_t offset2, int32_t stride2)
97 buffer->offset[2] = offset2;
150 int32_t offset2, int32_t stride2)
169 offset0, stride0, offset1, stride1, offset2, stride2);
179 int32_t offset2, int32_t stride2)
182 offset0, stride0, offset1, stride1, offset2, stride2);
  /toolchain/binutils/binutils-2.27/bfd/
bfdwin.c 142 file_ptr file_offset, offset2; local
162 offset2 = offset % pagesize;
163 if (offset2 < 0)
165 file_offset = offset - offset2;
194 (long) real_size, i->data, (long) offset2);
196 windowp->data = (bfd_byte *) i->data + offset2;
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKZoneOffset.java 558 ZoneOffset offset2 = ZoneOffset.ofHoursMinutesSeconds(2, 3, 4); local
559 assertTrue(offset1.compareTo(offset2) > 0);
560 assertTrue(offset2.compareTo(offset1) < 0);
562 assertTrue(offset2.compareTo(offset2) == 0);
571 ZoneOffset offset2 = ZoneOffset.ofHoursMinutesSeconds(2, 3, 4);
573 assertEquals(offset1.equals(offset2), false);
574 assertEquals(offset2.equals(offset1), false);
577 assertEquals(offset2.equals(offset2), true)
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeParseContext.java 204 * @param offset2 the offset into the second sequence, valid
208 boolean subSequenceEquals(CharSequence cs1, int offset1, CharSequence cs2, int offset2, int length) {
209 if (offset1 + length > cs1.length() || offset2 + length > cs2.length()) {
215 char ch2 = cs2.charAt(offset2 + i);
223 char ch2 = cs2.charAt(offset2 + i);
  /external/skia/bench/
ImageFilterDAGBench.cpp 133 auto offset2 = SkOffsetImageFilter::Make(-100.0f, -100.0f, blur); variable
135 SkXfermodeImageFilter::Make(SkBlendMode::kSrcIn, offset1, offset2, nullptr);
  /external/skqp/bench/
ImageFilterDAGBench.cpp 133 auto offset2 = SkOffsetImageFilter::Make(-100.0f, -100.0f, blur); variable
135 SkXfermodeImageFilter::Make(SkBlendMode::kSrcIn, offset1, offset2, nullptr);
  /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);
  /tools/apksig/src/main/java/com/android/apksig/internal/zip/
CentralDirectoryRecord.java 294 long offset2 = r2.getLocalFileHeaderOffset(); local
295 if (offset1 > offset2) {
297 } else if (offset1 < offset2) {
  /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/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/compiler-rt/lib/asan/
asan_report.h 68 const char *offset2, uptr length2,
  /tools/apksig/src/main/java/com/android/apksig/internal/jar/
ManifestParser.java 207 private static byte[] concat(byte[] arr1, byte[] arr2, int offset2, int length2) {
210 System.arraycopy(arr2, offset2, result, arr1.length, length2);
  /external/libevent/
event_tagging.c 585 int len, offset, offset2; local
595 if ((offset2 = decode_int_internal(&integer, evbuf, offset)) == -1)
598 if (offset + offset2 > len) /* XXX Should this be != instead of > ? */
  /external/python/cpython3/Modules/
_datetimemodule.c 3788 PyObject *offset1, *offset2; local
4576 PyObject *offset1, *offset2, *offdiff = NULL; local
4845 PyObject *offset1, *offset2; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 382 int offset2 = haveCrossedAllAppsColumn2 && x < cntX - 1 ? -increment : 0;
383 newIconIndex = inspectMatrix(x, nextYPos2 + offset2, cntX, cntY, matrix);
466 int offset2 = haveCrossedAllAppsColumn2 && y < cntY - 1 ? -increment : 0;
467 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...]

Completed in 1358 milliseconds

1 2 3 4 5 6