Searched refs:ppe (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libintl/
H A Dplural_parser.c1005 struct parser_element pelem, *ppe; local
1015 ppe = dup_parser_element(&pelem);
1016 if (ppe == NULL) {
1021 *rpe = ppe;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c683 unsigned int ppe = mode_422 ? 2 : 1; local
685 // TODO check if ppe apply for both luma and chroma in 422 case
687 vp_width = pipe_src_param.viewport_width_c / ppe;
692 vp_width = pipe_src_param.viewport_width / ppe;
H A Damdgpu_display_rq_dlg_calc_20v2.c683 unsigned int ppe = mode_422 ? 2 : 1; local
685 // TODO check if ppe apply for both luma and chroma in 422 case
687 vp_width = pipe_src_param.viewport_width_c / ppe;
692 vp_width = pipe_src_param.viewport_width / ppe;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c692 unsigned int ppe = mode_422 ? 2 : 1; local
694 // FIXME check if ppe apply for both luma and chroma in 422 case
696 vp_width = pipe_param.src.viewport_width_c / ppe;
701 vp_width = pipe_param.src.viewport_width / ppe;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c554 unsigned int ppe = mode_422 ? 2 : 1; local
610 /* TODO check if ppe apply for both luma and chroma in 422 case */
612 vp_width = pipe_src_param.viewport_width_c / ppe;
617 vp_width = pipe_src_param.viewport_width / ppe;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript-sections.cc4338 for (Phdrs_elements::const_iterator ppe =
4340 ppe != this->phdrs_elements_->end();
4341 ++ppe)
4343 Output_segment* oseg = (*ppe)->segment();
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.cc4338 for (Phdrs_elements::const_iterator ppe =
4340 ppe != this->phdrs_elements_->end();
4341 ++ppe)
4343 Output_segment* oseg = (*ppe)->segment();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc4338 for (Phdrs_elements::const_iterator ppe =
4340 ppe != this->phdrs_elements_->end();
4341 ++ppe)
4343 Output_segment* oseg = (*ppe)->segment();

Completed in 229 milliseconds