Searched refs:v_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c433 int v_offset, h_offset; local
496 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME);
498 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME);
500 restart -= v_offset + h_offset;
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c351 tree v_offset; local
362 v_offset = convert (t, current_vtt_parm);
363 v_offset = build_indirect_ref (v_offset, NULL);
366 v_offset = build_vfield_ref (build_indirect_ref (expr, NULL),
369 v_offset = build2 (PLUS_EXPR, TREE_TYPE (v_offset),
370 v_offset, BINFO_VPTR_FIELD (v_binfo));
371 v_offset = build1 (NOP_EXPR,
373 v_offset);
[all...]

Completed in 43 milliseconds