Searched refs:two_bytes (Results 1 – 4 of 4) sorted by relevance
240 struct two_bytes { in intFromStringDivisible() 244 struct two_bytes convertedArray2(void) { in intFromStringDivisible() 246 struct two_bytes a = {0, 0}; in intFromStringDivisible() 248 return *((struct two_bytes*)(p + 7));219 struct two_bytes { global() struct 223 hitwo_bytes convertedArray2() argument
5 struct two_bytes { char data[2]; }; argument8 template<typename T> two_bytes __is_class_check(...);
3 typedef char (&two_bytes)[2]; typedef16 two_bytes operator+(Y, Y);
349 char two_bytes[] = {12, 13}; in TEST() local366 offset = encoder.PutData(offset, two_bytes, sizeof(two_bytes)); in TEST()