Searched refs:UnsignedToBigNum (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 1111 #define UnsignedToBigNum(u,r) (((r)->upper = UPPERPART(u)), \ macro 1162 UnsignedToBigNum (sq, &sum); 1164 UnsignedToBigNum (sq, &temp); 1167 UnsignedToBigNum (sq, &temp);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 1215 #define UnsignedToBigNum(u,r) (((r)->upper = UPPERPART(u)), \ macro 1265 UnsignedToBigNum(sq, &sum); 1267 UnsignedToBigNum(sq, &temp); 1270 UnsignedToBigNum(sq, &temp);
|
Completed in 7 milliseconds