Home
last modified time | relevance | path

Searched refs:CONCAT4E (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/libvncserver/
Dtabletrans24template.c127 CONCAT4E(rfbTranslateWithSingleTable,24,to,BPP)
129 CONCAT4E(rfbTranslateWithSingleTable,BPP,to,24)
131 CONCAT4E(rfbTranslateWithRGBTables,24,to,BPP)
133 CONCAT4E(rfbTranslateWithRGBTables,BPP,to,24)
Dtabletranstemplate.c45 CONCAT4E(rfbTranslateWithSingleTable,IN,to,OUT)
47 CONCAT4E(rfbTranslateWithRGBTables,IN,to,OUT)
Dtranslate.c64 #define CONCAT4E(a,b,c,d) CONCAT4(a,b,c,d) macro