Searched defs:xor (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Diso646.h29 #define xor ^ ///< Exclusive OR macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfb.h68 CfbBits xor, and; /* reduced rop values */ member in struct:__anon7345
81 CfbBits xor, and; member in struct:__anon7346
455 CfbBits /*xor*/,
696 CfbBits /*xor*/,
707 CfbBits /*xor*/,
H A Dfb.h211 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
212 *dst = FbDoMaskRRop(*dst,and,xor,l); \
214 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
215 *dst = FbDoMaskRRop(*dst,and,xor,r); \
224 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
225 #define FbStorePart(dst,off,t,xor) (*FbPtrOffset(dst,off,t) = \
226 FbSelectPart(xor,off,t))
272 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
274 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
616 FbBits and, xor; /* reduced rop values */ member in struct:__anon7397
[all...]
H A Dfbbits.h94 BITS xor = (BITS) pPriv->xor; local
113 STORE(bits,xor);
156 xorfg = (BITS) pPriv->xor;
282 FbBits xor)
287 BITS bxor = (BITS) xor;
338 FbBits xor)
354 xorBits = (BITS) xor;
680 BITS xor = fbGetGCPrivate(pGC)->xor; local
271 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
331 ARC(FbBits *dst, FbStride dstStride, int dstBpp, xArc *arc, int drawX, int drawY, FbBits and, FbBits xor) argument
814 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfb.h68 CfbBits xor, and; /* reduced rop values */ member in struct:__anon7721
81 CfbBits xor, and; member in struct:__anon7722
455 CfbBits /*xor*/,
696 CfbBits /*xor*/,
707 CfbBits /*xor*/,
H A Dfb.h246 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
247 *dst = FbDoMaskRRop(*dst,and,xor,l); \
249 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
250 *dst = FbDoMaskRRop(*dst,and,xor,r); \
259 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
260 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
261 FbSelectPart(xor,off,t)))
307 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
309 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
662 FbBits and, xor; /* reduced rop values */ member in struct:__anon7772
[all...]
H A Dfbbits.h92 BITS xor = (BITS) pPriv->xor; local
111 STORE(bits,xor);
156 xorfg = (BITS) pPriv->xor;
284 FbBits xor)
289 BITS bxor = (BITS) xor;
340 FbBits xor)
356 xorBits = (BITS) xor;
682 BITS xor = fbGetGCPrivate(pGC)->xor; local
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
333 ARC(FbBits *dst, FbStride dstStride, int dstBpp, xArc *arc, int drawX, int drawY, FbBits and, FbBits xor) argument
821 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfb.h68 CfbBits xor, and; /* reduced rop values */ member in struct:__anon8082
81 CfbBits xor, and; member in struct:__anon8083
440 CfbBits /*xor*/,
665 CfbBits /*xor*/,
676 CfbBits /*xor*/,
H A Dfb.h247 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
248 *dst = FbDoMaskRRop(*dst,and,xor,l); \
250 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
251 *dst = FbDoMaskRRop(*dst,and,xor,r); \
260 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
261 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
262 FbSelectPart(xor,off,t)))
308 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
310 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
658 FbBits and, xor; /* reduced rop values */ member in struct:__anon8129
[all...]
H A Dfbbits.h92 BITS xor = (BITS) pPriv->xor; local
111 STORE(bits,xor);
156 xorfg = (BITS) pPriv->xor;
284 FbBits xor)
289 BITS bxor = (BITS) xor;
340 FbBits xor)
356 xorBits = (BITS) xor;
682 BITS xor = fbGetGCPrivate(pGC)->xor; local
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
333 ARC(FbBits *dst, FbStride dstStride, int dstBpp, xArc *arc, int drawX, int drawY, FbBits and, FbBits xor) argument
821 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfb.h70 CfbBits xor, and; /* reduced rop values */ member in struct:__anon4491
83 CfbBits xor, and; member in struct:__anon4492
457 CfbBits /*xor*/,
698 CfbBits /*xor*/,
709 CfbBits /*xor*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfb.h70 CfbBits xor, and; /* reduced rop values */ member in struct:__anon4050
83 CfbBits xor, and; member in struct:__anon4051
457 CfbBits /*xor*/,
698 CfbBits /*xor*/,
709 CfbBits /*xor*/,
H A Dipl.h68 unsigned long xor, and; /* reduced rop values */ member in struct:__anon4144
82 unsigned long xor, and; member in struct:__anon4145
391 unsigned short * /*xor*/,
626 unsigned short * /*xor*/,
637 unsigned short * /*xor*/,
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Daes.c52 * The key to this is that we need to xor with 0x1b if the top bit is set.
314 uint32_t tin[4], xor[4], tout[4], data[4], iv[4]; local
318 xor[i] = ntohl(iv[i]);
337 tout[i] = data[i]^xor[i];
338 xor[i] = tin[i];
347 iv[i] = htonl(xor[i]);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h220 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
221 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
222 FbSelectPart(xor,off,t)))
268 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
270 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
273 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
274 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
277 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
278 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
620 FbBits and, xor; /* reduced rop values */ member in struct:__anon6773
[all...]
H A Dfbbits.h85 BITS xor = (BITS) pPriv->xor; local
102 STORE(bits, xor);
140 xorfg = (BITS) pPriv->xor;
249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
254 BITS bxor = (BITS) xor;
294 int dstBpp, xArc * arc, int drawX, int drawY, FbBits and, FbBits xor)
310 xorBits = (BITS) xor;
612 BITS xor = fbGetGCPrivate(pGC)->xor; local
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
292 ARC(FbBits * dst, FbStride dstStride, int dstBpp, xArc * arc, int drawX, int drawY, FbBits and, FbBits xor) argument
735 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h194 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
195 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
196 FbSelectPart(xor,off,t)))
241 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
244 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
247 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
248 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
251 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
254 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
451 FbBits and, xor; /* reduced rop values */ member in struct:__anon7094
[all...]
H A Dfbbits.h85 BITS xor = (BITS) pPriv->xor; local
102 STORE(bits, xor);
140 xorfg = (BITS) pPriv->xor;
249 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor)
254 BITS bxor = (BITS) xor;
294 int dstBpp, xArc * arc, int drawX, int drawY, FbBits and, FbBits xor)
310 xorBits = (BITS) xor;
612 BITS xor = fbGetGCPrivate(pGC)->xor; local
244 DOTS(FbBits * dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint * ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
292 ARC(FbBits * dst, FbStride dstStride, int dstBpp, xArc * arc, int drawX, int drawY, FbBits and, FbBits xor) argument
735 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h243 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
244 *dst = FbDoMaskRRop(*dst,and,xor,l); \
246 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
247 *dst = FbDoMaskRRop(*dst,and,xor,r); \
256 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
257 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
258 FbSelectPart(xor,off,t)))
304 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
306 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
652 FbBits and, xor; /* reduced rop values */ member in struct:__anon8447
[all...]
H A Dfbbits.h92 BITS xor = (BITS) pPriv->xor; local
111 STORE(bits,xor);
156 xorfg = (BITS) pPriv->xor;
284 FbBits xor)
289 BITS bxor = (BITS) xor;
340 FbBits xor)
356 xorBits = (BITS) xor;
682 BITS xor = fbGetGCPrivate(pGC)->xor; local
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
333 ARC(FbBits *dst, FbStride dstStride, int dstBpp, xArc *arc, int drawX, int drawY, FbBits and, FbBits xor) argument
821 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h243 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
244 *dst = FbDoMaskRRop(*dst,and,xor,l); \
246 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
247 *dst = FbDoMaskRRop(*dst,and,xor,r); \
256 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
257 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
258 FbSelectPart(xor,off,t)))
304 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
306 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
664 FbBits and, xor; /* reduced rop values */ member in struct:__anon8765
[all...]
H A Dfbbits.h92 BITS xor = (BITS) pPriv->xor; local
111 STORE(bits,xor);
156 xorfg = (BITS) pPriv->xor;
284 FbBits xor)
289 BITS bxor = (BITS) xor;
340 FbBits xor)
356 xorBits = (BITS) xor;
682 BITS xor = fbGetGCPrivate(pGC)->xor; local
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
333 ARC(FbBits *dst, FbStride dstStride, int dstBpp, xArc *arc, int drawX, int drawY, FbBits and, FbBits xor) argument
821 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h243 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
244 *dst = FbDoMaskRRop(*dst,and,xor,l); \
246 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
247 *dst = FbDoMaskRRop(*dst,and,xor,r); \
256 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
257 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
258 FbSelectPart(xor,off,t)))
304 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
306 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
664 FbBits and, xor; /* reduced rop values */ member in struct:__anon9079
[all...]
H A Dfbbits.h92 BITS xor = (BITS) pPriv->xor; local
111 STORE(bits,xor);
156 xorfg = (BITS) pPriv->xor;
284 FbBits xor)
289 BITS bxor = (BITS) xor;
340 FbBits xor)
356 xorBits = (BITS) xor;
682 BITS xor = fbGetGCPrivate(pGC)->xor; local
273 DOTS(FbBits *dst, FbStride dstStride, int dstBpp, BoxPtr pBox, xPoint *ptsOrig, int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) argument
333 ARC(FbBits *dst, FbStride dstStride, int dstBpp, xArc *arc, int drawX, int drawY, FbBits and, FbBits xor) argument
821 BITS xor = xorBits; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h239 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
240 *dst = FbDoMaskRRop(*dst,and,xor,l); \
242 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
243 *dst = FbDoMaskRRop(*dst,and,xor,r); \
252 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
253 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
254 FbSelectPart(xor,off,t)))
300 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
302 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
665 FbBits and, xor; /* reduced rop values */ member in struct:__anon9398
[all...]

Completed in 139 milliseconds

12