/third_party/uboot/u-boot-2020.01/test/lib/ |
D | string.c | 109 int offset1, int offset2, int len) in test_memmove() argument 114 if (i < offset2 || i >= offset2 + len) { in test_memmove() 117 ut_asserteq((i + offset1 - offset2) ^ mask, buf[i]); in test_memmove() 135 int offset1, offset2, len; in lib_memcpy() local 141 for (offset2 = 0; offset2 <= SWEEP; ++offset2) { in lib_memcpy() 144 ptr = memcpy(buf2 + offset2, buf1 + offset1, in lib_memcpy() 146 ut_asserteq_ptr(buf2 + offset2, (u8 *)ptr); in lib_memcpy() 148 offset2, len)) { in lib_memcpy() 150 __func__, offset1, offset2, len); in lib_memcpy() 172 int offset1, offset2, len; in lib_memmove() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | cl_utils.h | 20 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/flutter/flutter/packages/flutter/test/gestures/ |
D | recognizer_test.dart | 39 const OffsetPair offset2 = OffsetPair( 44 final OffsetPair sum = offset2 + offset1; 48 final OffsetPair difference = offset2 - offset1;
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
D | TestUtils.java | 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() 209 int offset1, ReadableFontData rfd1, int offset2, ReadableFontData rfd2, int length) { in equals() argument 212 int b2 = rfd2.readByte(i + offset2); in equals()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | MtxWriter.java | 102 int offset2 = 10 + compressed1.length; in packMtx() local 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/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8/ |
D | image.c | 157 unsigned long offset1 = 0, offset2 = 0; in get_imageset_end() local 161 offset2 = CONTAINER_HDR_ALIGNMENT + offset1; in get_imageset_end() 171 value_container[1] = get_container_size(dev, dev_type, offset2); in get_imageset_end() 181 return value_container[1] + offset2; in get_imageset_end()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
D | TestUtils.java | 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() 209 int offset1, ReadableFontData rfd1, int offset2, ReadableFontData rfd2, int length) { in equals() argument 212 int b2 = rfd2.readByte(i + offset2); in equals()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | MtxWriter.java | 102 int offset2 = 10 + compressed1.length; in packMtx() local 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/cpp/src/test/ |
D | test_utils.h | 46 int32_t offset2); 58 int32_t offset2,
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils.h | 46 int32_t offset2); 58 int32_t offset2,
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/rockchip/ |
D | pinctrl-rockchip.h | 175 offset2, offset3) \ argument 189 { .drv_type = drv2, .offset = offset2 }, \ 198 offset2, offset3, pull0, \ argument 213 { .drv_type = drv2, .offset = offset2 }, \
|
/third_party/ffmpeg/libavcodec/ |
D | truespeech.c | 44 int offset2[4]; ///< 7-bit value, encodes offsets for copying and for two-point filter member 96 dec->offset2[3] = get_bits(&gb, 7); in truespeech_read_frame() 97 dec->offset2[2] = get_bits(&gb, 7); in truespeech_read_frame() 98 dec->offset2[1] = get_bits(&gb, 7); in truespeech_read_frame() 99 dec->offset2[0] = get_bits(&gb, 7); in truespeech_read_frame() 172 t = dec->offset2[quart]; in truespeech_apply_twopoint_filter()
|
D | dvdsubdec.c | 231 int64_t offset1, offset2; in decode_dvd_subtitles() local 264 offset2 = -1; in decode_dvd_subtitles() 320 offset2 = AV_RB16(buf + pos + 2); in decode_dvd_subtitles() 321 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); in decode_dvd_subtitles() 328 offset2 = AV_RB32(buf + pos + 4); in decode_dvd_subtitles() 329 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); in decode_dvd_subtitles() 357 if (offset1 >= buf_size || offset2 >= buf_size) in decode_dvd_subtitles() 360 if (offset1 >= 0 && offset2 >= 0) { in decode_dvd_subtitles() 388 buf, offset2, buf_size, is_8bit) < 0) in decode_dvd_subtitles()
|
/third_party/libffi/src/riscv/ |
D | ffi.c | 76 char as_elements, type1, offset2, type2; member 123 ret.offset2 = FFI_ALIGN(fields[0]->size, fields[1]->alignment); in struct_passed_as_elements() 217 if (fsi.offset2) in marshal() 218 marshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in marshal() 263 if (fsi.offset2) in unmarshal() 264 unmarshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in unmarshal()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | textStorage.ts | 47 const { line: line2, offset: offset2 } = ts2.positionToLineOffset(pos); 49 …assert.strictEqual(offset1, offset2, `positionToLineOffset ${pos}::offset:: expected ${offset1} to…
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | BufferTests.cpp | 286 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()
|
/third_party/flutter/skia/bench/ |
D | ImageFilterDAGBench.cpp | 146 auto offset2 = SkImageFilters::Offset(-100.0f, -100.0f, blur); in onDraw() local 148 SkImageFilters::Xfermode(SkBlendMode::kSrcIn, offset1, offset2, nullptr); in onDraw()
|
/third_party/skia/bench/ |
D | ImageFilterDAGBench.cpp | 150 auto offset2 = SkImageFilters::Offset(-100.0f, -100.0f, blur); in onDraw() local 152 SkImageFilters::Blend(SkBlendMode::kSrcIn, offset1, offset2, nullptr); in onDraw()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh264enc.c | 119 guint offset2; in insert_frame_packing_sei() local 126 offset2 = in insert_frame_packing_sei() 129 if (offset2 == -1) in insert_frame_packing_sei() 130 offset2 = gst_byte_reader_get_remaining (&reader); in insert_frame_packing_sei()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff.c | 78 FT_ULong offset2 = table2->Offset; in compare_offsets() local 81 if ( offset1 > offset2 ) in compare_offsets() 83 else if ( offset1 < offset2 ) in compare_offsets()
|
/third_party/freetype/src/sfnt/ |
D | sfwoff.c | 77 FT_ULong offset2 = table2->Offset; in compare_offsets() local 80 if ( offset1 > offset2 ) in compare_offsets() 82 else if ( offset1 < offset2 ) in compare_offsets()
|
/third_party/uboot/u-boot-2020.01/env/ |
D | mmc.c | 306 u32 offset1, offset2; in env_mmc_load() local 326 mmc_get_env_addr(mmc, 1, &offset2)) { in env_mmc_load() 332 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff.c | 80 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/python/Modules/ |
D | _datetimemodule.c | 4420 PyObject *offset1, *offset2; in time_richcompare() local 4435 offset2 = time_utcoffset(other, NULL); in time_richcompare() 4436 if (offset2 == NULL) in time_richcompare() 4442 if ((offset1 == offset2) || in time_richcompare() 4443 (PyDelta_Check(offset1) && PyDelta_Check(offset2) && in time_richcompare() 4444 delta_cmp(offset1, offset2) == 0)) { in time_richcompare() 4451 else if (offset1 != Py_None && offset2 != Py_None) { in time_richcompare() 4453 assert(offset1 != offset2); /* else last "if" handled it */ in time_richcompare() 4462 GET_TD_DAYS(offset2) * 86400 - in time_richcompare() 4463 GET_TD_SECONDS(offset2); in time_richcompare() [all …]
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | mxsboot.c | 424 uint32_t offset1, offset2; in mx28_nand_write_firmware() local 430 offset2 = fcb->firmware2_starting_sector * nand_writesize; in mx28_nand_write_firmware() 436 memcpy(buf + offset2, buf + offset1, size); in mx28_nand_write_firmware()
|