Searched refs:ch2 (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_tfp410.c166 uint8_t ch1, ch2; local
169 tfp410_readb(dvo, addr+1, &ch2))
170 return ((ch2 << 8) & 0xFF00) | (ch1 & 0x00FF);
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c1818 char *ch1, *ch2; local
1850 ch2 = resource->file;
1851 while (*ch1 != '\0' && *ch2 != '\0' && *ch1 == *ch2) {
1852 ch1++; ch2++;
1881 ch2 = resource->file;
1882 while (*ch1 != '\0' && *ch2 != '\0' && *ch1 == *ch2) {
1883 ch1++; ch2++;
1899 ch1 = ch2
[all...]

Completed in 28 milliseconds