/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | rs600.c | 71 u32 pos1, pos2; in avivo_is_counter_moving() local 74 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 76 if (pos1 != pos2) in avivo_is_counter_moving()
|
H A D | evergreen.c | 1361 u32 pos1, pos2; in dce4_is_counter_moving() local 1364 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1366 if (pos1 != pos2) in dce4_is_counter_moving()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | rs600.c | 73 u32 pos1, pos2; in avivo_is_counter_moving() local 76 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 78 if (pos1 != pos2) in avivo_is_counter_moving()
|
H A D | evergreen.c | 1357 u32 pos1, pos2; in dce4_is_counter_moving() local 1360 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1362 if (pos1 != pos2) in dce4_is_counter_moving()
|
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.cpp | 1090 size_t pos2 = uri.find("offset="); in SetMediaSource() local 1092 if (mimeType == AVMimeType::APPLICATION_M3U8 && pos1 != std::string::npos && pos2 != std::string::npos && in SetMediaSource() 1095 std::string offsetStr = uri.substr(pos2 + strlen("offset="), pos3 - pos2 - strlen("offset=")); in SetMediaSource()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 671 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, size_type count2) const in compare() argument 673 return substr(pos1, count1).compare(v.substr(pos2, count2)); in compare()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dax.c | 1992 loff_t pos1 = it_src->pos, pos2 = it_dest->pos; in dax_range_compare_iter() local 2014 ret = dax_iomap_direct_access(dmap, pos2, ALIGN(pos2 + len, PAGE_SIZE), in dax_range_compare_iter()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_operations.cpp | 957 size_t pos2 = sourcePath.find_last_of("/"); in GetLPathFromSourcePath() local 958 if (pos2 == string::npos) { in GetLPathFromSourcePath() 961 lPath = sourcePath.substr(pos1, pos2 - pos1); in GetLPathFromSourcePath()
|
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 1857 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() local 1860 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1861 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 1863 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() local 1866 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1867 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 872 const auto& pos2 = posPtr[bb]; in SmoothNormal() local 874 auto faceNorm = Math::Cross(pos2 - pos1, pos3 - pos1); in SmoothNormal() 892 const auto& pos2 = posPtr[i + 1]; in GenerateDefaultNormals() local 894 auto faceNorm = Math::Normalize(Math::Cross(pos2 - pos1, pos3 - pos1)); in GenerateDefaultNormals()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2571 size_t pos2 = object.find("controlMessage"); in CheckAppRunningRuleCorrectOption() local 2572 size_t pos3 = object.find(":", pos2); in CheckAppRunningRuleCorrectOption() 2573 if ((pos1 == std::string::npos) || (pos2 == std::string::npos)) { in CheckAppRunningRuleCorrectOption() 2576 std::string appId = object.substr(pos1+6, pos2-pos1-7); in CheckAppRunningRuleCorrectOption()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 262 uint64_t pos2:7; member 272 uint64_t pos2:7;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 262 uint64_t pos2:7; member 272 uint64_t pos2:7;
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 2597 static inline bool pos_same_folio(loff_t pos1, loff_t pos2, struct folio *folio) in pos_same_folio() argument 2601 return (pos1 >> shift == pos2 >> shift); in pos_same_folio()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 3443 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \ 3445 pos2 = list_first_entry(head2, typeof(*pos2), member); \ 3447 !list_entry_is_head(pos2, head2, member); \ 3449 pos2 = list_next_entry(pos2, member))
|