/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_kstat.c | 48 int tmp; local 56 for (tmp = 1; tmp < 6; tmp++) { 57 (knp++)->value.ui32 = sc->counts[tmp];
|
H A D | drm_rect.c | 72 int64_t tmp = src->x1 + (int64_t) diff * hscale; local 73 src->x1 = clamp_int64_t(tmp); 77 int64_t tmp = src->y1 + (int64_t) diff * vscale; local 78 src->y1 = clamp_int64_t(tmp); 82 int64_t tmp = src->x2 - (int64_t) diff * hscale; local 83 src->x2 = clamp_int64_t(tmp); 87 int64_t tmp = src->y2 - (int64_t) diff * vscale; local 88 src->y2 = clamp_int64_t(tmp);
|
H A D | drm_bufs.c | 1202 unsigned long tmp; local 1204 for (order = 0, tmp = size >> 1; tmp; tmp >>= 1, order++) ;
|
H A D | drm_mm.c | 122 unsigned tmp = adj_start % alignment; local 123 if (tmp) 124 adj_start += alignment - tmp; 260 unsigned tmp = adj_start % alignment; local 261 if (tmp) 262 adj_start += alignment - tmp; 401 unsigned tmp = start % alignment; local 402 if (tmp) 403 start += alignment - tmp;
|
H A D | drm_crtc_helper.c | 56 struct drm_connector *connector, *tmp; local 62 list_for_each_entry_safe(connector, tmp, struct drm_connector, 319 struct drm_crtc *tmp; local 327 list_for_each_entry(tmp, struct drm_crtc, &dev->mode_config.crtc_list, head) { 328 if (tmp == crtc)
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_kstat.c | 25 int tmp; local 33 for (tmp = 1; tmp < 6; tmp++) { 34 (knp++)->value.ui32 = sc->counts[tmp];
|
H A D | drm_bufs.c | 56 unsigned long tmp = size; local 58 while (tmp >>= 1)
|
H A D | radeon_cp.c | 864 u32 tmp; local 869 tmp = RADEON_READ(RADEON_RB3D_DSTCACHE_CTLSTAT); 870 tmp |= RADEON_RB3D_DC_FLUSH_ALL; 871 RADEON_WRITE(RADEON_RB3D_DSTCACHE_CTLSTAT, tmp); 989 u32 tmp; 991 tmp = RADEON_READ(RADEON_CP_RB_WPTR) | (1 << 31); 992 RADEON_WRITE(RADEON_CP_RB_WPTR, tmp); 1126 u32 tmp; local 1217 tmp = RADEON_READ(RADEON_BUS_CNTL) & ~RADEON_BUS_MASTER_DIS; 1218 RADEON_WRITE(RADEON_BUS_CNTL, tmp); 1299 u32 tmp = RADEON_READ_PCIE(dev_priv, RADEON_PCIE_TX_GART_CNTL); local 1328 u32 tmp; local [all...] |
H A D | drm_sunmod.c | 502 u_offset_t tmp; local 509 tmp = (u_offset_t)((uintptr_t)map->handle) & 0xffffffff; 511 "offset=0x%lx), handle=%llx, tmp=%lld", map->handle, 512 map->size, map->type, map->offset, handle, tmp);
|
H A D | efb_vis.c | 575 void *tmp = efb_priv->consinfo.bufp; local 578 efb_priv->consinfo.bufp = tmp; 581 if (tmp) 582 kmem_free(tmp, efb_priv->consinfo.bufsize);
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | pswstring.c | 125 char tmp[3]; local 127 tmp[2] ='\0'; 128 while ((tmp[0] = *s++)!= '\0') { 129 tmp[1] = *s ? *s++ : '\0'; 130 fprintf(outfil,"0x%s",tmp);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Device.c | 525 char *tmp; local 527 tmp = xf86confmalloc (sizeof (char) * (strlen (s) + 1)); 528 if (tmp) 529 strcpy (tmp, s); 530 return (tmp);
|
H A D | Flags.c | 137 char *tmp; local 143 tmp = xf86configStrdup (ServerFlagsTab[i].name); 149 Error (QUOTE_MSG, tmp); 153 Error (NUMBER_MSG, tmp); 160 (ptr->flg_option_lst, tmp, valstr);
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sideband.c | 153 u32 tmp; local 167 tmp = SBI_CTL_DEST_ICLK | SBI_CTL_OP_CRWR; 169 tmp = SBI_CTL_DEST_MPHY | SBI_CTL_OP_IOWR; 170 I915_WRITE(SBI_CTL_STAT, SBI_BUSY | tmp);
|
H A D | intel_dvo.c | 131 u32 tmp; local 133 tmp = I915_READ(intel_dvo->dev.dvo_reg); 135 if (!(tmp & DVO_ENABLE)) 138 *pipe = PORT_TO_PIPE(tmp); 148 u32 tmp, flags = 0; local 150 tmp = I915_READ(intel_dvo->dev.dvo_reg); 151 if (tmp & DVO_HSYNC_ACTIVE_HIGH) 155 if (tmp & DVO_VSYNC_ACTIVE_HIGH)
|
H A D | intel_lvds.c | 74 u32 tmp; local 76 tmp = I915_READ(lvds_encoder->reg); 78 if (!(tmp & LVDS_PORT_EN)) 82 *pipe = PORT_TO_PIPE_CPT(tmp); 84 *pipe = PORT_TO_PIPE(tmp); 94 u32 lvds_reg, tmp, flags = 0; local 101 tmp = I915_READ(lvds_reg); 102 if (tmp & LVDS_HSYNC_POLARITY) 106 if (tmp & LVDS_VSYNC_POLARITY) 115 tmp [all...] |
H A D | intel_panel.c | 446 u32 tmp; local 469 tmp = I915_READ(BLC_PWM_CTL); 472 tmp &= ~BACKLIGHT_DUTY_CYCLE_MASK; 473 I915_WRITE(BLC_PWM_CTL, tmp | level); 529 uint32_t reg, tmp; local 536 tmp = I915_READ(BLC_PWM_PCH_CTL1); 537 tmp &= ~BLM_PCH_PWM_ENABLE; 538 I915_WRITE(BLC_PWM_PCH_CTL1, tmp); 563 uint32_t reg, tmp; local 568 tmp [all...] |
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | XGrabWin.c | 69 int tmp; local 84 &tmp, &tmp))
|
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/ |
H A D | Xtsol.c | 63 int tmp; local 66 if (XQueryExtension(dpy, TSOLNAME, &X_TsolExtensionCode, &event, &tmp))
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Mailbox.c | 206 Pixel tmp; local 208 tmp = w->mailbox.foreground_pixel; 210 w->core.background_pixel = tmp;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | PannerP.h | 67 GC xor_gc; /* for doing XOR tmp graphics */ 71 Boolean doing; /* tmp graphics in progress */ 72 Boolean showing; /* true if tmp graphics displayed */ 74 Position dx, dy; /* offset loc for tmp graphics */ 75 Position x, y; /* location for tmp graphics */ 76 } tmp; member in struct:__anon375
|
H A D | Panner.c | 73 { "start", ActionStart }, /* start tmp graphics */ 74 { "stop", ActionStop }, /* stop tmp graphics */ 76 { "move", ActionMove }, /* move tmp graphics on Motion event */ 253 Pixel tmp; local 255 tmp = ((pw->panner.foreground == pw->core.background_pixel) ? 257 values.foreground = tmp ^ pw->core.background_pixel; 279 Position *x = (knob ? &pw->panner.knob_x : &pw->panner.tmp.x); 280 Position *y = (knob ? &pw->panner.knob_y : &pw->panner.tmp.y); 473 (int) (pw->panner.tmp.x + pw->panner.internal_border), \ 474 (int) (pw->panner.tmp 895 Position tmp; local [all...] |
H A D | Tree.c | 827 Dimension tmp; local 854 if ((tmp = ((Dimension) x) + tc->tree.bbwidth) > tree->tree.maxwidth) 855 tree->tree.maxwidth = tmp; 856 if ((tmp = ((Dimension) y) + tc->tree.bbheight) > tree->tree.maxheight) 857 tree->tree.maxheight = tmp;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csconndi.c | 166 int len; /* length tmp variable */ 486 #define CSDPS_UNIX_DIR "/tmp/.DPSNX-unix" 487 #define CSDPS_UNIX_PATH "/tmp/.DPSNX-unix/AGENT" 552 char hostnamebuf[256]; /* tmp space */ 560 int len; /* length tmp variable */ 635 int tmp = 1; local 636 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, (char *)&tmp, sizeof (int));
|
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 97 int tmp; local 105 mvShape = XShapeQueryExtension(dpy, &tmp, &tmp);
|