Searched refs:offset2 (Results 1 - 25 of 36) sorted by relevance

12

/external/valgrind/main/none/tests/s390x/
H A Dclc.c36 void multiplex(int l, long offset1, long offset2) argument
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,
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) argument
166 delta <= offset2 &&
167 offset2 - delta != offset1;
171 int newOffset2 = offset2 - delta;
241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) argument
244 if (offset2 < offset1)
247 offset1 = offset2;
248 offset2 = offset;
252 for (int offset = offset1; offset <= offset2; offset++)
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils.h39 // @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,
/external/sfntly/cpp/src/test/
H A Dtest_utils.h39 // @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,
/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.cc152 uint16_t offset1, offset2; local
155 !loca_buf.ReadU16(&offset2) ||
156 offset2 < offset1 ||
157 2 * offset2 > glyf_table->length) {
161 *glyph_size = 2 * (offset2 - offset1);
163 uint32_t offset1, offset2; local
166 !loca_buf.ReadU32(&offset2) ||
167 offset2 < offset1 ||
168 offset2 > glyf_table->length) {
172 *glyph_size = offset2
[all...]
/external/chromium_org/third_party/ots/tools/
H A Dttf-checksum.py33 for offset2 in range(toffset, toffset + tlength, 4):
34 sum += readU32(contents, offset2)
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc193 unsigned int offset2 = 0xFFFFFFFFU; local
195 void* mem2 = manager_->Alloc(kSize, &id2, &offset2);
198 EXPECT_EQ(offset1, offset2);
300 unsigned int offset2 = 0xFFFFFFFFU; local
301 void* mem2 = manager_->Alloc(kSize, &id2, &offset2);
312 EXPECT_EQ(kSize, offset2);
338 unsigned int offset2 = 0xFFFFFFFFU; local
339 void* mem2 = manager_->Alloc(kChunkSize, &id2, &offset2);
342 EXPECT_EQ(0u, offset2);
371 unsigned int offset2 local
435 unsigned int offset2; local
[all...]
H A Dfenced_allocator_test.cc324 FencedAllocator::Offset offset2 = allocator_->Alloc(kSize); local
325 ASSERT_NE(FencedAllocator::kInvalidOffset, offset2);
340 allocator_->Free(offset2);
367 FencedAllocator::Offset offset2 = allocator_->Alloc(kSize); local
368 ASSERT_NE(FencedAllocator::kInvalidOffset, offset2);
376 allocator_->FreePendingToken(offset2, token);
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c74 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);
69 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, 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) argument
138 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, 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) argument
/external/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c74 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);
69 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, 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) argument
138 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, 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) argument
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_mouse.c84 cursor->ph_cursor->offset2.x = (short)hot_x;
85 cursor->ph_cursor->offset2.y = (short)hot_y;
/external/compiler-rt/lib/asan/
H A Dasan_report.h50 const char *offset2, uptr length2, StackTrace *stack);
H A Dasan_interceptors.cc64 const char *offset2, uptr length2) {
65 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
69 const char *offset2 = (const char*)_offset2; \
70 if (RangesOverlap(offset1, length1, offset2, length2)) { \
73 offset2, length2, &stack); \
63 RangesOverlap(const char *offset1, uptr length1, const char *offset2, uptr length2) argument
H A Dasan_report.cc716 const char *offset2, uptr length2, StackTrace *stack) {
724 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
728 DescribeAddress((uptr)offset2, length2);
714 ReportStringFunctionMemoryRangesOverlap( const char *function, const char *offset1, uptr length1, const char *offset2, uptr length2, StackTrace *stack) argument
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
H A Dmemcpy.S100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \
113 std %t4, [%dst + (offset) + (offset2) - 0x04]; \
114 std %t0, [%dst + (offset) + (offset2) + 0x04]; \
118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \
133 std %t0, [%dst + (offset) + (offset2) + 0x00]; \
134 std %t2, [%dst + (offset) + (offset2) + 0x08];
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1112 int32_t offset2 = cst->getOffset(1, local
1116 if(offset1 == offset2)
H A Dtzrulets.cpp568 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
1636 if (offset1 != offset2) {
1645 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1649 if (offset1 != offset2) {
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1112 int32_t offset2 = cst->getOffset(1, local
1116 if(offset1 == offset2)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.c836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
887 offset2 = vb2->buffer_offset + velem[i+1].src_offset +
891 offset2 = vb2->buffer_offset + velem[i+1].src_offset + offset * vb2->stride;
897 OUT_CS(offset2);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
887 offset2 = vb2->buffer_offset + velem[i+1].src_offset +
891 offset2 = vb2->buffer_offset + velem[i+1].src_offset + offset * vb2->stride;
897 OUT_CS(offset2);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h430 U032 offset2; member in struct:_riva_hw_state
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c386 int offset2 = 0; local
394 &offset2, &len2);
409 offset = offset2;
/external/freetype/src/sfnt/
H A Dsfobjs.c392 FT_ULong offset2 = table2->Offset; local
395 if ( offset1 > offset2 )
397 else if ( offset1 < offset2 )
/external/webp/src/enc/
H A Dbackward_references.c386 int offset2 = 0; local
394 &offset2, &len2);
409 offset = offset2;
/external/chromium_org/v8/src/
H A Dliveedit.cc358 Handle<String> s2, int offset2, int len2)
360 s2_(s2), offset2_(offset2), len2_(len2) {
387 int offset1, int offset2)
388 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) {
357 TokensCompareInput(Handle<String> s1, int offset1, int len1, Handle<String> s2, int offset2, int len2) argument
386 TokensCompareOutput(CompareOutputArrayWriter* array_writer, int offset1, int offset2) argument

Completed in 1022 milliseconds

12