Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dcl_utils.h20 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions() argument
25 return (offset1 <= offset2 && offset2 <= offset1 + size - 1u) || in OverlapRegions()
26 (offset2 <= offset1 && offset1 <= offset2 + size - 1u); in OverlapRegions()
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dtelldir.c41 long offset2 = 0; in telldir_0100() local
46 offset2 = telldir(dir); in telldir_0100()
50 if (offset1 == offset2) { in telldir_0100()
51 t_error("%s offset2 invalid", __func__); in telldir_0100()
/third_party/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c65 int32_t offset2, int32_t stride2) in create_buffer()
84 buffer->offset[2] = offset2; in create_buffer()
141 int32_t offset2, int32_t stride2) in drm_create_planar_buffer()
160 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
170 int32_t offset2, int32_t stride2) in drm_create_prime_buffer()
173 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_prime_buffer()
59 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int fd, 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) create_buffer() argument
135 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) drm_create_planar_buffer() argument
164 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, 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) drm_create_prime_buffer() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DMtxWriter.java102 int offset2 = 10 + compressed1.length; in packMtx()
103 int offset3 = offset2 + compressed2.length; in packMtx()
104 writeBE24(result, offset2, 4); in packMtx()
107 System.arraycopy(compressed2, 0, result, offset2, compressed2.length); in packMtx()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestUtils.java48 * @param offset2 offset for comparison in byte array 2
52 public static boolean equals(byte[] b1, int offset1, byte[] b2, int offset2, int length) { in equals() argument
54 if (b1[i + offset1] != b2[i + offset2]) { in equals()
203 * @param offset2 offset to start comparing the second ReadableFontData from
209 int offset1, ReadableFontData rfd1, int offset2, ReadableFontData rfd2, int length) { in equals()
212 int b2 = rfd2.readByte(i + offset2); in equals()
208 equals( int offset1, ReadableFontData rfd1, int offset2, ReadableFontData rfd2, int length) equals() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_utils.h39 // @param offset2 offset for comparison in byte array 2
46 int32_t offset2);
50 // @param offset2 offset to start comparing the second ByteArray from
58 int32_t offset2,
/third_party/ffmpeg/libavcodec/
H A Dtruespeech.c47 int offset2[4]; ///< 7-bit value, encodes offsets for copying and for two-point filter member
100 dec->offset2[3] = get_bits(&gb, 7); in truespeech_read_frame()
101 dec->offset2[2] = get_bits(&gb, 7); in truespeech_read_frame()
102 dec->offset2[1] = get_bits(&gb, 7); in truespeech_read_frame()
103 dec->offset2[0] = get_bits(&gb, 7); in truespeech_read_frame()
176 t = dec->offset2[quart]; in truespeech_apply_twopoint_filter()
H A Ddvdsubdec.c229 int64_t offset1, offset2; in decode_dvd_subtitles() local
262 offset2 = -1; in decode_dvd_subtitles()
318 offset2 = AV_RB16(buf + pos + 2); in decode_dvd_subtitles()
319 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); in decode_dvd_subtitles()
326 offset2 = AV_RB32(buf + pos + 4); in decode_dvd_subtitles()
327 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); in decode_dvd_subtitles()
355 if (offset1 >= buf_size || offset2 >= buf_size) in decode_dvd_subtitles()
358 if (offset1 >= 0 && offset2 > in decode_dvd_subtitles()
[all...]
H A Dvp6.c592 int offset1, int offset2, ptrdiff_t stride, in vp6_filter()
616 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) { in vp6_filter()
617 offset1 = offset2; in vp6_filter()
591 vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, ptrdiff_t stride, VP56mv mv, int mask, int select, int luma) vp6_filter() argument
H A Ddvdsubenc.c258 int offset1, offset2; in encode_dvd_subtitles() local
350 offset2 = q - outbuf; in encode_dvd_subtitles()
396 // offset1, offset2 in encode_dvd_subtitles()
398 bytestream_put_be16(&q, offset2); in encode_dvd_subtitles()
H A Dvc1dsp.h73 const uint8_t *src2a, const uint8_t *src2b, int offset2,
H A Dvc1dsp.c905 int offset2, in sprite_v_template()
920 a2 = a2 + ((b2 - a2) * offset2 >> 16); in sprite_v_template()
959 int offset2, in sprite_v_double_twoscale_c()
963 sprite_v_template(dst, src1a, src1b, offset1, 1, src2a, src2b, offset2, in sprite_v_double_twoscale_c()
898 sprite_v_template(uint8_t *dst, const uint8_t *src1a, const uint8_t *src1b, int offset1, int two_sprites, const uint8_t *src2a, const uint8_t *src2b, int offset2, int alpha, int scaled, int width) sprite_v_template() argument
953 sprite_v_double_twoscale_c(uint8_t *dst, const uint8_t *src1a, const uint8_t *src1b, int offset1, const uint8_t *src2a, const uint8_t *src2b, int offset2, int alpha, int width) sprite_v_double_twoscale_c() argument
/third_party/skia/bench/
H A DImageFilterDAGBench.cpp150 auto offset2 = SkImageFilters::Offset(-100.0f, -100.0f, blur); variable
152 SkImageFilters::Blend(SkBlendMode::kSrcIn, offset1, offset2, nullptr);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferTests.cpp286 size_t offset2 = 0; in TEST_P() local
287 MapAsyncAndWait(buffer, wgpu::MapMode::Write, offset2, sizeof(data2)); in TEST_P()
288 memcpy(buffer.GetMappedRange(offset2), &data2, sizeof(data2)); in TEST_P()
292 EXPECT_BUFFER_U32_EQ(data2, buffer, offset2); in TEST_P()
311 size_t offset2 = 0; in TEST_P() local
312 MapAsyncAndWait(buffer, wgpu::MapMode::Write, offset2, 12); in TEST_P()
313 memcpy(buffer.GetMappedRange(offset2), data2, 12); in TEST_P()
329 size_t offset2 = 0; in TEST_P() local
332 memcpy(buffer.GetMappedRange(offset2), &data2, sizeof(data2)); in TEST_P()
336 EXPECT_BUFFER_U32_EQ(data2, buffer, offset2); in TEST_P()
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c4470 PyObject *offset1, *offset2; in time_richcompare() local
4485 offset2 = time_utcoffset(other, NULL); in time_richcompare()
4486 if (offset2 == NULL) in time_richcompare()
4490 * offset2 == Py_None at this point. in time_richcompare()
4492 if ((offset1 == offset2) || in time_richcompare()
4493 (PyDelta_Check(offset1) && PyDelta_Check(offset2) && in time_richcompare()
4494 delta_cmp(offset1, offset2) == 0)) { in time_richcompare()
4501 else if (offset1 != Py_None && offset2 != Py_None) { in time_richcompare()
4503 assert(offset1 != offset2); /* else last "if" handled it */ in time_richcompare()
4512 GET_TD_DAYS(offset2) * 8640 in time_richcompare()
5622 PyObject *offset1, *offset2, *offdiff = NULL; datetime_subtract() local
5891 PyObject *offset1, *offset2; datetime_richcompare() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff.c80 FT_ULong offset2 = table2->Offset; in compare_offsets() local
83 if ( offset1 > offset2 ) in compare_offsets()
85 else if ( offset1 < offset2 ) in compare_offsets()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringParser.java241 int offset2 = offset + Character.charCount(cp1); in peek2()
242 if (offset2 == pattern.length()) { in peek2()
245 return pattern.codePointAt(offset2); in peek2()
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c406 const size_t offset2 = canvas_y * width + left2; in WebPAnimDecoderGetNext() local
407 blend_row((uint32_t*)dec->curr_frame_ + offset2, in WebPAnimDecoderGetNext()
408 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java115 long offset2 = tz.getOffset(1, in Test4084933()
140 if (offset1 != SToffset || offset2 != SToffset || in Test4084933()
1193 int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNESDAY,0); in TestJohannesburg()
1195 if(offset2 != expectedOffset) { in TestJohannesburg()
1196 errln("FAIL: zone " + j_id +" returned offset in December " + offset2 +", expected "+expectedOffset); in TestJohannesburg()
1198 logln("OK: zone " + j_id +" returned offset in December: " + offset2); in TestJohannesburg()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java112 long offset2 = tz.getOffset(1, in Test4084933()
137 if (offset1 != SToffset || offset2 != SToffset || in Test4084933()
1190 int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNESDAY,0); in TestJohannesburg()
1192 if(offset2 != expectedOffset) { in TestJohannesburg()
1193 errln("FAIL: zone " + j_id +" returned offset in December " + offset2 +", expected "+expectedOffset); in TestJohannesburg()
1195 logln("OK: zone " + j_id +" returned offset in December: " + offset2); in TestJohannesburg()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java207 int offset2 = r2.getRawOffset() + r2.getDSTSavings(); in setRawOffset()
209 if (offset1 > offset2) { in setRawOffset()
212 sav = offset1 - offset2; in setRawOffset()
216 sav = offset2 - offset1; in setRawOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DOlsonTimeZone.java209 int offset2 = r2.getRawOffset() + r2.getDSTSavings(); in setRawOffset()
211 if (offset1 > offset2) { in setRawOffset()
214 sav = offset1 - offset2; in setRawOffset()
218 sav = offset2 - offset1; in setRawOffset()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp139 int32_t offset2 = offset + U16_LENGTH(cp1); in peek2() local
140 if (offset2 == pattern.length()) { in peek2()
143 return pattern.char32At(offset2); in peek2()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp139 int32_t offset2 = offset + U16_LENGTH(cp1); in peek2() local
140 if (offset2 == pattern.length()) { in peek2()
143 return pattern.char32At(offset2); in peek2()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c560 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, in lp_build_depth_stencil_load_swizzled() local
564 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, ""); in lp_build_depth_stencil_load_swizzled()
714 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, in lp_build_depth_stencil_write_swizzled() local
718 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, ""); in lp_build_depth_stencil_write_swizzled()

Completed in 31 milliseconds

12