/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csstartNX.c | 181 char **args, **cpp; local 194 for(cpp = execArgs; *cpp != 0; cpp++, argc++); /* count args. */ 196 for(cpp = additionalArgs; *cpp != 0; cpp++, argc++); 204 for(cpp = additionalArgs; *cpp != 0; cpp [all...] |
H A D | csfindNX.c | 567 char **cpp, **execInfo; local 570 for(cpp = execInfo, i = 1; *cpp != NULL; i++, cpp++); /* count */ 573 for(cpp = gXDPSNXExecArgs; *execInfo != NULL; 574 execInfo++, cpp++) { 576 if ((*cpp = Xmalloc(strlen(*execInfo) + 1)) == NULL) 578 *cpp = strcpy(*cpp, *execInfo);
|
/solaris-x11-s11/open-src/app/xrdb/ |
H A D | Makefile | 53 # Specify which cpp to use instead of depending on builder's $PATH 54 MODULE_CONFIG_OPTS = --with-cpp=/usr/lib/cpp
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/ |
H A D | interactive.c | 548 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-s11/open-src/util/imake/ |
H A D | Makefile | 59 # Prefer cpp from /usr/lib 60 MODULE_CONFIG_OPTS += RAWCPP=/usr/lib/cpp
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/ |
H A D | Xserver_clients.c | 275 ClientProcessPtr cpp = NULL; local 304 } else if (mdb_vread(&cpp, sizeof (cpp), cppaddr) 305 != sizeof (cpp)) { 306 cpp = NULL; 311 if (cpp != NULL) { 315 if (mdb_vread(&cpr, sizeof (cpr), (uintptr_t)cpp)
|
/solaris-x11-s11/open-src/app/xlswins/sun-src/ |
H A D | xlswins.c | 73 const char **cpp; local 78 for (cpp = help; *cpp; cpp++) { 79 fprintf (stderr, "%s\n", *cpp);
|
/solaris-x11-s11/open-src/app/synergy/ |
H A D | Makefile | 72 SOURCE_PATCHES = CConfig.cpp.patch
|
/solaris-x11-s11/open-src/app/xdm/ |
H A D | Makefile | 61 SUNTOUCHED_MANPAGES=xdm.man.cpp
|
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 158 }, **cpp; local 161 for (cpp = help_message; *cpp; cpp++) { 162 fprintf (stderr, "%s\n", *cpp);
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_drm.h | 67 unsigned int cpp; member in struct:_drm_i915_init
|
H A D | intel_pm.c | 1568 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 D | i915_dma.c | 213 dev_priv->dri1.cpp = init->cpp;
|
H A D | i915_drv.h | 808 unsigned int cpp; member in struct:i915_dri1_state
|
H A D | intel_display.c | 1846 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-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 2416 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) {
|