Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 20 of 20) sorted by relevance

/external/valgrind/main/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.java160 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) in commonByteCodeCount() argument
168 delta <= offset1 && in commonByteCodeCount()
170 offset2 - delta != offset1; in commonByteCodeCount()
173 int newOffset1 = offset1 - delta; in commonByteCodeCount()
244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) in exceptionBoundary() argument
247 if (offset2 < offset1) in exceptionBoundary()
249 int offset = offset1; in exceptionBoundary()
250 offset1 = offset2; in exceptionBoundary()
255 for (int offset = offset1; offset <= offset2; offset++) in exceptionBoundary()
/external/icu4c/samples/layout/
Dcmaps.cpp64 le_uint32 offset1 = 0, offset10 = 0; in createUnicodeMapper() local
72 offset1 = SWAPL(esh->encodingOffset); in createUnicodeMapper()
86 } else if (offset1 != 0) { in createUnicodeMapper()
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1); in createUnicodeMapper()
/external/icu4c/test/letest/
Dcmaps.cpp58 le_uint32 offset1 = 0, offset10 = 0; in createUnicodeMapper() local
66 offset1 = SWAPL(esh->encodingOffset); in createUnicodeMapper()
80 } else if (offset1 != 0) { in createUnicodeMapper()
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1); in createUnicodeMapper()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc66 static inline bool RangesOverlap(const char *offset1, uptr length1, in RangesOverlap() argument
68 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in RangesOverlap()
71 const char *offset1 = (const char*)_offset1; \
73 if (RangesOverlap(offset1, length1, offset2, length2)) { \
75 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
Dasan_report.cc321 const char *function, const char *offset1, uptr length1, in ReportStringFunctionMemoryRangesOverlap() argument
326 function, offset1, offset1 + length1, offset2, offset2 + length2); in ReportStringFunctionMemoryRangesOverlap()
328 DescribeAddress((uptr)offset1, length1); in ReportStringFunctionMemoryRangesOverlap()
Dasan_report.h42 const char *function, const char *offset1, uptr length1,
/external/skia/src/pdf/
DSkPDFImage.cpp152 int offset1 = srcRect.fLeft % 8; in extractImageData() local
153 int offset2 = 8 - offset1; in extractImageData()
159 if (offset1) { in extractImageData()
160 alphaDst[0] = src[x / 8] << offset1 | in extractImageData()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_mouse.c78 cursor->ph_cursor->offset1.x = (short)hot_x; in ph_CreateWMCursor()
79 cursor->ph_cursor->offset1.y = (short)hot_y; in ph_CreateWMCursor()
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector.h140 Index offset1 = (FirstAligned && alignmentStep==1?3:1);
147 ptmp1 = pset1<RhsPacket>(alpha*rhs[(i+offset1)*rhsIncr]),
152 const LhsScalar *lhs0 = lhs + i*lhsStride, *lhs1 = lhs + (i+offset1)*lhsStride,
392 Index offset1 = (FirstAligned && alignmentStep==1?3:1);
402 const LhsScalar *lhs0 = lhs + i*lhsStride, *lhs1 = lhs + (i+offset1)*lhsStride,
492 res[(i+offset1)*resIncr] += alpha*tmp1;
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1189 INT strideIn, strideOut, offset0, offset1; in sbrDecoder_DecodeElement() local
1289 offset1 = channelMapping[1]; in sbrDecoder_DecodeElement()
1294 offset1 = channelMapping[1]*2*codecFrameSize; in sbrDecoder_DecodeElement()
1304 timeData + offset1, in sbrDecoder_DecodeElement()
1318 timeData + offset1, in sbrDecoder_DecodeElement()
1319 timeData + offset1, in sbrDecoder_DecodeElement()
/external/llvm/test/Transforms/ScalarRepl/
Ddynamic-vector-gep.ll145 ; CHECK: %[[offset1:[\.a-z0-9]*]] = add i32 %idx1, 1
146 …ins:[\.a-z0-9]*]] = insertelement <4 x float> zeroinitializer, float 1.000000e+00, i32 %[[offset1]]
/external/icu4c/test/intltest/
Dtzregts.cpp211 int32_t offset1 = tz->getOffset(1, in Test4084933() local
243 ERR_IF_FAIL(offset1 != SToffset) in Test4084933()
1107 int32_t offset1 = pst->getOffset(1, in TestJDK12API() local
1116 if(offset1 == offset2) in TestJDK12API()
Dtzrulets.cpp566 int32_t offset1, dst1; in TestHistoricalRuleBasedTimeZone() local
571 rbtz->getOffset(times[i], FALSE, offset1, dst1, status); in TestHistoricalRuleBasedTimeZone()
579 if (offset1 != offset2 || dst1 != dst2) { in TestHistoricalRuleBasedTimeZone()
1627 …int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage() local
1635 if (offset1 != offset2) { in TestVTimeZoneCoverage()
1640 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1648 if (offset1 != offset2) { in TestVTimeZoneCoverage()
/external/grub/netboot/
Dsk_g16.c755 long offset1, offset0 = inb(ioaddr); in SK_probe() local
757 ((offset1 = inb(ioaddr + 1)) == SK_IDHIGH)) in SK_probe()
/external/svox/pico/lib/
Dpicokdt.c1566 picoos_uint16 offset1; in kdtMapOutVar() local
1616 offset1 = 0; in kdtMapOutVar()
1618 offset1 = (((picoos_uint16)(dt->outmaptable[off2ind - 1])) << 8 | in kdtMapOutVar()
1622 dt->outmaptable[off2ind]) - offset1; in kdtMapOutVar()
1624 PICODBG_TRACE(("offset1 %d, nr %d, pos %d", offset1, *nr, pos)); in kdtMapOutVar()
1627 pos += (size * nrinbytes) + offset1; in kdtMapOutVar()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
Driva_mmio.h429 U032 offset1; member
/external/v8/src/
Dliveedit.cc381 TokensCompareInput(Handle<String> s1, int offset1, int len1, in TokensCompareInput() argument
383 : s1_(s1), offset1_(offset1), len1_(len1), in TokensCompareInput()
411 int offset1, int offset2) in TokensCompareOutput() argument
412 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) { in TokensCompareOutput()
/external/valgrind/unittest/
Dracecheck_unittest.cc5451 void RunTwoThreads(size_t size1, size_t offset1, size_t size2, size_t offset2) { in RunTwoThreads() argument
5454 offset[0] = offset1; in RunTwoThreads()
5456 long beg1 = offset1 * size1; 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/perf/
Dtinycc.c6877 unsigned long offset, offset1; in section_ptr_add() local
6880 offset1 = offset + size; in section_ptr_add()
6881 if (offset1 > sec->data_allocated) in section_ptr_add()
6882 section_realloc(sec, offset1); in section_ptr_add()
6883 sec->data_offset = offset1; in section_ptr_add()