Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java160 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) in commonByteCodeCount() argument
169 delta <= offset2 && in commonByteCodeCount()
170 offset2 - delta != offset1; in commonByteCodeCount()
174 int newOffset2 = offset2 - delta; in commonByteCodeCount()
244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) in exceptionBoundary() argument
247 if (offset2 < offset1) in exceptionBoundary()
250 offset1 = offset2; in exceptionBoundary()
251 offset2 = offset; in exceptionBoundary()
255 for (int offset = offset1; offset <= offset2; offset++) in exceptionBoundary()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_mouse.c84 cursor->ph_cursor->offset2.x = (short)hot_x; in ph_CreateWMCursor()
85 cursor->ph_cursor->offset2.y = (short)hot_y; in ph_CreateWMCursor()
/external/skia/src/pdf/
DSkPDFImage.cpp154 int offset2 = 8 - offset1; in extractImageData() local
162 src[x / 8 + 1] >> offset2; in extractImageData()
/external/icu4c/test/intltest/
Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, in Test4084933() local
244 ERR_IF_FAIL(offset2 != SToffset) in Test4084933()
1108 int32_t offset2 = cst->getOffset(1, in TestJDK12API() local
1112 if(offset1 == offset2) in TestJDK12API()
Dtzrulets.cpp567 int32_t offset2, dst2; in TestHistoricalRuleBasedTimeZone() local
575 ny->getOffset(times[i], FALSE, offset2, dst2, status); in TestHistoricalRuleBasedTimeZone()
579 if (offset1 != offset2 || dst1 != dst2) { in TestHistoricalRuleBasedTimeZone()
1631 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage() local
1635 if (offset1 != offset2) { in TestVTimeZoneCoverage()
1644 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1648 if (offset1 != offset2) { in TestVTimeZoneCoverage()
/external/v8/src/
Dliveedit.cc325 Handle<String> s2, int offset2, int len2) in TokensCompareInput() argument
327 s2_(s2), offset2_(offset2), len2_(len2) { in TokensCompareInput()
354 int offset1, int offset2) in TokensCompareOutput() argument
355 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) { in TokensCompareOutput()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
Driva_mmio.h430 U032 offset2; member
/external/valgrind/unittest/
Dracecheck_unittest.cc5451 void RunTwoThreads(size_t size1, size_t offset1, size_t size2, size_t offset2) { in RunTwoThreads() argument
5455 offset[1] = offset2; in RunTwoThreads()
5458 long beg2 = offset2 * size2; in RunTwoThreads()
5483 void TestTwoSizes(size_t size1, size_t offset1, size_t size2, size_t offset2) { in TestTwoSizes() argument
5484 RunTwoThreads(size1, offset1, size2, offset2); in TestTwoSizes()
5485 RunTwoThreads(size2, offset2, size1, offset1); in TestTwoSizes()
/external/valgrind/main/VEX/priv/
Dir_opt.c2316 Int offset2, IRType ty2 ) in getAliasingRelation_IC() argument
2321 minoff2 = offset2; in getAliasingRelation_IC()