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

1 2 3 4 5 6

  /development/tools/bugreport/src/com/android/bugreport/stacks/
KernelStackFrameSnapshot.java 25 public int offset1; field in class:KernelStackFrameSnapshot
35 this.offset1 = that.offset1;
  /external/llvm/test/MC/AMDGPU/
ds-err.s 12 // offset1 twice
14 ds_write2_b32 v2, v4, v6 offset1:4 offset1:8
20 // offset1 too big
22 ds_write2_b32 v2, v4, v6 offset1:1000000000
ds.s 17 ds_write_src2_b32 v2 offset0:4 offset1:8
18 // SICI: ds_write_src2_b32 v2 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x34,0xda,0x02,0x00,0x00,0x00]
19 // VI: ds_write_src2_b32 v2 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x1a,0xd9,0x02,0x00,0x00,0x00]
21 ds_write_src2_b64 v2 offset0:4 offset1:8
22 // SICI: ds_write_src2_b64 v2 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x34,0xdb,0x02,0x00,0x00,0x00]
23 // VI: ds_write_src2_b64 v2 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x9a,0xd9,0x02,0x00,0x00,0x00]
29 ds_write2_b32 v2, v4, v6 offset0:4 offset1:8
30 // SICI: ds_write2_b32 v2, v4, v6 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x38,0xd8,0x02,0x04,0x06,0x00]
31 // VI: ds_write2_b32 v2, v4, v6 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x1c,0xd8,0x02,0x04,0x06,0x00]
33 ds_write2_b32 v2, v4, v6 offset1:
    [all...]
  /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
90 offset1 = nextoffset1;
91 tag1 = fdt_next_tag(fdt1, offset1, &nextoffset1);
100 tag1, tag2, offset1, offset2);
104 name1 = fdt_get_name(fdt1, offset1, &err);
107 offset1, fdt_strerror(err));
115 name1, name2, offset1, offset2);
119 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1));
121 FAIL("Could get fdt1 property at %d", offset1);
130 "at (%d, %d)", name1, name2, offset1, offset2)
    [all...]
