Searched defs:__RFB_CONCAT2E (Results 1 - 2 of 2) sorted by relevance
/external/libvncserver/libvncclient/ |
H A D | zrle.c | 61 #define __RFB_CONCAT2E(a,b) CONCAT2E(a,b) macro
|
/external/libvncserver/libvncserver/ |
H A D | zrleencodetemplate.c | 38 /* __RFB_CONCAT2 concatenates its two arguments. __RFB_CONCAT2E does the same 41 #ifndef __RFB_CONCAT2E 43 #define __RFB_CONCAT2E(a,b) __RFB_CONCAT2(a,b) macro 61 #define PIXEL_T __RFB_CONCAT2E(zrle_U,BPP) 62 #define zrleOutStreamWRITE_PIXEL __RFB_CONCAT2E(zrleOutStreamWriteOpaque,CPIXEL) 67 #define PIXEL_T __RFB_CONCAT2E(zrle_U,16) 68 #define zrleOutStreamWRITE_PIXEL __RFB_CONCAT2E(zrleOutStreamWriteOpaque,16) 73 #define PIXEL_T __RFB_CONCAT2E(zrle_U,BPP) 74 #define zrleOutStreamWRITE_PIXEL __RFB_CONCAT2E(zrleOutStreamWriteOpaque,BPP)
|
Completed in 89 milliseconds