Home
last modified time | relevance | path

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

123

/external/valgrind/none/tests/s390x/
Dclc.c36 void multiplex(int l, long offset1, long offset2) in multiplex() argument
38 testrun(b1 + offset1, b1 + offset2, l); in multiplex()
39 testrun(b1 + offset1, b2 + offset2, l); in multiplex()
40 testrun(b1 + offset1, b3 + offset2, l); in multiplex()
41 testrun(b1 + offset1, b4 + offset2, l); in multiplex()
42 testrun(b2 + offset1, b2 + offset2, l); in multiplex()
43 testrun(b2 + offset1, b3 + offset2, l); in multiplex()
44 testrun(b2 + offset1, b4 + offset2, l); in multiplex()
45 testrun(b3 + offset1, b3 + offset2, l); in multiplex()
46 testrun(b3 + offset1, b4 + offset2, l); in multiplex()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) in commonByteCodeCount() argument
166 delta <= offset2 && in commonByteCodeCount()
167 offset2 - delta != offset1; in commonByteCodeCount()
171 int newOffset2 = offset2 - delta; in commonByteCodeCount()
241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) in exceptionBoundary() argument
244 if (offset2 < offset1) in exceptionBoundary()
247 offset1 = offset2; in exceptionBoundary()
248 offset2 = offset; in exceptionBoundary()
252 for (int offset = offset1; offset <= offset2; offset++) in exceptionBoundary()
/external/opencv3/modules/features2d/src/
Dagast.cpp80 register short offset2 = (short) pixel_5_8_[2]; in AGAST_5_8() local
105 if(ptr[offset2] > cb) in AGAST_5_8()
188 if(ptr[offset2] < c_b) in AGAST_5_8()
218 if(ptr[offset2] < c_b) in AGAST_5_8()
322 if(ptr[offset2] > cb) in AGAST_5_8()
369 if(ptr[offset2] > cb) in AGAST_5_8()
399 if(ptr[offset2] < c_b) in AGAST_5_8()
441 if(ptr[offset2] > cb) in AGAST_5_8()
536 if(ptr[offset2] < c_b) in AGAST_5_8()
566 if(ptr[offset2] < c_b) in AGAST_5_8()
[all …]
Dagast_score.cpp102 register short offset2 = (short) pixel[2]; in agast_cornerScore() local
122 if(ptr[offset2] > cb) in agast_cornerScore()
743 else if(ptr[offset2] < c_b) in agast_cornerScore()
1046 if(ptr[offset2] > cb) in agast_cornerScore()
1209 else if(ptr[offset2] < c_b) in agast_cornerScore()
1977 if(ptr[offset2] > cb) in agast_cornerScore()
2066 if(ptr[offset2] < c_b) in agast_cornerScore()
2177 register short offset2 = (short) pixel[2]; in agast_cornerScore() local
2194 if(ptr[offset2] > cb) in agast_cornerScore()
2360 if(ptr[offset2] > cb) in agast_cornerScore()
[all …]
/external/elfutils/libcpu/defs/
Di386.doc62 5bit offset2
67 4bit offset2
72 1bit offset2
/external/sfntly/cpp/src/test/
Dtest_utils.h46 int32_t offset2);
58 int32_t offset2,
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll20 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
38 ; CHECK: lw $6, [[offset2]]($sp)
62 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
78 ; CHECK: lw $6, [[offset2]]($sp)
Deh-return64.ll21 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
39 ; CHECK: ld $6, [[offset2]]($sp)
65 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
81 ; CHECK: ld $6, [[offset2]]($sp)
Dstchar.ll57 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}})
58 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c74 int32_t offset2, int32_t stride2) in create_buffer() argument
93 buffer->offset[2] = offset2; in create_buffer()
144 int32_t offset2, int32_t stride2) in drm_create_planar_buffer() argument
163 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop4.ll28 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2
29 store i32 %iv2, i32* %offset2, align 4
/external/llvm/test/Analysis/Delinearization/
Dmultidim_ivs_and_integer_offsets_3d.ll35 %offset2 = add nsw i64 %k, 7
36 %subscript = add i64 %subscript2, %offset2
Dmultidim_ivs_and_parameteric_offsets_3d.ll35 %offset2 = add nsw i64 %k, %r
36 %subscript = add i64 %subscript2, %offset2
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc99 const char *offset2, uptr length2) { in RangesOverlap() argument
100 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in RangesOverlap()
104 const char *offset2 = (const char*)_offset2; \
105 if (RangesOverlap(offset1, length1, offset2, length2)) { \
108 offset2, length2, &stack); \
Dasan_report.h68 const char *offset2, uptr length2,
/external/libevent/
Devent_tagging.c576 int len, offset, offset2; in evtag_unmarshal_timeval() local
586 if ((offset2 = decode_int_internal(&integer, evbuf, offset)) == -1) in evtag_unmarshal_timeval()
589 if (offset + offset2 > len) /* XXX Should this be != instead of > ? */ in evtag_unmarshal_timeval()
/external/llvm/test/DebugInfo/X86/
Ddebug-loc-offset.ll11 ; debug-loc-offset2.cc
129 !10 = !DIFile(filename: "debug-loc-offset2.cc", directory: "/llvm_cmake_gcc")
134 !15 = !DIFile(filename: "debug-loc-offset2.cc", directory: "/llvm_cmake_gcc")
/external/llvm/test/Transforms/LoopVectorize/
Druntime-check.ll44 define void @test_runtime_check(float* %a, float %b, i64 %offset, i64 %offset2, i64 %n) {
53 %ind.sum2 = add i64 %iv, %offset2
Dinduction.ll46 define void @scalar_use(float* %a, float %b, i64 %offset, i64 %offset2, i64 %n) {
55 %ind.sum2 = add i64 %iv, %offset2
/external/webp/src/demux/
Danim_decode.c386 const size_t offset2 = canvas_y * width + left2; in WebPAnimDecoderGetNext() local
387 blend_row((uint32_t*)dec->curr_frame_ + offset2, in WebPAnimDecoderGetNext()
388 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegression.java110 long offset2 = tz.getOffset(1, in Test4084933() local
135 if (offset1 != SToffset || offset2 != SToffset || in Test4084933()
1168 …int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNE… in TestJohannesburg() local
1170 if(offset2 != expectedOffset) { in TestJohannesburg()
1171 …errln("FAIL: zone " + j_id +" returned offset in December " + offset2 +", expected "+expectedOffse… in TestJohannesburg()
1173 logln("OK: zone " + j_id +" returned offset in December: " + offset2); in TestJohannesburg()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegression.java106 long offset2 = tz.getOffset(1, in Test4084933() local
131 if (offset1 != SToffset || offset2 != SToffset || in Test4084933()
1164 …int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNE… in TestJohannesburg() local
1166 if(offset2 != expectedOffset) { in TestJohannesburg()
1167 …errln("FAIL: zone " + j_id +" returned offset in December " + offset2 +", expected "+expectedOffse… in TestJohannesburg()
1169 logln("OK: zone " + j_id +" returned offset in December: " + offset2); in TestJohannesburg()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java205 int offset2 = r2.getRawOffset() + r2.getDSTSavings(); in setRawOffset() local
207 if (offset1 > offset2) { in setRawOffset()
210 sav = offset1 - offset2; in setRawOffset()
214 sav = offset2 - offset1; in setRawOffset()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java207 int offset2 = r2.getRawOffset() + r2.getDSTSavings(); in setRawOffset() local
209 if (offset1 > offset2) { in setRawOffset()
212 sav = offset1 - offset2; in setRawOffset()
216 sav = offset2 - offset1; in setRawOffset()
/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp213 int32_t offset2 = tz->getOffset(1, in Test4084933() local
244 ERR_IF_FAIL(offset2 != SToffset) in Test4084933()
1112 int32_t offset2 = cst->getOffset(1, in TestJDK12API() local
1116 if(offset1 == offset2) in TestJDK12API()

123