Searched defs:offset1 (Results 1 - 25 of 35) sorted by relevance

12

/external/valgrind/main/none/tests/s390x/
H A Dclc.c36 void multiplex(int l, long offset1, long offset2) argument
38 testrun(b1 + offset1, b1 + offset2, l);
39 testrun(b1 + offset1, b2 + offset2, l);
40 testrun(b1 + offset1, b3 + offset2, l);
41 testrun(b1 + offset1, b4 + offset2, l);
42 testrun(b2 + offset1, b2 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b3 + offset1, b
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) argument
165 delta <= offset1 &&
167 offset2 - delta != offset1;
170 int newOffset1 = offset1 - delta;
241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) argument
244 if (offset2 < offset1)
246 int offset = offset1;
247 offset1 = offset2;
252 for (int offset = offset1; offset <= offset2; offset++)
/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.cc152 uint16_t offset1, offset2; local
154 !loca_buf.ReadU16(&offset1) ||
156 offset2 < offset1 ||
160 *glyph_data = glyf_table->data + 2 * offset1;
161 *glyph_size = 2 * (offset2 - offset1);
163 uint32_t offset1, offset2; local
165 !loca_buf.ReadU32(&offset1) ||
167 offset2 < offset1 ||
171 *glyph_data = glyf_table->data + offset1;
172 *glyph_size = offset2 - offset1;
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dcmaps.cpp64 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/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c73 int32_t offset1, int32_t stride1,
91 buffer->offset[1] = offset1;
143 int32_t offset1, int32_t stride1,
163 offset0, stride0, offset1, stride1, offset2, stride2);
69 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
138 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp64 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/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c73 int32_t offset1, int32_t stride1,
91 buffer->offset[1] = offset1;
143 int32_t offset1, int32_t stride1,
163 offset0, stride0, offset1, stride1, offset2, stride2);
69 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
138 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator_test.cc322 FencedAllocator::Offset offset1 = allocator_->Alloc(kSize); local
323 ASSERT_NE(FencedAllocator::kInvalidOffset, offset1);
327 allocator_->Free(offset1);
334 offset1 = allocator_->Alloc(2 * kSize);
335 ASSERT_NE(FencedAllocator::kInvalidOffset, offset1);
339 allocator_->Free(offset1);
365 FencedAllocator::Offset offset1 = allocator_->Alloc(kSize); local
366 ASSERT_NE(FencedAllocator::kInvalidOffset, offset1);
370 allocator_->Free(offset1);
H A Dmapped_memory_unittest.cc186 unsigned int offset1 = 0xFFFFFFFFU; local
187 void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
190 EXPECT_EQ(0u, offset1);
198 EXPECT_EQ(offset1, offset2);
297 unsigned int offset1 = 0xFFFFFFFFU; local
298 void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
311 EXPECT_EQ(0u, offset1);
329 unsigned int offset1 = 0xFFFFFFFFU; local
330 void* mem1 = manager_->Alloc(kChunkSize, &id1, &offset1);
333 EXPECT_EQ(0u, offset1);
362 unsigned int offset1 = 0xFFFFFFFFU; local
429 unsigned int offset1; local
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h145 Index offset1 = (FirstAligned && alignmentStep==1?3:1); local
152 ptmp1 = pset1<RhsPacket>(alpha*rhs[(i+offset1)*rhsIncr]),
157 const LhsScalar *lhs0 = lhs + i*lhsStride, *lhs1 = lhs + (i+offset1)*lhsStride,
408 Index offset1 = (FirstAligned && alignmentStep==1?3:1); local
418 const LhsScalar *lhs0 = lhs + i*lhsStride, *lhs1 = lhs + (i+offset1)*lhsStride,
511 res[(i+offset1)*resIncr] += alpha*tmp1;
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp1222 INT strideIn, strideOut, offset0, offset1; local
1331 offset1 = channelMapping[1];
1336 offset1 = channelMapping[1]*2*codecFrameSize;
1346 timeData + offset1,
1360 timeData + offset1,
1361 timeData + offset1,
/external/freetype/src/sfnt/
H A Dsfobjs.c391 FT_ULong offset1 = table1->Offset; local
395 if ( offset1 > offset2 )
397 else if ( offset1 < offset2 )
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1107 int32_t offset1 = pst->getOffset(1, local
1116 if(offset1 == offset2)
H A Dtzrulets.cpp567 int32_t offset1, dst1; local
572 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
580 if (offset1 != offset2 || dst1 != dst2) {
1628 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
1636 if (offset1 != offset2) {
1641 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1649 if (offset1 != offset2) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.c836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
879 offset1 = vb1->buffer_offset + velem[i].src_offset +
883 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride;
896 OUT_CS(offset1);
906 offset1 = vb1->buffer_offset + velem[i].src_offset +
910 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride;
914 OUT_CS(offset1);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc63 static inline bool RangesOverlap(const char *offset1, uptr length1, argument
65 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
68 const char *offset1 = (const char*)_offset1; \
70 if (RangesOverlap(offset1, length1, offset2, length2)) { \
72 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
H A Dasan_report.cc715 const char *function, const char *offset1, uptr length1,
724 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
727 DescribeAddress((uptr)offset1, length1);
714 ReportStringFunctionMemoryRangesOverlap( const char *function, const char *offset1, uptr length1, const char *offset2, uptr length2, StackTrace *stack) argument
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1107 int32_t offset1 = pst->getOffset(1, local
1116 if(offset1 == offset2)
H A Dtzrulets.cpp565 int32_t offset1, dst1; local
570 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
578 if (offset1 != offset2 || dst1 != dst2) {
1626 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
1634 if (offset1 != offset2) {
1639 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status);
1647 if (offset1 != offset2) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
879 offset1 = vb1->buffer_offset + velem[i].src_offset +
883 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride;
896 OUT_CS(offset1);
906 offset1 = vb1->buffer_offset + velem[i].src_offset +
910 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride;
914 OUT_CS(offset1);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c187 * \param offset1 resulting relative offset for coord0 + 1
202 LLVMValueRef *offset1,
213 * way to calculate offset1 relative to offset0. Instead, compute them
214 * independently. Otherwise, try to compute offset0 and offset1 with
270 offset1, i1);
296 *offset1 = LLVMBuildAnd(builder,
318 *offset1 = lp_build_add(int_coord_bld,
332 *offset1 = int_coord_bld->zero;
192 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1842 size_t offset1 = static_cast<char*>(ptr) - static_cast<char*>(NULL); local
1845 ASSERT((offset1 >> kInvariantBits) << kInvariantBits == offset1);
1852 ret ^= static_cast<MarkType>(offset1 >> kInvariantBits) ^
1856 ret += static_cast<MarkType>(offset1 >> 8) ^
1857 static_cast<MarkType>(offset1 >> 16) ^
1858 static_cast<MarkType>(offset1 >> 24) ;
1862 ret += offset1 >> 16;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c187 * \param offset1 resulting relative offset for coord0 + 1
202 LLVMValueRef *offset1,
213 * way to calculate offset1 relative to offset0. Instead, compute them
214 * independently. Otherwise, try to compute offset0 and offset1 with
270 offset1, i1);
296 *offset1 = LLVMBuildAnd(builder,
318 *offset1 = lp_build_add(int_coord_bld,
332 *offset1 = int_coord_bld->zero;
192 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) argument
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h429 U032 offset1; member in struct:_riva_hw_state
/external/svox/pico/lib/
H A Dpicokdt.c1566 picoos_uint16 offset1; local
1614 /* get number of output values, offset2 - offset1 */
1616 offset1 = 0;
1618 offset1 = (((picoos_uint16)(dt->outmaptable[off2ind - 1])) << 8 |
1622 dt->outmaptable[off2ind]) - offset1;
1624 PICODBG_TRACE(("offset1 %d, nr %d, pos %d", offset1, *nr, pos));
1627 pos += (size * nrinbytes) + offset1;

Completed in 4533 milliseconds

12