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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2933 uint8 nextbit; local
2964 for (nextbit = 0x80; nextbit != 0; nextbit >>= 1)
2968 *pcursor |= (~(*andmask) & nextbit);
2969 *pmask |= nextbit;
2973 *pcursor |= ((*andmask) & nextbit);
2974 *pmask |= (~(*andmask) & nextbit);

Completed in 1694 milliseconds