Searched refs:c4 (Results 1 – 10 of 10) sorted by relevance
30 #define FOURCC(c1, c2, c3, c4) \ argument31 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
26 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
22 char4 c4;
28 char4 c4;
33 volatile char4 c4;