Searched refs:c3 (Results 1 – 2 of 2) sorted by relevance
25 #define FOURCC(c1, c2, c3, c4) \ argument26 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
26 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))