Lines Matching defs:and
4 * Permission to use, copy, modify, distribute, and sell this software and its
6 * the above copyright notice appear in all copies and that both that
7 * copyright notice and this permission notice appear in supporting
8 * documentation, and that the name of Keith Packard not be used in
46 FbBits and, xor;
52 and = 0;
56 and = fg;
60 and = fg;
64 and = 0;
68 and = ~fg;
72 and = FB_ALLONES;
76 and = FB_ALLONES;
80 and = ~fg;
84 and = ~fg;
88 and = FB_ALLONES;
92 and = FB_ALLONES;
96 and = ~fg;
100 and = 0;
104 and = fg;
108 and = fg;
112 and = 0;
116 and |= ~pm;
118 *andp = and;
127 { I,O,O,O }, /* and 0x1 src AND dst */