Searched defs:two_bytes (Results 1 – 4 of 4) sorted by relevance
5 struct two_bytes { char data[2]; }; struct
219 struct two_bytes { global() struct 223 hitwo_bytes convertedArray2() argument
3 typedef char (&two_bytes)[2]; typedef
349 char two_bytes[] = {12, 13}; in TEST() local