dtbs_equal_unordered.c 103 static void compare_properties(const void *fdt1, int offset1,
106 int offset = offset1;
109 for (offset = fdt_first_property_offset(fdt1, offset1);
149 static void compare_node(const void *fdt1, int offset1,
152 static void compare_subnodes(const void *fdt1, int offset1,
158 for (depth = 0, coffset1 = offset1;
177 static void compare_node(const void *fdt1, int offset1,
183 CHECK(fdt_get_path(fdt1, offset1, path1, sizeof(path1)));
191 compare_properties(fdt1, offset1, fdt2, offset2);
192 compare_properties(fdt2, offset2, fdt1, offset1);
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2)
165 delta <= offset1 &&
167 offset2 - delta != offset1;
170 int newOffset1 = offset1 - delta;
241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2)
244 if (offset2 < offset1)
246 int offset = offset1;
247 offset1 = offset2;
252 for (int offset = offset1; offset <= offset2; offset++)
  /external/sfntly/cpp/src/test/
test_utils.h 37 // @param offset1 offset for comparison in byte array 1
44 int32_t offset1,
48 // @param offset1 offset to start comparing the first ByteArray from
56 int32_t offset1,
  /frameworks/base/obex/javax/obex/
PrivateInputStream.java 118 int offset1 = offset; local
122 System.arraycopy(mData, mIndex, b, offset1, currentDataLength);
124 offset1 += currentDataLength;
134 System.arraycopy(mData, mIndex, b, offset1, remainReadLength);
PrivateOutputStream.java 98 int offset1 = offset; local
112 mArray.write(buffer, offset1, bufferLeft);
113 offset1 += bufferLeft;
118 mArray.write(buffer, offset1, remainLength);
  /external/brotli/enc/
backward_references.c 30 size_t offset1 = distance_plus_3 - (size_t)dist_cache[1]; local
37 } else if (offset1 < 7) {
38 return (0xFDB1ACE >> (4 * offset1)) & 0xF;
  /frameworks/base/keystore/java/android/security/keystore/
ArrayUtils.java 44 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2,
49 return subarray(arr1, offset1, len1);
52 System.arraycopy(arr1, offset1, result, 0, len1);
  /external/skia/src/utils/
SkInsetConvexPolygon.h 50 * @param offset1 Second endpoint of offset segment.
54 int side, SkPoint* offset0, SkPoint* offset1);
SkInsetConvexPolygon.cpp 54 int side, SkPoint* offset0, SkPoint* offset1) {
61 *offset1 = p1 + perp;
87 offset1->fX = p1.fX + (d1sq*dP.fX - side*d1*dP.fY*discrim) / dPlenSq;
88 offset1->fY = p1.fY + (d1sq*dP.fY + side*d1*dP.fX*discrim) / dPlenSq;
  /external/skia/tests/
PipeTest.cpp 66 size_t offset1 = stream.bytesWritten(); local
68 REPORTER_ASSERT(reporter, offset1 <= 32);
101 size_t offset1 = data->size(); local
102 REPORTER_ASSERT(reporter, offset1 <= 16);
137 size_t offset1 = stream.bytesWritten(); local
139 REPORTER_ASSERT(reporter, offset1 <= 16);
176 size_t offset1 = data->size(); local
177 REPORTER_ASSERT(reporter, offset1 <= 16);
  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 70 le_uint32 offset1 = 0, offset10 = 0; local
78 offset1 = SWAPL(esh->encodingOffset);
92 } else if (offset1 != 0) {
93 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 77 int32_t offset1, int32_t stride1,
95 buffer->offset[1] = offset1;
149 int32_t offset1, int32_t stride1,
169 offset0, stride0, offset1, stride1, offset2, stride2);
178 int32_t offset1, int32_t stride1,
182 offset0, stride0, offset1, stride1, offset2, stride2);
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKZoneOffset.java 557 ZoneOffset offset1 = ZoneOffset.ofHoursMinutesSeconds(1, 2, 3); local
559 assertTrue(offset1.compareTo(offset2) > 0);
560 assertTrue(offset2.compareTo(offset1) < 0);
561 assertTrue(offset1.compareTo(offset1) == 0);
570 ZoneOffset offset1 = ZoneOffset.ofHoursMinutesSeconds(1, 2, 3);
573 assertEquals(offset1.equals(offset2), false);
574 assertEquals(offset2.equals(offset1), false);
576 assertEquals(offset1.equals(offset1), true)
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeParseContext.java 202 * @param offset1 the offset into the first 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()) {
214 char ch1 = cs1.charAt(offset1 + i);
222 char ch1 = cs1.charAt(offset1 + i);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ala.h 222 tJBL_STATUS Check_Certificate_Tag(UINT8 *read_buf, UINT16 *offset1);
224 tJBL_STATUS Check_SerialNo_Tag(UINT8 *read_buf, UINT16 *offset1);
226 tJBL_STATUS Check_LSRootID_Tag(UINT8 *read_buf, UINT16 *offset1);
228 tJBL_STATUS Check_CertHoldID_Tag(UINT8 *read_buf, UINT16 *offset1);
230 tJBL_STATUS Check_Date_Tag(UINT8 *read_buf, UINT16 *offset1);
232 tJBL_STATUS Check_45_Tag(UINT8 *read_buf, UINT16 *offset1, UINT8 *tag45Len);
235 *pTranscv_Info, UINT8 *read_buf, UINT16 *offset1, UINT8 *tag45Len);
  /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 293 long offset1 = r1.getLocalFileHeaderOffset(); local
295 if (offset1 > offset2) {
297 } else if (offset1 < offset2) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 240 float offset1 = numbersRadius; local
249 textGridHeights[0] = yCenter - offset1;
250 textGridWidths[0] = xCenter - offset1;
261 textGridHeights[6] = yCenter + offset1;
262 textGridWidths[6] = xCenter + offset1;
  /external/compiler-rt/lib/asan/
asan_report.h 67 const char *offset1, uptr length1,
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 374 int offset1 = haveCrossedAllAppsColumn1 && x < cntX - 1 ? increment : 0;
375 newIconIndex = inspectMatrix(x, nextYPos1 + offset1, cntX, cntY, matrix);
458 int offset1 = haveCrossedAllAppsColumn1 && y < cntY - 1 ? increment : 0;
459 newIconIndex = inspectMatrix(nextXPos1 + offset1, y, cntX, cntY, matrix);

Completed in 2618 milliseconds

1 2 3 4 5 6