Home
last modified time | relevance | path

Searched refs:position2 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c707 struct crtc_position position1, position2; in optc1_is_counter_moving() local
710 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()
712 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()
713 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1397 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local
1400 tg->funcs->get_position(tg, &position2); in dce110_timing_generator_is_counter_moving()
1402 if (position1.horizontal_count == position2.horizontal_count && in dce110_timing_generator_is_counter_moving()
1403 position1.vertical_count == position2.vertical_count) in dce110_timing_generator_is_counter_moving()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2674 std::string::size_type position2 = Constraints.find("=A"); in EmitAsmStmt() local
2675 if (position2 != std::string::npos) { in EmitAsmStmt()
2676 Constraints.insert(position2 + 1, "&"); in EmitAsmStmt()