Searched refs:CONCAT4E (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/libvncserver/ |
D | tabletrans24template.c | 127 CONCAT4E(rfbTranslateWithSingleTable,24,to,BPP) 129 CONCAT4E(rfbTranslateWithSingleTable,BPP,to,24) 131 CONCAT4E(rfbTranslateWithRGBTables,24,to,BPP) 133 CONCAT4E(rfbTranslateWithRGBTables,BPP,to,24)
|
D | tabletranstemplate.c | 45 CONCAT4E(rfbTranslateWithSingleTable,IN,to,OUT) 47 CONCAT4E(rfbTranslateWithRGBTables,IN,to,OUT)
|
D | translate.c | 64 #define CONCAT4E(a,b,c,d) CONCAT4(a,b,c,d) macro
|