Searched defs:offset2 (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java160 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) argument
169 delta <= offset2 &&
170 offset2 - delta != offset1;
174 int newOffset2 = offset2 - delta;
244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) argument
247 if (offset2 < offset1)
250 offset1 = offset2;
251 offset2 = offset;
255 for (int offset = offset1; offset <= offset2; offset++)
/external/libvpx/vp8/encoder/x86/
H A Dpreproc_mmx.c96 int offset2 = (ppi->frame % FRAMECOUNT); local
104 mov eax, offset2
230 int offset2 = (ppi->frame % FRAMECOUNT); local
239 mov eax, offset2
/external/chromium/third_party/icu/source/test/intltest/
H A Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1122 int32_t offset2 = cst->getOffset(1, local
1126 if(offset1 == offset2)
H A Dtzrulets.cpp551 int32_t offset2, dst2; local
559 ny->getOffset(times[i], FALSE, offset2, dst2, status);
563 if (offset1 != offset2 || dst1 != dst2) {
1612 int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
1616 if (offset1 != offset2) {
1625 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1629 if (offset1 != offset2) {
/external/icu4c/test/intltest/
H A Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, local
244 ERR_IF_FAIL(offset2 != SToffset)
1111 int32_t offset2 = cst->getOffset(1, local
1115 if(offset1 == offset2)
H A Dtzrulets.cpp562 int32_t offset2, dst2; local
570 ny->getOffset(times[i], FALSE, offset2, dst2, status);
574 if (offset1 != offset2 || dst1 != dst2) {
1623 int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
1627 if (offset1 != offset2) {
1636 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1640 if (offset1 != offset2) {
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A Driva_mmio.h430 U032 offset2; member in struct:_riva_hw_state

Completed in 136 milliseconds