HomeSort by: relevance | last modified time | path
    Searched defs:v_offset (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 435 int v_offset, h_offset; local
491 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME);
493 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME);
495 restart -= v_offset + h_offset;
  /src/external/bsd/top/dist/machine/
m_aix43.c 200 static unsigned long v_offset; variable
248 v_offset = nlst[X_V].n_value;
250 getkval(v_offset, (caddr_t)&v_info, sizeof v_info, "v");
m_aix5.c 200 static unsigned long v_offset; variable
263 v_offset = nlst[X_V].n_value;
265 getkval(v_offset, (caddr_t)&v_info, sizeof v_info, "v");
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 450 tree v_offset; local
461 v_offset = fold_convert (t, current_vtt_parm);
462 v_offset = cp_build_fold_indirect_ref (v_offset);
475 v_offset = build_vfield_ref (cp_build_fold_indirect_ref (t),
479 if (v_offset == error_mark_node)
482 v_offset = fold_build_pointer_plus (v_offset, BINFO_VPTR_FIELD (v_binfo));
483 v_offset = build1 (NOP_EXPR,
485 v_offset);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 449 tree v_offset; local
460 v_offset = fold_convert (t, current_vtt_parm);
461 v_offset = cp_build_fold_indirect_ref (v_offset);
474 v_offset = build_vfield_ref (cp_build_fold_indirect_ref (t),
478 if (v_offset == error_mark_node)
481 v_offset = fold_build_pointer_plus (v_offset, BINFO_VPTR_FIELD (v_binfo));
482 v_offset = build1 (NOP_EXPR,
484 v_offset);
    [all...]

Completed in 31 milliseconds