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

1 2 3

  /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)
168 delta <= offset1 &&
170 offset2 - delta != offset1;
173 int newOffset1 = offset1 - delta;
244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2)
247 if (offset2 < offset1)
249 int offset = offset1;
250 offset1 = offset2;
255 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/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc 169 unsigned int offset1 = 0xFFFFFFFFU; local
170 void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
173 EXPECT_EQ(0u, offset1);
181 EXPECT_EQ(offset1, offset2);
259 unsigned int offset1 = 0xFFFFFFFFU; local
260 void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
290 unsigned int offset1 = 0xFFFFFFFFU; local
291 void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
304 EXPECT_EQ(0u, offset1);
fenced_allocator_test.cc 314 FencedAllocator::Offset offset1 = allocator_->Alloc(kSize); local
315 ASSERT_NE(FencedAllocator::kInvalidOffset, offset1);
319 allocator_->Free(offset1);
326 offset1 = allocator_->Alloc(2 * kSize);
327 ASSERT_NE(FencedAllocator::kInvalidOffset, offset1);
331 allocator_->Free(offset1);
357 FencedAllocator::Offset offset1 = allocator_->Alloc(kSize); local
358 ASSERT_NE(FencedAllocator::kInvalidOffset, offset1);
362 allocator_->Free(offset1);
ring_buffer_test.cc 174 RingBuffer::Offset offset1 = allocator_->Alloc(kSize); local
175 EXPECT_EQ(kBaseOffset, offset1);
180 allocator_->FreePendingToken(offset1, helper_->InsertToken());
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 58 le_uint32 offset1 = 0, offset10 = 0; local
66 offset1 = SWAPL(esh->encodingOffset);
80 } else if (offset1 != 0) {
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 58 le_uint32 offset1 = 0, offset10 = 0; local
66 offset1 = SWAPL(esh->encodingOffset);
80 } else if (offset1 != 0) {
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/icu4c/samples/layout/
cmaps.cpp 64 le_uint32 offset1 = 0, offset10 = 0; local
72 offset1 = SWAPL(esh->encodingOffset);
86 } else if (offset1 != 0) {
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/icu4c/test/letest/
cmaps.cpp 58 le_uint32 offset1 = 0, offset10 = 0; local
66 offset1 = SWAPL(esh->encodingOffset);
80 } else if (offset1 != 0) {
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.h 55 OffsetPolygonEdge(const FloatPoint& reflexVertex, const FloatSize& offset1, const FloatSize& offset2)
56 : m_vertex1(reflexVertex + offset1)
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 29 int offset1 = y_position * orgPitch + x_position; local
43 pSrc = currInput->YCbCr[0] + offset1;
44 pDst = video->currPic->Sl + offset1;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
112 pSrc = currInput->YCbCr[2] + ((offset1 + x_position) >> 2);
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.c 73 int32_t offset1, int32_t stride1,
91 buffer->offset[1] = offset1;
143 int32_t offset1, int32_t stride1,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/compiler-rt/lib/asan/
asan_report.h 46 const char *function, const char *offset1, uptr length1,
asan_interceptors.cc 61 static inline bool RangesOverlap(const char *offset1, uptr length1,
63 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
66 const char *offset1 = (const char*)_offset1; \
68 if (RangesOverlap(offset1, length1, offset2, length2)) { \
70 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
asan_report.cc 617 const char *function, const char *offset1, uptr length1,
626 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
629 DescribeAddress((uptr)offset1, length1);
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 73 int32_t offset1, int32_t stride1,
91 buffer->offset[1] = offset1;
143 int32_t offset1, int32_t stride1,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 78 cursor->ph_cursor->offset1.x = (short)hot_x;
79 cursor->ph_cursor->offset1.y = (short)hot_y;
  /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;
  /dalvik/vm/
UtfString.cpp 364 int offset1 = dvmGetFieldInt(strObj1, STRING_FIELDOFF_OFFSET); local
377 assert(offset1 + len1 <= (int) chars1->length);
380 return memcmp((const u2*)(void*)chars1->contents + offset1,
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 135 int offset1 = srcRect.fLeft % 8; local
136 int offset2 = 8 - offset1;
142 if (offset1) {
143 alphaDst[0] = src[x / 8] << offset1 |
  /external/skia/src/pdf/
SkPDFImage.cpp 135 int offset1 = srcRect.fLeft % 8; local
136 int offset2 = 8 - offset1;
142 if (offset1) {
143 alphaDst[0] = src[x / 8] << offset1 |
  /art/compiler/dex/quick/mips/
assemble_mips.cc 541 int offset1 = (reinterpret_cast<LIR*>(lir->operands[2]))->offset; local
544 int delta = offset2 - offset1;
568 int offset1 = (reinterpret_cast<LIR*>(lir->operands[2]))->offset; local
571 int delta = offset2 - offset1;
574 int offset1 = (reinterpret_cast<LIR*>(lir->operands[2]))->offset; local
577 int delta = offset2 - offset1;
    [all...]

Completed in 769 milliseconds

1 2 3