| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | cl_utils.h | 20 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions() argument
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | sys_sh32.c | 51 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, in sys_fadvise64_64_wrapper() argument
|
| /kernel/linux/linux-6.6/arch/sh/kernel/ |
| H A D | sys_sh32.c | 51 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, in sys_fadvise64_64_wrapper() argument
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | synth_filter.c | 66 int i, offset0 = 0, offset1 = 0, offset_b = 0; in checkasm_check_synth_filter() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
| H A D | telldir.c | 40 long offset1 = telldir(dir); in telldir_0100() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | adjust_arefs_test.cpp | 382 Graph *AdjustRefsTest::BuildGraphProcessIndex(uint64_t offset1, uint64_t offset2, uint64_t offset3) in BuildGraphProcessIndex() argument 411 uint64_t offset1 = 10; in TEST_F() local
|
| /kernel/linux/linux-5.10/drivers/misc/echo/ |
| H A D | fir.h | 95 int offset1; in fir16() local 137 int offset1; in fir32() local
|
| H A D | echo.c | 110 int offset1; in lms_adapt_bg() local
|
| /kernel/linux/linux-6.6/drivers/misc/echo/ |
| H A D | fir.h | 95 int offset1; in fir16() local 137 int offset1; in fir32() local
|
| H A D | echo.c | 110 int offset1; in lms_adapt_bg() local
|
| /third_party/skia/bench/ |
| H A D | ImageFilterDAGBench.cpp | 149 auto offset1 = SkImageFilters::Offset(100.0f, 100.0f, blur); variable
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | backward_references.c | 31 size_t offset1 = distance_plus_3 - (size_t)dist_cache[1]; in ComputeDistanceCode() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | backward_references.c | 31 size_t offset1 = distance_plus_3 - (size_t)dist_cache[1]; in ComputeDistanceCode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
| H A D | swiper_animation_test_ng.cpp | 782 auto offset1 = -10.0f; in HWTEST_F() local 848 auto offset1 = -400.0f; in HWTEST_F() local 896 auto offset1 = -10.0f; HWTEST_F() local 899 EXPECT_EQ(GetChildX(frameNode_, 0), offset1); HWTEST_F() local 916 EXPECT_EQ(GetChildX(frameNode_, 0), offset1); HWTEST_F() local 929 EXPECT_EQ(GetChildX(frameNode_, 0), offset1); HWTEST_F() local 933 EXPECT_GT(GetChildX(frameNode_, 0), offset1); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | background_modifier.h | 50 NG::OffsetF offset1 = Alignment::GetAlignPosition(srcSize, desSize, align_); variable 83 NG::OffsetF offset1 = Alignment::GetAlignPosition(srcSize, desSize, align_); variable [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_offsets.c | 156 unsigned offset1 = nir_intrinsic_offset1(intrin) * stride; in try_fold_shared2() local
|
| /third_party/mesa3d/src/egl/wayland/wayland-drm/ |
| H A D | wayland-drm.c | 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/icu/icu4c/source/samples/layout/ |
| H A D | cmaps.cpp | 70 le_uint32 offset1 = 0, offset10 = 0; in createUnicodeMapper() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
| H A D | TestUtils.java | 52 public static boolean equals(byte[] b1, int offset1, byte[] b2, int offset2, int length) { in equals() argument 208 equals( int offset1, ReadableFontData rfd1, int offset2, ReadableFontData rfd2, int length) equals() argument
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| H A D | cmaps.cpp | 70 le_uint32 offset1 = 0, offset10 = 0; in createUnicodeMapper() local
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | sfwoff.c | 79 FT_ULong offset1 = table1->Offset; in compare_offsets() local
|
| /foundation/arkui/ace_engine/test/unittest/core/render/ |
| H A D | image_painter_test_ng.cpp | 483 auto offset1 = imagePainter.CalculateBgImagePosition(boxPaintSize_, imageRenderSize_, bgImgPositionOpt1); in HWTEST_F() local
|
| /foundation/multimedia/media_lite/test/ |
| H A D | test_play_file_h265.cpp | 238 uint8_t offset1 = 1;
in GetNal() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| H A D | mcu.h | 60 u8 offset1; member
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| H A D | rtc-m48t86.c | 197 unsigned int offset1 = M48T86_NVRAM(M48T86_NVRAM_LEN - 1); in m48t86_verify_chip() local
|