Searched defs:target (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.c | 258 * target - the current target atom. 268 ConvertSelection(w, selection, target, type, value, length, format) 270 Atom * selection, * target, * type; 496 * target - the current target atom. 506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, argument 511 target, type, value, length, format) 513 Atom * selection, * target, * type; 526 return((*class->textSrc_class.ConvertSelection)(w, selection, target, typ [all...] |
H A D | Text.c | 1172 XawTextPosition top, target; local 1214 target = lt->top; 1215 top = SrcScan(ctx->text.source, target, XawstEOL, 1232 if ( updateTo == target ) { 1242 else if (lt->top != target) 1503 ConvertSelection(w, selection, target, type, value, length, format) 1505 Atom *selection, *target, *type; 1519 if (*target == XA_TARGETS(d)) { 1523 if ( SrcCvtSel(src, selection, target, type, value, length, format) ) 1527 target, typ [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_panel.c | 169 static inline u32 panel_fitter_scaling(u32 source, u32 target) argument 178 u32 ratio = source * FACTOR / target;
|
H A D | intel_display.c | 485 int target, int refclk, intel_clock_t *match_clock, 490 int err = target; 503 if (target < limit->p2.dot_limit) 531 this_err = abs(clock.dot - target); 541 return (err != target); 546 int target, int refclk, intel_clock_t *match_clock, 551 int err = target; 564 if (target < limit->p2.dot_limit) 590 this_err = abs(clock.dot - target); 600 return (err != target); 484 i9xx_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument 545 pnv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument 604 g4x_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument 661 vlv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.c | 1061 XawTextPosition top, target; local 1100 target = lt->top; 1101 top = SrcScan(ctx->text.source, target, XawstEOL, 1118 if ( updateTo == target ) { 1127 else if (lt->top != target) 1367 ConvertSelection(w, selection, target, type, value, length, format) 1369 Atom *selection, *target, *type; 1380 if (*target == XA_TARGETS(d)) { 1384 if ( SrcCvtSel(src, selection, target, type, value, length, format) ) 1388 target, typ [all...] |
Completed in 42 milliseconds