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

  /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/base/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 153 int offset1 = srcRect.fLeft % 8; local
154 int offset2 = 8 - offset1;
160 if (offset1) {
161 alphaDst[0] = src[x / 8] << offset1 |
  /external/icu4c/test/intltest/
tzregts.cpp 211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1103 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 324 TokensCompareInput(Handle<String> s1, int offset1, int len1,
326 : s1_(s1), offset1_(offset1), len1_(len1),
354 int offset1, int offset2)
355 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) {
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/valgrind/main/perf/
tinycc.c 6877 unsigned long offset, offset1; local
    [all...]

Completed in 517 milliseconds