Searched refs:cpp (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s12/open-src/app/xrdb/
H A DMakefile53 # Specify which cpp to use instead of depending on builder's $PATH
54 MODULE_CONFIG_OPTS = --with-cpp=/usr/lib/cpp
/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c548 SetPriority(const ClientProcessPtr cpp, int cmd) argument
555 if ( (cpp == NULL) || (cpp->pids == NULL) || (cpp->count == 0) ) {
563 for (i = 0; i < cpp->count ; i++) {
564 id_t pid = cpp->pids[i];
621 cpp->boosted = TRUE;
623 cpp->boosted = FALSE;
644 ClientProcessPtr cpp; local
654 cpp
677 ClientProcessPtr cpp = priv->process; local
[all...]
/solaris-x11-s12/open-src/util/imake/
H A DMakefile54 # Prefer cpp from /usr/lib
55 MODULE_CONFIG_OPTS += RAWCPP=/usr/lib/cpp
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_clients.c287 ClientProcessPtr cpp = NULL; local
316 } else if (mdb_vread(&cpp, sizeof (cpp), cppaddr)
317 != sizeof (cpp)) {
318 cpp = NULL;
323 if (cpp != NULL) {
327 if (mdb_vread(&cpr, sizeof (cpr), (uintptr_t)cpp)
/solaris-x11-s12/open-src/app/synergy/
H A DMakefile79 SOURCE_PATCHES = Werrors.cpp.patch documentation.patch in-help.patch ns.patch ellipse_error.patch
/solaris-x11-s12/open-src/app/xdm/
H A DMakefile61 SUNTOUCHED_MANPAGES=xdm.man.cpp
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c158 }, **cpp; local
161 for (cpp = help_message; *cpp; cpp++) {
162 fprintf (stderr, "%s\n", *cpp);
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_drm.h94 unsigned int cpp; member in struct:_drm_i915_init
H A Dintel_pm.c1568 int cpp = crtc->fb->bits_per_pixel / 8; local
1570 cpp = 4;
1573 wm_info, fifo_size, cpp,
1582 int cpp = crtc->fb->bits_per_pixel / 8; local
1584 cpp = 4;
1587 wm_info, fifo_size, cpp,
H A Di915_dma.c213 dev_priv->dri1.cpp = init->cpp;
H A Di915_drv.h808 unsigned int cpp; member in struct:i915_dri1_state
H A Dintel_display.c1846 unsigned int cpp,
1855 tiles = *x / (512/cpp);
1856 *x %= 512/cpp;
1862 offset = *y * pitch + *x * cpp;
1864 *x = (offset & 4095) / cpp;
1844 intel_gen4_compute_page_offset(int *x, int *y, unsigned int tiling_mode, unsigned int cpp, unsigned int pitch) argument
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc.c2416 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); local
2423 if ((uint64_t) width * cpp > UINT_MAX)
2429 if (r->pitches[i] < width * cpp) {

Completed in 153 milliseconds