Searched defs:temp (Results 1 - 25 of 32) sorted by relevance

12

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMenuButton.c162 Widget menu, temp; local
168 temp = w;
169 while(temp != NULL) {
170 menu = XtNameToWidget(temp, mbw->menu_button.menu_name);
172 temp = XtParent(temp);
H A DAsciiSink.c280 Position temp = 0; local
283 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0))
286 x += temp;
H A DAsciiSrc.c1039 /* Allocate new memory for the temp filename, because it is held in
1217 XawTextPosition temp; local
1219 for ( temp = 0 ; piece != NULL ; temp += piece->used, piece = piece->next ) {
1220 *first = temp;
1223 if ((temp + piece->used) > position)
1243 char* temp; local
1247 if (n < sizeof buf) temp = buf;
1248 else temp = XtMalloc((unsigned)sizeof(unsigned char) * n);
1250 strncpy(temp, s
1343 Arg temp[2]; local
1389 Arg temp[1]; local
[all...]
H A DMultiSink.c308 Position temp = 0; local
311 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0))
314 x += temp;
H A DMultiSrc.c1088 String temp = XtNewString(src->multi_src.string); local
1092 src->multi_src.string = temp;
1150 /* Allocate new memory for the temp filename, because it is held in
1386 XawTextPosition temp; local
1388 for ( temp = 0 ; piece != NULL ; temp += piece->used, piece = piece->next ) {
1389 *first = temp;
1392 if ((temp + piece->used) > position)
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_context.c136 int temp; local
149 temp = drm_ctxbitmap_next(dev);
150 DRM_DEBUG("drm_ctxbitmap_init : %d", temp);
H A Dradeon_state.c3127 int temp; local
3128 temp = r300_do_cp_cmdbuf(dev, fpriv, &cmdbuf);
3133 return (temp);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_tiling.c468 char temp[64]; local
475 (void) memcpy(temp, &vaddr[i], 64);
477 (void) memcpy(&vaddr[i + 64], temp, 64);
H A Dintel_dvo.c168 u32 temp = I915_READ(dvo_reg); local
171 I915_WRITE(dvo_reg, temp & ~DVO_ENABLE);
180 u32 temp = I915_READ(dvo_reg); local
182 I915_WRITE(dvo_reg, temp | DVO_ENABLE);
H A Ddvo_ivch.c245 uint16_t temp; local
255 if (!ivch_read(dvo, VR00, &temp))
263 if ((temp & VR00_BASE_ADDRESS_MASK) != dvo->slave_addr) {
266 (temp & VR00_BASE_ADDRESS_MASK), dvo->slave_addr);
H A Dintel_lvds.c134 u32 temp; local
136 temp = I915_READ(lvds_encoder->reg);
137 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
140 temp &= ~PORT_TRANS_SEL_MASK;
141 temp |= PORT_TRANS_SEL_CPT(pipe);
144 temp |= LVDS_PIPEB_SELECT;
146 temp &= ~LVDS_PIPEB_SELECT;
151 temp &= ~LVDS_BORDER_ENABLE;
152 temp |= intel_crtc->config.gmch_pfit.lvds_border_bits;
157 temp |
[all...]
H A Dintel_crt.c119 u32 temp; local
121 temp = I915_READ(crt->adpa_reg);
122 temp &= ~(ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE);
123 temp &= ~ADPA_DAC_ENABLE;
127 temp |= ADPA_DAC_ENABLE;
130 temp |= ADPA_DAC_ENABLE | ADPA_HSYNC_CNTL_DISABLE;
133 temp |= ADPA_DAC_ENABLE | ADPA_VSYNC_CNTL_DISABLE;
136 temp |= ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE;
140 I915_WRITE(crt->adpa_reg, temp);
H A Dintel_ddi.c174 u32 temp, i, rx_ctl_val; local
236 temp = I915_READ(_FDI_RXA_MISC);
237 temp &= ~(FDI_RX_PWRDN_LANE1_MASK | FDI_RX_PWRDN_LANE0_MASK);
238 I915_WRITE(_FDI_RXA_MISC, temp);
244 temp = I915_READ(DP_TP_STATUS(PORT_E));
245 if (temp & DP_TP_STATUS_AUTOTRAIN_DONE) {
258 temp = I915_READ(DDI_BUF_CTL(PORT_E));
259 temp &= ~DDI_BUF_CTL_ENABLE;
260 I915_WRITE(DDI_BUF_CTL(PORT_E), temp); local
264 temp
267 I915_WRITE(DP_TP_CTL(PORT_E), temp); local
737 uint32_t temp; local
758 I915_WRITE(TRANS_MSA_MISC(cpu_transcoder), temp); local
772 uint32_t temp; local
847 I915_WRITE(TRANS_DDI_FUNC_CTL(cpu_transcoder), temp); local
952 uint32_t temp, ret; local
1278 u32 temp, flags = 0; local
[all...]
H A Dintel_hdmi.c702 u32 temp; local
708 temp = I915_READ(intel_hdmi->hdmi_reg);
719 I915_WRITE(intel_hdmi->hdmi_reg, temp & ~SDVO_ENABLE);
723 temp |= enable_bits;
725 I915_WRITE(intel_hdmi->hdmi_reg, temp);
732 I915_WRITE(intel_hdmi->hdmi_reg, temp);
750 u32 temp; local
753 temp = I915_READ(intel_hdmi->hdmi_reg);
761 if (temp & SDVO_PIPE_B_SELECT) {
762 temp
1225 u32 temp = I915_READ(PEG_BAND_GAP_DATA); local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MenuButton.c175 Widget menu, temp; local
181 temp = w;
182 while(temp != NULL) {
183 menu = XtNameToWidget(temp, mbw->menu_button.menu_name);
185 temp = XtParent(temp);
H A DXaw3_1AsciiSink.c256 Position temp = 0; local
259 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0))
262 x += temp;
H A DXaw3_1AsciiSrc.c1144 XawTextPosition temp; local
1146 for ( temp = 0 ; piece != NULL ; temp += piece->used, piece = piece->next ) {
1147 *first = temp;
1150 if ((temp + piece->used) > position)
1169 char * temp = XtMalloc(sizeof(unsigned char) * n); local
1171 strncpy(temp, s2, n); /* Saber has a bug that causes it to generate*/
1172 strncpy(s1, temp, n); /* a bogus warning message here (CDP 6/32/89)*/
1173 XtFree(temp);
1258 Arg temp[ local
1304 Arg temp[1]; local
[all...]
H A DXaw3_1TextAction.c1148 XawTextPosition startPos, endPos, eop_begin, eop_end, temp; local
1165 temp=SrcScan(src, endPos, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1166 temp=SrcScan(src, temp, XawstWhiteSpace, XawsdRight, 1, FALSE);
1167 if (temp > startPos)
1168 endPos = temp;
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fops.c381 struct drm_file *temp; local
382 list_for_each_entry(temp, struct drm_file, &dev->filelist, lhead) {
383 if ((temp->master == file_priv->master) &&
384 (temp != file_priv))
385 temp->authenticated = 0;
H A Ddrm_sun_idr.c376 struct idr_list *entry, *node, *temp; local
408 temp = node->next;
411 temp->prev = entry;
448 struct idr_list *entry, *temp; local
452 list_for_each_safe(entry, temp, &head->next[key]) {
466 struct idr_list *entry, *temp; local
468 list_for_each_safe(entry, temp, &head->next[key]) {
H A Ddrm_sunmod.c272 struct gem_map_list *entry, *temp; local
289 list_for_each_entry_safe(entry, temp, struct gem_map_list,
H A Ddrm_modes.c1030 struct list_head *list, *temp; local
1039 for (list = mode_list->next, temp = list->next;
1040 temp != mode_list;
1041 list = temp, temp = temp->next) {
1042 if (drm_mode_compare(list, temp) > 0){
1054 list_for_each_safe(list, temp, mode_list){
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c492 int temp = pushToken; local
495 if (temp == COMMA || temp == DASH)
496 return (temp);
497 if (temp == NUMBER || temp == STRING)
498 return (temp);
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c872 uintptr_t temp; local
902 temp = (uintptr_t)obj.his_list.next;
904 if (mdb_vread(&node, sizeof (struct list_head), temp) == -1) {
924 temp = (uintptr_t)node.next;
950 uintptr_t temp; local
977 temp = (uintptr_t)dev_priv->batch_list.next;
980 if (mdb_vread(&node, sizeof (struct list_head), temp) == -1) {
1015 temp = (uintptr_t)node.next;
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c130 TokenList temp, tt = (TokenList) psw_calloc(sizeof(TokenListRec), 1); local
136 temp = ll;
137 while((temp->next != NULL) && strcmp((char *)(temp->token->val), (char *)(t->val)))
138 temp = temp->next;
139 tt->next = temp->next;
140 temp->next = tt;
1918 char *temp; local
1919 if ((temp
1925 char *temp; local
[all...]

Completed in 95 milliseconds

12