Searched refs:ch1 (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
168 if (tfp410_readb(dvo, addr+0, &ch1) &&
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
1849 ch1 = prefix;
1851 while (*ch1 != '\0' && *ch2 != '\0' && *ch1 == *ch2) {
1852 ch1++; ch2++;
1855 if (*ch1 != '\0') {
1856 *ch1 = '\0';
1860 *ch1 = '\0';
1880 ch1 = prefix;
1882 while (*ch1 !
[all...]

Completed in 14 milliseconds