Searched refs:t2 (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c521 char *t1, *t2; local
540 t2 = xf86confmalloc (sizeof (char) *
542 strcpy (t2, options[i + 1]);
544 p = xf86addNewOptionOrValue(p, t1, t2, used);
546 p = xf86addNewOptionOrValue(p, t1, t2, used, NULL);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c690 struct timeval t1, ti, tf, t2; local
811 do_gettimeofday(&t2);
812 timevalsub(&t2, &t1);
813 timevaladd(&elapsed_time, &t2);
814 long ttt = t2.tv_sec * 1000000 + t2.tv_usec;
H A Dintel_sdvo_regs.h580 u8 t2; member in struct:sdvo_panel_power_sequencing
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_edid.h44 u8 t2; member in struct:est_timings
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1998 (edid->established_timings.t2 << 8) |
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/xlibi18n/lcUniConv/
H A Dksc5601_1992.h4214 unsigned char t2 = ((t & 1) ? 0x5e : 0) + (buf[1] - 0x21);
4216 r[1] = (t2 < 0x4e ? t2+0x31 : t2+0x43);

Completed in 882 milliseconds