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

1 2

  /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++)
  /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/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);
  /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/qemu/distrib/sdl-1.2.12/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;
  /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/skia/src/pdf/
SkPDFImage.cpp 152 int offset1 = srcRect.fLeft % 8; local
153 int offset2 = 8 - offset1;
159 if (offset1) {
160 alphaDst[0] = src[x / 8] << offset1 |
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 149 static inline bool RangesOverlap(const char *offset1, size_t length1,
151 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
154 const char *offset1 = (const char*)_offset1; \
156 if (RangesOverlap(offset1, length1, offset2, length2)) { \
159 name, offset1, offset1 + length1, offset2, offset2 + length2); \
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 1176 INT strideIn, strideOut, offset0, offset1; local
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1107 int32_t offset1 = pst->getOffset(1, local
    [all...]
tzrulets.cpp 566 int32_t offset1, dst1; local
571 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
579 if (offset1 != offset2 || dst1 != dst2) {
1627 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
    [all...]
  /external/svox/pico/lib/
picokdt.c 1566 picoos_uint16 offset1; local
    [all...]
  /external/grub/netboot/
sk_g16.c 755 long offset1, offset0 = inb(ioaddr); local
757 ((offset1 = inb(ioaddr + 1)) == SK_IDHIGH))
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 429 U032 offset1; member in struct:_riva_hw_state
  /external/v8/src/
liveedit.cc 381 TokensCompareInput(Handle<String> s1, int offset1, int len1,
383 : s1_(s1), offset1_(offset1), len1_(len1),
411 int offset1, int offset2)
412 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) {
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/valgrind/main/perf/
tinycc.c 6877 unsigned long offset, offset1; local
    [all...]

Completed in 813 milliseconds

1 2