Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
HDradeon_legacy_tv.c430 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local
493v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
495v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
497 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDclass.c394 tree v_offset; in build_base_path() local
405 v_offset = convert (t, current_vtt_parm); in build_base_path()
406 v_offset = cp_build_indirect_ref (v_offset, RO_NULL, complain); in build_base_path()
409 v_offset = build_vfield_ref (cp_build_indirect_ref (expr, RO_NULL, in build_base_path()
413 v_offset = fold_build_pointer_plus (v_offset, BINFO_VPTR_FIELD (v_binfo)); in build_base_path()
414 v_offset = build1 (NOP_EXPR, in build_base_path()
416 v_offset); in build_base_path()
417 v_offset = cp_build_indirect_ref (v_offset, RO_NULL, complain); in build_base_path()
418 TREE_CONSTANT (v_offset) = 1; in build_base_path()
425 v_offset = build2 (code, ptrdiff_type_node, v_offset, offset); in build_base_path()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDclass.c436 tree v_offset; in build_base_path() local
447 v_offset = fold_convert (t, current_vtt_parm); in build_base_path()
448 v_offset = cp_build_fold_indirect_ref (v_offset); in build_base_path()
461 v_offset = build_vfield_ref (cp_build_fold_indirect_ref (t), in build_base_path()
465 if (v_offset == error_mark_node) in build_base_path()
468 v_offset = fold_build_pointer_plus (v_offset, BINFO_VPTR_FIELD (v_binfo)); in build_base_path()
469 v_offset = build1 (NOP_EXPR, in build_base_path()
471 v_offset); in build_base_path()
472 v_offset = cp_build_fold_indirect_ref (v_offset); in build_base_path()
473 TREE_CONSTANT (v_offset) = 1; in build_base_path()
[all …]