Searched refs:source (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c311 ISOLatin1ToLower(unsigned char source) argument
313 if (source >= XK_A && source <= XK_Z)
314 return source + (XK_a - XK_A);
315 if (source >= XK_Agrave && source <= XK_Odiaeresis)
316 return source + (XK_agrave - XK_Agrave);
317 if (source >= XK_Ooblique && source <= XK_Thorn)
318 return source
323 copyISOLatin1Lowered(char *dest, char *source, int length) argument
[all...]
/solaris-x11-s12/open-src/lib/libXfixes/
H A Dsoversion.patch26 source community shipped as libXfixes.so.3. This thus maintains ABI
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_panel.c169 static inline u32 panel_fitter_scaling(u32 source, u32 target) argument
178 u32 ratio = source * FACTOR / target;
H A Dintel_display.c4469 /* Use SSC source */
4477 /* Use bend source */
5071 /* As we must carefully and slowly disable/enable each source in turn,
5107 /* Always enable nonspread source */
5133 /* Enable CPU source on CPU attached eDP */
5159 /* Turn off the SSC source */
7867 /* Compute a starting value for pipe_config->pipe_bpp taking the source
7869 * source plane bpp so that dithering can be selected on mismatches
10117 u32 source; member in struct:intel_display_error_state::intel_pipe_error_state
10193 error->pipe[i].source
[all...]

Completed in 1559 milliseconds