Searched defs:READ (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-accessor.h5 #define READ(img, ptr) \ macro
15 WRITE((img), _dst +_i, READ((img), _src + _i)); \
32 #define READ(img, ptr) (*(ptr)) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dloadfile_machdep.h62 #define READ(f, b, c) pread((f), LOADADDR(b), (c)) macro
84 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h49 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
55 WRITE(_dst +_i, READ(_src + _i)); \
71 #define READ(ptr) (*(ptr)) macro
402 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
421 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h49 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
55 WRITE(_dst +_i, READ(_src + _i)); \
71 #define READ(ptr) (*(ptr)) macro
262 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
280 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h54 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
60 WRITE(_dst +_i, READ(_src + _i)); \
76 #define READ(ptr) (*(ptr)) macro
441 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
461 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h55 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
61 WRITE(_dst +_i, READ(_src + _i)); \
77 #define READ(ptr) (*(ptr)) macro
442 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
462 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h55 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
61 WRITE(_dst +_i, READ(_src + _i)); \
77 #define READ(ptr) (*(ptr)) macro
438 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
458 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h55 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
61 WRITE(_dst +_i, READ(_src + _i)); \
77 #define READ(ptr) (*(ptr)) macro
438 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
458 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h55 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
61 WRITE(_dst +_i, READ(_src + _i)); \
77 #define READ(ptr) (*(ptr)) macro
438 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
458 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h51 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
57 WRITE(_dst +_i, READ(_src + _i)); \
73 #define READ(ptr) (*(ptr)) macro
434 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
454 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h51 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
57 WRITE(_dst +_i, READ(_src + _i)); \
73 #define READ(ptr) (*(ptr)) macro
434 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
454 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h51 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
57 WRITE(_dst +_i, READ(_src + _i)); \
73 #define READ(ptr) (*(ptr)) macro
414 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
434 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h51 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
57 WRITE(_dst +_i, READ(_src + _i)); \
73 #define READ(ptr) (*(ptr)) macro
414 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
434 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h50 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
56 WRITE(_dst +_i, READ(_src + _i)); \
72 #define READ(ptr) (*(ptr)) macro
403 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
422 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h49 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
55 WRITE(_dst +_i, READ(_src + _i)); \
71 #define READ(ptr) (*(ptr)) macro
402 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
421 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h49 #define READ(ptr) ((*wfbReadMemory)((ptr), sizeof(*(ptr)))) macro
55 WRITE(_dst +_i, READ(_src + _i)); \
71 #define READ(ptr) (*(ptr)) macro
402 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
421 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.h43 #define READ 0 macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h640 READ, enumerator in enum:__anon3138

Completed in 111 milliseconds